From 53b71d14f0dd402f9911e37fe5d7ae21d935f8c7 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 16 May 2006 13:34:07 +0000 Subject: [PATCH] - buildrequire python-devel for Python.h skipping Boost.Python library build due to missing or incorrect configuration couldn't find Python.h in "/usr/include/python2.4" rpmdiff boost-1.33.1-5.x86_64.rpm removed PROVIDES libboost_python.so.2()(64bit) removed /usr/lib64/libboost_python.so.1.33.1 removed /usr/lib64/libboost_python.so.2 --- boost.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 33cea51..b2571cb 100644 --- a/boost.spec +++ b/boost.spec @@ -3,7 +3,7 @@ Name: boost Summary: The Boost C++ Libraries Version: 1.33.1 -Release: 5 +Release: 6 License: Boost Software License URL: http://www.boost.org/ Group: System Environment/Libraries @@ -14,6 +14,7 @@ BuildRequires: libstdc++-devel python BuildRequires: bzip2-libs BuildRequires: bzip2-devel BuildRequires: zlib-devel +BuildRequires: python-devel Obsoletes: boost-doc <= 1.30.2 Obsoletes: boost-python <= 1.30.2 Patch0: boost-base.patch @@ -159,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/boost-%{version} %changelog +* Tue May 16 2006 Karsten Hopp 1.33.1-6 +- buildrequire python-devel for Python.h + * Thu Feb 16 2006 Florian La Roche - 1.33.1-5 - use the real version number to point to the shared libs