]> git.pld-linux.org Git - packages/crossmingw32-boost.git/commitdiff
- updated to 1.63.0 auto/th/crossmingw32-boost-1.63.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Apr 2017 13:56:09 +0000 (15:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Apr 2017 13:56:09 +0000 (15:56 +0200)
- removed obsolete boost-windows-decl patch; but serialization still doesn't build

boost-windows-decl.patch [deleted file]
crossmingw32-boost.spec

diff --git a/boost-windows-decl.patch b/boost-windows-decl.patch
deleted file mode 100644 (file)
index 18dd2e5..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
---- boost_1_61_0/boost/detail/utf8_codecvt_facet.hpp.orig      2016-05-05 23:11:21.000000000 +0200
-+++ boost_1_61_0/boost/detail/utf8_codecvt_facet.hpp   2016-05-14 10:06:25.157699390 +0200
-@@ -113,7 +113,7 @@
-     public std::codecvt<wchar_t, char, std::mbstate_t>  
- {
- public:
--    BOOST_UTF8_DECL explicit utf8_codecvt_facet(std::size_t no_locale_manage=0)
-+    explicit utf8_codecvt_facet(std::size_t no_locale_manage=0)
-         : std::codecvt<wchar_t, char, std::mbstate_t>(no_locale_manage) 
-     {}
-     virtual  ~utf8_codecvt_facet(){}
---- boost_1_61_0/libs/serialization/build/Jamfile.v2.orig      2016-05-05 23:14:17.000000000 +0200
-+++ boost_1_61_0/libs/serialization/build/Jamfile.v2   2016-05-15 07:59:08.364394013 +0200
-@@ -80,7 +80,6 @@
-     xml_iarchive
-     xml_oarchive
-     xml_archive_exception
--    codecvt_null
-     utf8_codecvt_facet
-     singleton
- ;
-@@ -93,6 +92,7 @@
-     xml_wgrammar
-     xml_wiarchive
-     xml_woarchive
-+    codecvt_null
- ;
- lib boost_serialization 
index f8d8ff7d2539d44f1559d188d7a0a382ffa42cd0..2d9e2178a560d5c2e569910d9683c53e12e27595 100644 (file)
@@ -8,14 +8,13 @@
 Summary:       The Boost C++ Libraries - MinGW32 cross version
 Summary(pl.UTF-8):     Biblioteki C++ "Boost" - wersja skrośna dla MinGW32
 Name:          crossmingw32-%{realname}
-Version:       1.61.0
+Version:       1.63.0
 %define        fver    %(echo %{version} | tr . _)
 Release:       1
 License:       Boost Software License and others
 Group:         Development/Libraries
 Source0:       http://downloads.sourceforge.net/boost/%{realname}_%{fver}.tar.bz2
-# Source0-md5: 6095876341956f65f9d35939ccea1a9f
-Patch0:                boost-windows-decl.patch
+# Source0-md5: 1c837ecd990bb022d07e7aab32b09847
 URL:           http://www.boost.org/
 BuildRequires: crossmingw32-bzip2
 BuildRequires: crossmingw32-gcc-c++
@@ -49,7 +48,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                filterout_c     -f[-a-z0-9=]*
 %define                filterout_cxx   -f[-a-z0-9=]*
 
-%define                abi_tag         1_61
+%define                abi_tag         1_63
 
 %description
 The Boost web site provides free peer-reviewed portable C++ source
@@ -97,7 +96,6 @@ Boost - biblioteki DLL dla Windows.
 
 %prep
 %setup -q -n %{realname}_%{fver}
-%patch0 -p1
 
 echo 'using gcc : : %{target}-g++ : ' \
        '<cxxflags>"%{rpmcxxflags}"' \
This page took 0.132863 seconds and 4 git commands to generate.