diff --git a/pyinotify-0.9.4.tar.gz b/pyinotify-0.9.4.tar.gz deleted file mode 100644 index c956614..0000000 --- a/pyinotify-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16f2b9ea135879f8455f2297c9ed0571409f801fe5697181a40aafccd4232119 -size 60255 diff --git a/pyinotify-0.9.5.tar.gz b/pyinotify-0.9.5.tar.gz new file mode 100644 index 0000000..08c7db4 --- /dev/null +++ b/pyinotify-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c52a9f36cee27c5d0931ecf92959cd022317b00901bd34ef05ece4a2a5cb1b +size 61744 diff --git a/python-pyinotify.changes b/python-pyinotify.changes index 24651cd..13bee96 100644 --- a/python-pyinotify.changes +++ b/python-pyinotify.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 11 16:07:10 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.9.5: + * no changelog available +- point the source URL to pypi +- remove unwanted shebang in pyinotify.py + ------------------------------------------------------------------- Fri Jan 18 14:22:13 UTC 2013 - saschpe@suse.de diff --git a/python-pyinotify.spec b/python-pyinotify.spec index 2838bce..945ebe4 100644 --- a/python-pyinotify.spec +++ b/python-pyinotify.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyinotify # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: python-pyinotify -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: Python module for watching filesystems changes License: MIT Group: Development/Libraries/Python Url: http://github.com/seb-m/pyinotify -# downloaded from https://github.com/seb-m/pyinotify/tags -Source: pyinotify-%{version}.tar.gz +Source: https://pypi.python.org/packages/source/p/pyinotify/pyinotify-%{version}.tar.gz Source1: pyinotify BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,6 +51,8 @@ notifications. %prep %setup -q -n pyinotify-%{version} +# remove unwanted shebang +sed -i '/^#!/ d' python2/pyinotify.py %build python setup.py build