rpms/boost/FC-3 boost-config-compiler-gcc.patch, 1.2, 1.3 boost.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 24 16:11:38 UTC 2005


Author: bkoz

Update of /cvs/dist/rpms/boost/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv11782/FC-3

Modified Files:
	boost.spec 
Added Files:
	boost-config-compiler-gcc.patch 
Log Message:
auto-import boost-1.32.0-6.fc3 on branch FC-3 from boost-1.32.0-6.fc3.src.rpm

boost-config-compiler-gcc.patch:
 gcc.hpp |    4 !!!!
 1 files changed, 4 modifications(!)

Index: boost-config-compiler-gcc.patch
===================================================================
RCS file: boost-config-compiler-gcc.patch
diff -N boost-config-compiler-gcc.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ boost-config-compiler-gcc.patch	24 May 2005 16:11:35 -0000	1.3
@@ -0,0 +1,21 @@
+*** boost/config/compiler/gcc.hpp.orig	2005-03-16 17:25:06.611062784 -0600
+--- boost/config/compiler/gcc.hpp	2005-03-16 17:31:00.965341000 -0600
+***************
+*** 84,91 ****
+  #  error "Compiler not configured - please reconfigure"
+  #endif
+  //
+! // last known and checked version is 3.4:
+! #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 4))
+  #  if defined(BOOST_ASSERT_CONFIG)
+  #     error "Unknown compiler version - please run the configure tests and report the results"
+  #  else
+--- 84,91 ----
+  #  error "Compiler not configured - please reconfigure"
+  #endif
+  //
+! // last known and checked version is 4.1:
+! #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 1))
+  #  if defined(BOOST_ASSERT_CONFIG)
+  #     error "Unknown compiler version - please run the configure tests and report the results"
+  #  else


Index: boost.spec
===================================================================
RCS file: /cvs/dist/rpms/boost/FC-3/boost.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- boost.spec	18 Mar 2005 16:37:27 -0000	1.13
+++ boost.spec	24 May 2005 16:11:35 -0000	1.14
@@ -3,7 +3,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.32.0
-Release: 5.fc3
+Release: 6.fc3
 License: Boost Software License
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -16,6 +16,7 @@
 Patch0: boost-base.patch
 Patch1: boost-gcc-tools.patch
 Patch2: boost-thread.patch
+Patch3: boost-config-compiler-gcc.patch
 
 %description
 Boost provides free peer-reviewed portable C++ source libraries.  The
@@ -43,6 +44,7 @@
 %patch0 -p0
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
 
 %build
 #build bjam
@@ -91,15 +93,20 @@
 
 %files 
 %defattr(-, root, root)
-%{_libdir}/*.so.*
-%{_libdir}/*.so
+%{_libdir}/*.so.%{version}
 
 %files devel
 %defattr(-, root, root)
 %{_includedir}/boost
 %{_libdir}/*.a
+%{_libdir}/*.so
 
 %changelog
+* Tue May 24 2005 Benjamin Kosnik <bkoz at redhat.com> 1.32.0-6
+- (#153093: boost warns that gcc 4.0.0 is an unknown compiler)
+- (#152205: development .so symlinks should be in -devel subpackage)
+- (#154783: linker .so symlinks missing from boost-devel package)
+
 * Fri Mar 18 2005 Benjamin Kosnik <bkoz at redhat.com> 1.32.0-5
 - Revert boost-base.patch to old behavior.
 - Use SONAMEVERSION instead of dllversion.




More information about the fedora-cvs-commits mailing list