rpms/boost/devel boost.spec,1.33,1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 2 14:42:11 UTC 2007


Author: bkoz

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

Modified Files:
	boost.spec 
Log Message:
* Mon Apr 02 2007 Benjamin Kosnik <bkoz at redhat.com> 1.33.1-13
- (#225622: Merge Review: boost)
  Change static to devel-static.




Index: boost.spec
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/boost.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- boost.spec	26 Mar 2007 16:25:34 -0000	1.33
+++ boost.spec	2 Apr 2007 14:42:09 -0000	1.34
@@ -1,7 +1,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.33.1
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: Boost Software License (GPL-Compatible, Free Software License)
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -47,13 +47,13 @@
 %description devel
 Headers and shared object symlinks for the Boost C++ libraries.
 
-%package static
+%package devel-static
 Summary: The Boost C++ static development libraries
 Group: Development/Libraries
 Requires: boost = %{version}-%{release}
 Provides: boost-python-devel = %{version}-%{release}
 
-%description static
+%description devel-static
 Static libraries for the Boost C++ libraries.
 
 %package doc
@@ -174,7 +174,7 @@
 %{_includedir}/boost
 %{_libdir}/*.so
 
-%files static
+%files devel-static
 %defattr(-, root, root, -)
 %{_libdir}/*.a
 
@@ -183,6 +183,10 @@
 %doc %{_docdir}/boost-%{version}
 
 %changelog
+* Mon Apr 02 2007 Benjamin Kosnik <bkoz at redhat.com> 1.33.1-13
+- (#225622: Merge Review: boost)
+  Change static to devel-static.
+
 * Mon Mar 26 2007 Benjamin Kosnik <bkoz at redhat.com> 1.33.1-12
 - (#233523: libboost_python needs rebuild against python 2.5)
   Use patch.




More information about the fedora-cvs-commits mailing list