rpms/python-inotify/FC-6 .cvsignore, 1.1, 1.2 python-inotify.spec, 1.2, 1.3 sources, 1.2, 1.3

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Aug 19 19:38:51 UTC 2007


Author: terjeros

Update of /cvs/extras/rpms/python-inotify/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17209

Modified Files:
	.cvsignore python-inotify.spec sources 
Log Message:
Sync with F-7 branch:
 New upstream release: 0.7.1
 Fix license tag
 Remove autopath from example package (bz #237464)





Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Mar 2007 02:44:02 -0000	1.1
+++ .cvsignore	19 Aug 2007 19:38:19 -0000	1.2
@@ -0,0 +1 @@
+pyinotify-0.7.1.tar.bz2


Index: python-inotify.spec
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/FC-6/python-inotify.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-inotify.spec	27 Mar 2007 19:55:10 -0000	1.2
+++ python-inotify.spec	19 Aug 2007 19:38:19 -0000	1.3
@@ -4,9 +4,9 @@
 
 Summary: Monitor filesystem events with Python under Linux
 Name: python-inotify
-Version: 0.7.0
-Release: 2%{?dist}
-License: GPL
+Version: 0.7.1
+Release: 1%{?dist}
+License: GPLv2+
 Group: Development/Libraries
 URL: http://pyinotify.sourceforge.net/
 Source0: http://downloads.sourceforge.net/%{oname}/%{oname}-%{version}.tar.bz2
@@ -41,6 +41,9 @@
 %{__install} -d %{buildroot}%{_datadir}/%{name}
 %{__cp} -a src/examples %{buildroot}%{_datadir}/%{name}
 
+# libs installed, no need for autopath
+%{__rm} -f %{buildroot}%{_datadir}/%{name}/examples/autopath.*
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -55,6 +58,13 @@
 %{_datadir}/%{name}
 
 %changelog
+* Wed Aug 08 2007 Terje Rosten <terjeros at phys.ntnu.no> - 0.7.1-1
+- New upstream release: 0.7.1
+- Fix license tag
+
+* Mon Jun 25 2007 Terje Rosten <terjeros at phys.ntnu.no> - 0.7.0-3
+- Remove autopath from example package (bz #237464)
+
 * Tue Mar 27 2007 Terje Rosten <terjeros at phys.ntnu.no> - 0.7.0-2
 - Fix email address
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Mar 2007 19:26:45 -0000	1.2
+++ sources	19 Aug 2007 19:38:19 -0000	1.3
@@ -1 +1 @@
-159ba32d41c087d98da6248890958ba0  pyinotify-0.7.0.tar.bz2
+918bab039915be744acd771d6d9e481d  pyinotify-0.7.1.tar.bz2




More information about the fedora-extras-commits mailing list