rpms/boost/devel boost-gcc-soname.patch, 1.1, 1.2 boost.spec, 1.35, 1.36

Benjamin Kosnik (bkoz) fedora-extras-commits at redhat.com
Fri Aug 3 02:57:49 UTC 2007


Author: bkoz

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31331

Modified Files:
	boost-gcc-soname.patch boost.spec 
Log Message:

* Thu Aug 02 2007 Benjamin Kosnik <bkoz at redhat.com> 1.34.1-2
- SONAME to 3.


boost-gcc-soname.patch:

Index: boost-gcc-soname.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost-gcc-soname.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-gcc-soname.patch	2 Aug 2007 05:48:06 -0000	1.1
+++ boost-gcc-soname.patch	3 Aug 2007 02:57:47 -0000	1.2
@@ -14,7 +14,7 @@
   
       HAVE_SONAME   = "" ;
 !     SONAME_OPTION = -soname ;
-!     SONAME_VERSION = 2 ;
+!     SONAME_VERSION = 3 ;
   }
   
   


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- boost.spec	2 Aug 2007 05:48:06 -0000	1.35
+++ boost.spec	3 Aug 2007 02:57:47 -0000	1.36
@@ -1,7 +1,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.34.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Boost Software License (GPL-Compatible, Free Software License)
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -138,11 +138,11 @@
 done;
 for i in `find stage -type f -name \*.so`; do
   NAME=$i;
-  SONAME=$i.2;
+  SONAME=$i.3;
   VNAME=$i.%{version};
   base=`basename $i`;
   NAMEbase=$base;
-  SONAMEbase=$base.2;
+  SONAMEbase=$base.3;
   VNAMEbase=$base.%{version};
   mv $i $VNAME;
   ln -s $VNAMEbase $SONAME;
@@ -183,7 +183,7 @@
 %files 
 %defattr(-, root, root, -)
 %{_libdir}/*.so.%{version}
-%{_libdir}/*.so.2
+%{_libdir}/*.so.3
 
 %files devel
 %defattr(-, root, root, -)
@@ -199,6 +199,9 @@
 %doc %{_docdir}/boost-%{version}
 
 %changelog
+* Thu Aug 02 2007 Benjamin Kosnik <bkoz at redhat.com> 1.34.1-2
+- SONAME to 3.
+
 * Tue Jul 31 2007 Benjamin Kosnik <bkoz at redhat.com> 1.34.1-1
 - Update to boost_1_34_1.
 - Source via http.




More information about the fedora-extras-commits mailing list