[python-inotify] rebuild with python3.2

tomspur tomspur at fedoraproject.org
Wed Aug 25 16:03:28 UTC 2010


commit 14b468bcd8891178292979bf8eae90a849234d0a
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Wed Aug 25 18:03:12 2010 +0200

    rebuild with python3.2
    
    http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html

 python-inotify.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-inotify.spec b/python-inotify.spec
index bc0a900..4029ca6 100644
--- a/python-inotify.spec
+++ b/python-inotify.spec
@@ -7,7 +7,7 @@
 Summary:       Monitor filesystem events with Python under Linux
 Name:          python-inotify
 Version:       0.9.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 License:       MIT
 Group:         Development/Libraries
 URL:           http://trac.dbzteam.org/pyinotify
@@ -113,9 +113,14 @@ popd
 %doc ACKS ChangeLog_old COPYING NEWS_old README
 %{_bindir}/python3-%{oname}
 %{python3_sitelib}/%{oname}*
+%{python3_sitelib}/__pycache__/%{oname}*
 %endif
 
 %changelog
+* Wed Aug 25 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.9.0-3
+- rebuild with python3.2
+  http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list