rpms/boost/devel boost-gcc43.patch,1.8,1.9 boost.spec,1.52,1.53

Petr Machata pmachata at fedoraproject.org
Mon Oct 6 13:59:55 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20003

Modified Files:
	boost-gcc43.patch boost.spec 
Log Message:
- Fix gcc43 patch to apply cleanly under --fuzz=0
- Resolves: #465003


boost-gcc43.patch:

Index: boost-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost-gcc43.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- boost-gcc43.patch	12 Aug 2008 16:40:21 -0000	1.8
+++ boost-gcc43.patch	6 Oct 2008 13:59:54 -0000	1.9
@@ -138,11 +138,11 @@
  // 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/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/boost/archive/polymorphic_iarchive.hpp
---- boost_1_34_1/boost/archive/polymorphic_oarchive.hpp	2005-12-11 07:12:51.000000000 +0100
-+++ boost_1_34_1.pm/boost/archive/polymorphic_oarchive.hpp	2008-02-06 18:42:07.000000000 +0100
-@@ -33,6 +33,8 @@ namespace std{
- #include <boost/archive/detail/interface_iarchive.hpp>
+diff -urp boost_1_34_1.orig/boost/archive/polymorphic_oarchive.hpp boost_1_34_1/boost/archive/polymorphic_oarchive.hpp
+--- boost_1_34_1.orig/boost/archive/polymorphic_oarchive.hpp	2008-10-06 15:38:51.000000000 +0200
++++ boost_1_34_1/boost/archive/polymorphic_oarchive.hpp	2008-10-06 15:38:57.000000000 +0200
+@@ -32,6 +32,8 @@ namespace std{
+ #include <boost/archive/detail/interface_oarchive.hpp>
  #include <boost/serialization/nvp.hpp>
  
 +#include <limits.h>


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- boost.spec	12 Aug 2008 16:40:21 -0000	1.52
+++ boost.spec	6 Oct 2008 13:59:55 -0000	1.53
@@ -3,7 +3,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.34.1
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: Boost
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -198,6 +198,10 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Mon Oct  6 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-17
+- Fix gcc43 patch to apply cleanly under --fuzz=0
+- Resolves: #465003
+
 * Thu Jun 12 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-16
 - Fix "changes meaning of keywords" in boost date_time
 - Related: #450718




More information about the scm-commits mailing list