rpms/boost/devel boost-gcc43.patch,1.2,1.3 boost.spec,1.44,1.45

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Wed Feb 13 15:15:12 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26202

Modified Files:
	boost-gcc43.patch boost.spec 
Log Message:
- Fix "changes meaning of special_values_parser" in boost date_time
- Resolves: #432433


boost-gcc43.patch:

Index: boost-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost-gcc43.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boost-gcc43.patch	6 Feb 2008 20:42:57 -0000	1.2
+++ boost-gcc43.patch	13 Feb 2008 15:14:57 -0000	1.3
@@ -150,3 +150,15 @@
  // determine if its necessary to handle (u)int64_t specifically
  // i.e. that its not a synonym for (unsigned) long
  // if there is no 64 bit int or if its the same as a long
+diff -urp boost_1_34_1/boost/date_time/date_facet.hpp boost_1_34_1-pm/boost/date_time/date_facet.hpp
+--- boost_1_34_1/boost/date_time/date_facet.hpp	2005-09-05 23:10:50.000000000 +0200
++++ boost_1_34_1-pm/boost/date_time/date_facet.hpp	2008-02-13 16:07:59.000000000 +0100
+@@ -429,7 +429,7 @@ namespace boost { namespace date_time {
+     typedef std::basic_string<CharT> string_type;
+     typedef CharT                    char_type;
+     typedef boost::date_time::period_parser<date_type, CharT>  period_parser_type;
+-    typedef special_values_parser<date_type,CharT> special_values_parser_type; 
++    typedef boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type; 
+     typedef std::vector<std::basic_string<CharT> > input_collection_type;
+     typedef format_date_parser<date_type, CharT> format_date_parser_type;
+     // date_generators stuff goes here


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- boost.spec	6 Feb 2008 20:42:57 -0000	1.44
+++ boost.spec	13 Feb 2008 15:14:57 -0000	1.45
@@ -1,7 +1,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.34.1
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: Boost Software License (GPL-Compatible, Free Software License)
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -203,6 +203,10 @@
 %doc %{_docdir}/boost-%{version}
 
 %changelog
+* Wed Feb 13 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-11
+- Fix "changes meaning of special_values_parser" in boost date_time
+- Resolves: #432433
+
 * Wed Feb  6 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-10
 - Fixes for GCC 4.3
 - Resolves: #431609




More information about the fedora-extras-commits mailing list