# HG changeset patch # User Carl Byington # Date 1379891080 25200 # Node ID 0a667645cc3e6e5d55dd9e3b2d0a16e9af3b420f # Parent d28e9fa4fa3032c1b6564871edab1e66cb9ab449 Old dependency filter breaks file coloring diff -r d28e9fa4fa30 -r 0a667645cc3e libpst.spec.in --- 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 0.6.61-2 +- 983596 - Old dependency filter breaks file coloring + * Tue Aug 06 2013 Carl Byington 0.6.61-1 - move documentation to unversioned directory