diff --git a/python-pyinotify.spec b/python-pyinotify.spec index e5bebd5..bc0fb92 100644 --- a/python-pyinotify.spec +++ b/python-pyinotify.spec @@ -1,8 +1,8 @@ %define python_majversion %(echo %python_version | cut -d. -f 1) Name: python-pyinotify -Version: 0.9.4 -Release: 2mamba +Version: 0.9.5 +Release: 1mamba Summary: Linux filesystem events monitoring Group: System/Libraries/Python Vendor: openmamba @@ -67,7 +67,7 @@ install -D -m 0755 -p %{S:1} \ %{buildroot}%{_bindir}/pyinotify # fix permissions -chmod 0755 %{buildroot}%{python_sitelib}/pyinotify.py +chmod 0755 %{buildroot}%{python_sitearch}/pyinotify.py %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -83,6 +83,9 @@ chmod 0755 %{buildroot}%{python_sitelib}/pyinotify.py #%doc python%{python_majversion}/docstrings %changelog +* Sun Jan 25 2015 Automatic Build System 0.9.5-1mamba +- automatic version update by autodist + * Fri May 17 2013 Silvan Calarco 0.9.4-2mamba - python 2.7 mass rebuild