diff --git a/.cvsignore b/.cvsignore index bd0edac..b6f1a20 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libpst-0.6.38.tar.gz +libpst-0.6.39.tar.gz diff --git a/libpst.spec b/libpst.spec index f9862e1..72edf9e 100644 --- a/libpst.spec +++ b/libpst.spec @@ -1,6 +1,6 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst -Version: 0.6.38 +Version: 0.6.39 Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity @@ -9,7 +9,14 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXX URL: http://www.five-ten-sg.com/%{name}/ Requires: ImageMagick Requires: %{name}-libs = %{version}-%{release} -BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel python-devel boost-devel + +BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel python-devel +%if 0%{?fedora} > 10 +BuildRequires: boost-python-devel +%else +BuildRequires: boost-devel +%endif + %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -148,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 21 2009 Carl Byington - 0.6.39-1 +- fedora > 10 moved to boost-python-devel + * Mon Jun 21 2009 Carl Byington - 0.6.38-1 - add python interface to the shared library. - bump soname to version 4 for many changes to the interface. diff --git a/sources b/sources index adf7b32..a9461e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9600e18f0d90bcb5170c54507f07d6b libpst-0.6.38.tar.gz +0fdcfb8cea31537fc638b22542ef61bd libpst-0.6.39.tar.gz