[fusecompress] Fixed the patch related to Boost-1.48 (error about lexical_cast): #760616.

Denis Arnaud denisarnaud at fedoraproject.org
Fri Dec 9 23:27:24 UTC 2011


commit a0a0ef73e3db8735a71cd977690872c000b234bf
Author: Denis Arnaud <denis.arnaud_fedora at m4x.org>
Date:   Sat Dec 10 00:24:44 2011 +0100

    Fixed the patch related to Boost-1.48 (error about lexical_cast): #760616.
    
    For whatever reason, the patch had been made for source code, which
    has been altered since. For instance, the license text has been added.

 .gitignore                    |    2 +-
 fusecompress-boost-1.48.patch |   56 ++++++++++++++++++++--------------------
 2 files changed, 29 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a95cf6e..44b3690 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 clog
-fusecompress-*.tar.xz
+fusecompress-*.tar.*
 fusecompress-*.src.rpm
 /i?86/
 /x86_64/
diff --git a/fusecompress-boost-1.48.patch b/fusecompress-boost-1.48.patch
index f8d9e79..2b471c3 100644
--- a/fusecompress-boost-1.48.patch
+++ b/fusecompress-boost-1.48.patch
@@ -1,30 +1,5 @@
-diff --git a/src/boost/archive/portable_binary_iarchive.hpp b/src/boost/archive/portable_binary_iarchive.hpp
-index 6aed491..37aabf9 100644
---- a/src/boost/archive/portable_binary_iarchive.hpp
-+++ b/src/boost/archive/portable_binary_iarchive.hpp
-@@ -53,7 +53,7 @@
- #endif
- 
- #include <boost/integer/endian.hpp>
--#include <boost/math/fpclassify.hpp>
-+#include <boost/math/special_functions/fpclassify.hpp>
- #include <boost/utility/enable_if.hpp>
- #include <boost/lexical_cast.hpp>
- 
-diff --git a/src/boost/archive/portable_binary_iarchive.hpp b/src/boost/archive/portable_binary_iarchive.hpp
-index 6aed491..37aabf9 100644
---- a/src/boost/archive/portable_binary_oarchive.hpp
-+++ b/src/boost/archive/portable_binary_oarchive.hpp
-@@ -53,7 +53,7 @@
- #endif
- 
- #include <boost/integer/endian.hpp>
--#include <boost/math/fpclassify.hpp>
-+#include <boost/math/special_functions/fpclassify.hpp>
- #include <boost/utility/enable_if.hpp>
- 
- #include <boost/type_traits/is_unsigned.hpp>
-index 10a66b7..4b56d9d 100755
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 91ff900..0bccb49 100755
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
 @@ -27,10 +27,6 @@ noinst_HEADERS = \
@@ -38,4 +13,29 @@ index 10a66b7..4b56d9d 100755
  	CompressionType.hpp \
  	CompressedMagic.hpp \
  	FileRememberTimes.hpp \
-
+diff --git a/src/boost/archive/portable_binary_iarchive.hpp b/src/boost/archive/portable_binary_iarchive.hpp
+index 6aed491..37aabf9 100644
+--- a/src/boost/archive/portable_binary_iarchive.hpp
++++ b/src/boost/archive/portable_binary_iarchive.hpp
+@@ -53,7 +53,7 @@
+ #endif
+ 
+ #include <boost/integer/endian.hpp>
+-#include <boost/math/fpclassify.hpp>
++#include <boost/math/special_functions/fpclassify.hpp>
+ #include <boost/utility/enable_if.hpp>
+ #include <boost/lexical_cast.hpp>
+ 
+diff --git a/src/boost/archive/portable_binary_oarchive.hpp b/src/boost/archive/portable_binary_oarchive.hpp
+index c65a85e..fd2a270 100644
+--- a/src/boost/archive/portable_binary_oarchive.hpp
++++ b/src/boost/archive/portable_binary_oarchive.hpp
+@@ -52,7 +52,7 @@
+ #endif
+ 
+ #include <boost/integer/endian.hpp>
+-#include <boost/math/fpclassify.hpp>
++#include <boost/math/special_functions/fpclassify.hpp>
+ #include <boost/utility/enable_if.hpp>
+ 
+ #include <boost/type_traits/is_unsigned.hpp>


More information about the scm-commits mailing list