[libpst/f18] update to 0.6.56

Carl Byington carllibpst at fedoraproject.org
Wed Dec 26 17:01:33 UTC 2012


commit 20711c4dbfe1895ddf5c67d1be60ec734ff95e9a
Author: Carl Byington <carl at five-ten-sg.com>
Date:   Wed Dec 26 09:01:29 2012 -0800

    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 <carl at five-ten-sg.com> - 0.6.56-1
+- filter private provides from rpm
+
 * Tue Aug 09 2012 Carl Byington <carl at five-ten-sg.com> - 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


More information about the scm-commits mailing list