From 231477019f107953e5000fe2895c0e3a3ffbf58a Mon Sep 17 00:00:00 2001 From: Carl Byington Date: Wed, 26 Dec 2012 09:12:55 -0800 Subject: [PATCH] update to 0.6.56 --- .gitignore | 1 + libpst.spec | 16 ++++++++++++---- sources | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4e2ab72..f7ad901 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ libpst-0.6.47.tar.gz /libpst-0.6.53.tar.gz /libpst-0.6.54.tar.gz /libpst-0.6.55.tar.gz +/libpst-0.6.56.tar.gz diff --git a/libpst.spec b/libpst.spec index a3495b2..46f5df5 100644 --- a/libpst.spec +++ b/libpst.spec @@ -1,15 +1,15 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst -Version: 0.6.55 -Release: 2%{?dist} +Version: 0.6.56 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) URL: http://www.five-ten-sg.com/%{name}/ -Requires: ImageMagick +Requires: ImageMagick libgsf 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 boost-devel libgsf-devel %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -38,6 +38,11 @@ Group: Development/Libraries Requires: python Requires: %{name}-libs = %{version}-%{release} +%{?filter_setup: +%filter_provides_in %{python_sitearch}/_.*\.so$ +%filter_setup +} + %description python The libpst-python package allows you to use the libpst shared object from python code. @@ -147,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 24 2012 Carl Byington - 0.6.56-1 +- filter private provides from rpm + * Tue Aug 09 2012 Carl Byington - 0.6.55-2 - rebuild for python diff --git a/sources b/sources index 756633e..efe871c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45920d77e3f9216bcd3aba43a159b40e libpst-0.6.55.tar.gz +7ff9be3741e12be99bdf50ae527663b5 libpst-0.6.56.tar.gz