# HG changeset patch # User Carl Byington # Date 1245638117 25200 # Node ID 5d0358f940316d55cc2905fd6d5f1f1c80e74379 # Parent f651085e33e0175c341cb9abe094fcee6caf8dc2 fedora > 10 moved to boost-python-devel diff -r f651085e33e0 -r 5d0358f94031 ChangeLog --- a/ChangeLog Sun Jun 21 18:05:50 2009 -0700 +++ b/ChangeLog Sun Jun 21 19:35:17 2009 -0700 @@ -1,3 +1,7 @@ +LibPST 0.6.39 (2009-06-21) +=============================== + * fedora > 10 moved to boost-python-devel + LibPST 0.6.38 (2009-06-21) =============================== * add python module interface to the shared library for easy scripting. diff -r f651085e33e0 -r 5d0358f94031 NEWS --- a/NEWS Sun Jun 21 18:05:50 2009 -0700 +++ b/NEWS Sun Jun 21 19:35:17 2009 -0700 @@ -1,3 +1,4 @@ +0.6.398 2009-06-21 fedora > 10 moved to boost-python-devel 0.6.38 2009-06-21 many changes including shared library soname 0.6.37 2009-04-17 add pst_attach_to_mem() back into the shared library interface. 0.6.36 2009-04-14 build separate -doc and -devel-doc subpackages diff -r f651085e33e0 -r 5d0358f94031 configure.in --- a/configure.in Sun Jun 21 18:05:50 2009 -0700 +++ b/configure.in Sun Jun 21 19:35:17 2009 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.38,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.39,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE diff -r f651085e33e0 -r 5d0358f94031 libpst.spec.in --- a/libpst.spec.in Sun Jun 21 18:05:50 2009 -0700 +++ b/libpst.spec.in Sun Jun 21 19:35:17 2009 -0700 @@ -9,7 +9,14 @@ 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()")}