parent
1b86749d19
commit
13d9b03b8b
@ -138,11 +138,11 @@ diff -urp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/bo
|
|||||||
// determine if its necessary to handle (u)int64_t specifically
|
// determine if its necessary to handle (u)int64_t specifically
|
||||||
// i.e. that its not a synonym for (unsigned) long
|
// 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
|
// 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
|
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/boost/archive/polymorphic_oarchive.hpp 2005-12-11 07:12:51.000000000 +0100
|
--- boost_1_34_1.orig/boost/archive/polymorphic_oarchive.hpp 2008-10-06 15:38:51.000000000 +0200
|
||||||
+++ boost_1_34_1.pm/boost/archive/polymorphic_oarchive.hpp 2008-02-06 18:42:07.000000000 +0100
|
+++ boost_1_34_1/boost/archive/polymorphic_oarchive.hpp 2008-10-06 15:38:57.000000000 +0200
|
||||||
@@ -33,6 +33,8 @@ namespace std{
|
@@ -32,6 +32,8 @@ namespace std{
|
||||||
#include <boost/archive/detail/interface_iarchive.hpp>
|
#include <boost/archive/detail/interface_oarchive.hpp>
|
||||||
#include <boost/serialization/nvp.hpp>
|
#include <boost/serialization/nvp.hpp>
|
||||||
|
|
||||||
+#include <limits.h>
|
+#include <limits.h>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Name: boost
|
Name: boost
|
||||||
Summary: The Boost C++ Libraries
|
Summary: The Boost C++ Libraries
|
||||||
Version: 1.34.1
|
Version: 1.34.1
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
License: Boost
|
License: Boost
|
||||||
URL: http://www.boost.org/
|
URL: http://www.boost.org/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -198,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/%{name}-%{version}
|
%doc %{_docdir}/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-17
|
||||||
|
- Fix gcc43 patch to apply cleanly under --fuzz=0
|
||||||
|
- Resolves: #465003
|
||||||
|
|
||||||
* Thu Jun 12 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-16
|
* Thu Jun 12 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-16
|
||||||
- Fix "changes meaning of keywords" in boost date_time
|
- Fix "changes meaning of keywords" in boost date_time
|
||||||
- Related: #450718
|
- Related: #450718
|
||||||
|
Loading…
Reference in New Issue
Block a user