diff --git a/.gitignore b/.gitignore index 8d5888c..2663975 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pyinotify-0.9.0.tar.gz +/pyinotify-0.9.1.tar.gz diff --git a/python-inotify.spec b/python-inotify.spec index 4029ca6..53597f8 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -6,11 +6,11 @@ Summary: Monitor filesystem events with Python under Linux Name: python-inotify -Version: 0.9.0 -Release: 3%{?dist} +Version: 0.9.1 +Release: 1%{?dist} License: MIT Group: Development/Libraries -URL: http://trac.dbzteam.org/pyinotify +URL: https://github.com/seb-m/pyinotify Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz Source1: %{oname} BuildRequires: python-devel @@ -99,7 +99,7 @@ popd %files %defattr(-, root, root, -) -%doc ACKS COPYING ChangeLog_old NEWS_old README +%doc ACKS COPYING ChangeLog_old NEWS_old %{_bindir}/%{oname} %{python_sitelib}/%{oname}* @@ -110,13 +110,18 @@ popd %if 0%{?with_python3} %files -n python3-inotify %defattr(-, root, root, -) -%doc ACKS ChangeLog_old COPYING NEWS_old README +%doc ACKS ChangeLog_old COPYING NEWS_old %{_bindir}/python3-%{oname} %{python3_sitelib}/%{oname}* +%if 0%{?fedora} > 14 %{python3_sitelib}/__pycache__/%{oname}* %endif +%endif %changelog +* Mon Feb 07 2011 Terje Rosten - 0.9.1-1 +- 0.9.1 + * Wed Aug 25 2010 Thomas Spura - 0.9.0-3 - rebuild with python3.2 http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html diff --git a/sources b/sources index cec4e04..7e88975 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9822b3cfe1494e1a9e8bce70b1214db7 pyinotify-0.9.0.tar.gz +8b1ca96ebfed08f16782162c018c403b pyinotify-0.9.1.tar.gz