rpms/boost/F-9 boost-gcc43.patch,1.4,1.5 boost.spec,1.48,1.49

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Thu Jun 12 11:10:00 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/boost/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21506

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


boost-gcc43.patch:

Index: boost-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boost/F-9/boost-gcc43.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boost-gcc43.patch	14 Feb 2008 13:24:24 -0000	1.4
+++ boost-gcc43.patch	12 Jun 2008 11:09:13 -0000	1.5
@@ -174,3 +174,42 @@
            , char const*
            , void(not_specified::*)()   // A function pointer type which is never an
                                         // appropriate default implementation
+diff -urp new-boost/date_time/tz_db_base.hpp old-boost/date_time/tz_db_base.hpp
+--- boost_1_34_1/boost/date_time/tz_db_base.hpp	2008-06-12 13:03:34.000000000 +0200
++++ boost_1_34_1-pm/boost/date_time/tz_db_base.hpp	2008-06-12 12:59:43.000000000 +0200
+@@ -158,7 +158,7 @@ namespace boost {
+       typedef typename time_zone_type::base_type time_zone_base_type;
+       typedef typename time_zone_type::time_duration_type time_duration_type;
+       typedef time_zone_names_base<char_type> time_zone_names;
+-      typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets;
++      typedef dst_adjustment_offsets<time_duration_type> dst_adjustment_offsets_t;
+       typedef std::basic_string<char_type> string_type;
+ 
+       //! Constructs an empty database
+@@ -346,18 +346,18 @@ namespace boost {
+         time_duration_type utc_offset = 
+           str_from_delimited_time_duration<time_duration_type,char_type>(result[GMTOFFSET]);
+         
+-        dst_adjustment_offsets adjust(time_duration_type(0,0,0),
+-                                      time_duration_type(0,0,0),
+-                                      time_duration_type(0,0,0));
++        dst_adjustment_offsets_t adjust(time_duration_type(0,0,0),
++					time_duration_type(0,0,0),
++					time_duration_type(0,0,0));
+ 
+         boost::shared_ptr<rule_type> rules;
+ 
+         if(has_dst){
+-          adjust = dst_adjustment_offsets(
+-                                          str_from_delimited_time_duration<time_duration_type,char_type>(result[DSTADJUST]),
+-                                          str_from_delimited_time_duration<time_duration_type,char_type>(result[START_TIME]),
+-                                          str_from_delimited_time_duration<time_duration_type,char_type>(result[END_TIME])
+-                                          );
++          adjust = dst_adjustment_offsets_t(
++					    str_from_delimited_time_duration<time_duration_type,char_type>(result[DSTADJUST]),
++					    str_from_delimited_time_duration<time_duration_type,char_type>(result[START_TIME]),
++					    str_from_delimited_time_duration<time_duration_type,char_type>(result[END_TIME])
++					    );
+ 
+           rules = 
+             boost::shared_ptr<rule_type>(parse_rules(result[START_DATE_RULE],


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/F-9/boost.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- boost.spec	27 Mar 2008 13:26:02 -0000	1.48
+++ boost.spec	12 Jun 2008 11:09:13 -0000	1.49
@@ -3,7 +3,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.34.1
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: Boost Software License (GPL-Compatible, Free Software License)
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -198,6 +198,10 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Thu Jun 12 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-15
+- Fix "changes meaning of keywords" in boost date_time
+- Resolves: #450718
+
 * Thu Mar 27 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-14
 - Change devel-static back to static.
 - Related: #225622




More information about the fedora-extras-commits mailing list