changeset 335:0a667645cc3e

Old dependency filter breaks file coloring
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Sep 2013 16:04:40 -0700
parents d28e9fa4fa30
children f1595a84790b
files libpst.spec.in
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libpst.spec.in	Tue Aug 06 15:09:54 2013 -0700
+++ b/libpst.spec.in	Sun Sep 22 16:04:40 2013 -0700
@@ -1,7 +1,7 @@
 Summary:            Utilities to convert Outlook .pst files to other formats
 Name:               @PACKAGE@
 Version:            @VERSION@
-Release:            1%{?dist}
+Release:            2%{?dist}
 License:            GPLv2+
 Group:              Applications/Productivity
 Source:             http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
@@ -39,10 +39,9 @@
 Requires:           python
 Requires:           %{name}-libs = %{version}-%{release}
 
-%{?filter_setup:
-%filter_provides_in %{python_sitearch}/_.*\.so$
-%filter_setup
-}
+%global __provides_exclude_from
+%{?__provides_exclude_from:%__provides_exclude_from|}^
+%{python_sitearch}/_.*\.so$
 
 %description python
 The libpst-python package allows you to use the libpst shared object
@@ -155,6 +154,9 @@
 
 
 %changelog
+* Sun Sep 22 2013 Carl Byington <carl@five-ten-sg.com> 0.6.61-2
+- 983596 - Old dependency filter breaks file coloring
+
 * Tue Aug 06 2013 Carl Byington <carl@five-ten-sg.com> 0.6.61-1
 - move documentation to unversioned directory