rpms/boost/devel .cvsignore, 1.13, 1.14 boost.spec, 1.85, 1.86 import.log, 1.2, 1.3 sources, 1.16, 1.17 boost-1.41.0-iostreams-zlib.patch, 1.1, NONE boost-1.41.0-mapnik.patch, 1.1, NONE boost-1.41.0-shared_ptr_serialization.patch, 1.1, NONE boost-graph-compile.patch, 1.1, NONE

Benjamin Kosnik bkoz at fedoraproject.org
Tue Jul 27 16:31:36 UTC 2010


Author: bkoz

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1021/devel

Modified Files:
	.cvsignore boost.spec import.log sources 
Removed Files:
	boost-1.41.0-iostreams-zlib.patch boost-1.41.0-mapnik.patch 
	boost-1.41.0-shared_ptr_serialization.patch 
	boost-graph-compile.patch 
Log Message:
* Fri Jul 23 2010 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.44.0-0.1
- Upstream update: Boost-1.44 with CMake enabled
- Resolves: #607615




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	15 Jan 2010 16:36:35 -0000	1.13
+++ .cvsignore	27 Jul 2010 16:31:35 -0000	1.14
@@ -1 +1 @@
-boost-1.41.0.cmake0.tar.bz2
+boost-1.44.0.cmake.tar.bz2


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- boost.spec	22 Jul 2010 15:34:40 -0000	1.85
+++ boost.spec	27 Jul 2010 16:31:36 -0000	1.86
@@ -21,12 +21,12 @@
 
 Name: boost
 Summary: The free peer-reviewed portable C++ source libraries
-Version: 1.41.0
-Release: 13%{?dist}
+Version: 1.44.0
+Release: 0.1%{?dist}
 License: Boost
-URL: http://sodium.resophonic.com/boost-cmake/%{version}.cmake0/
+URL: http://gitorious.org/boost/zeuners-boost-cmake/archive-tarball/%{version}
 Group: System Environment/Libraries
-%define full_version %{name}-%{version}.cmake0
+%define full_version %{name}-%{version}.cmake
 Source: %{url}/%{full_version}.tar.bz2
 
 # From the version 13 of Fedora, the Boost libraries are delivered
@@ -38,7 +38,7 @@ Source: %{url}/%{full_version}.tar.bz2
 %if 0%{?fedora} >= 13
   %define sonamever %{version}
 %else
-  %define sonamever 5
+  %define sonamever 7
 %endif
 
 # boost is an "umbrella" package that pulls in all other boost
@@ -70,10 +70,6 @@ BuildRequires: libicu-devel
 BuildRequires: chrpath
 
 Patch0: boost-cmake-soname.patch
-Patch1: boost-graph-compile.patch
-Patch2: boost-1.41.0-mapnik.patch
-Patch3: boost-1.41.0-shared_ptr_serialization.patch
-Patch4: boost-1.41.0-iostreams-zlib.patch
 
 %bcond_with tests
 %bcond_with docs_generated
@@ -364,10 +360,6 @@ backend to do the parallel work.
 %setup -q -n %{full_version}
 
 sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH0} | %{__patch} -p0 --fuzz=0
-%patch1 -p0
-%patch2 -p0
-%patch3 -p1
-%patch4 -p2
 
 %build
 # Support for building tests.
@@ -536,6 +528,7 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -
 # MPI subpackages don't need the ldconfig magic.  They are hidden by
 # default, in MPI backend-specific directory, and only show to the
 # user after the relevant environment module has been loaded.
+# rpmlint will report that as errors, but it is fine.
 
 %post date-time -p /sbin/ldconfig
 
@@ -739,6 +732,10 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -
 %endif
 
 %changelog
+* Fri Jul 23 2010 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.44.0-0.1
+- Upstream update: Boost-1.44 with CMake enabled
+- Resolves: #607615
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.41.0-13
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	8 May 2009 01:11:25 -0000	1.2
+++ import.log	27 Jul 2010 16:31:36 -0000	1.3
@@ -1,2 +1,3 @@
 boost-1_37_0-1_fc10:HEAD:boost-1.37.0-1.fc10.src.rpm:1229535558
 boost-1_39_0-1_fc10:HEAD:boost-1.39.0-1.fc10.src.rpm:1241744899
+boost-1_44_0-0_1_fc13:HEAD:boost-1.44.0-0.1.fc13.src.rpm:1280248009


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	15 Jan 2010 16:36:38 -0000	1.16
+++ sources	27 Jul 2010 16:31:36 -0000	1.17
@@ -1 +1 @@
-15a7d1a22c61363f607508eff43a2da5  boost-1.41.0.cmake0.tar.bz2
+7cb8ea8b3ba5890ac24df8cde249dfd3  boost-1.44.0.cmake.tar.bz2


--- boost-1.41.0-iostreams-zlib.patch DELETED ---


--- boost-1.41.0-mapnik.patch DELETED ---


--- boost-1.41.0-shared_ptr_serialization.patch DELETED ---


--- boost-graph-compile.patch DELETED ---



More information about the scm-commits mailing list