[python-inotify] 0.9.3

terjeros terjeros at fedoraproject.org
Wed Feb 1 19:51:50 UTC 2012


commit 0e1c2cc84cf5cbc10eaf770d5b439791390a1833
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Wed Feb 1 20:51:46 2012 +0100

    0.9.3

 .gitignore          |    1 +
 python-inotify.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67412d2..7abcc42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pyinotify-0.9.0.tar.gz
 /pyinotify-0.9.1.tar.gz
 /pyinotify-0.9.2.tar.gz
+/pyinotify-0.9.3.tar.gz
diff --git a/python-inotify.spec b/python-inotify.spec
index 026261a..23999c0 100644
--- a/python-inotify.spec
+++ b/python-inotify.spec
@@ -6,8 +6,8 @@
 
 Summary:       Monitor filesystem events with Python under Linux
 Name:          python-inotify
-Version:       0.9.2
-Release:       2%{?dist}
+Version:       0.9.3
+Release:       1%{?dist}
 License:       MIT
 Group:         Development/Libraries
 URL:           https://github.com/seb-m/pyinotify
@@ -51,7 +51,7 @@ This is the Python 3 build of pyinotify
 %endif # if with_python3
 
 %prep
-%setup -q -n %{oname}
+%setup -q -n %{oname}-%{version}
 
 %if 0%{?with_python3}
 %{__rm} -rf %{py3dir}
@@ -113,6 +113,9 @@ popd
 %endif
 
 %changelog
+* Wed Feb 01 2012 Terje Rosten <terje.rosten at ntnu.no> - 0.9.3-1
+- 0.9.3
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index fd2aa4e..50fe3b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d344e1efe3fe342e2e052774c9779e2  pyinotify-0.9.2.tar.gz
+b922aecb0ac532cfc51ab674e5f2e94c  pyinotify-0.9.3.tar.gz


More information about the scm-commits mailing list