rpms/python-inotify/F-9 .cvsignore, 1.5, 1.6 python-inotify.spec, 1.7, 1.8 sources, 1.5, 1.6

Terje Røsten terjeros at fedoraproject.org
Mon May 18 11:32:50 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/python-inotify/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14708/F-9

Modified Files:
	.cvsignore python-inotify.spec sources 
Log Message:
Sync with rawhide.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	22 Jun 2008 21:07:08 -0000	1.5
+++ .cvsignore	18 May 2009 11:32:19 -0000	1.6
@@ -1 +1 @@
-pyinotify-0.8.0r.tar.gz
+pyinotify-0.8.6-20090518.tar.bz2


Index: python-inotify.spec
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/F-9/python-inotify.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-inotify.spec	22 Jun 2008 21:07:08 -0000	1.7
+++ python-inotify.spec	18 May 2009 11:32:19 -0000	1.8
@@ -1,19 +1,21 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
 
-%define oname pyinotify
+%define oname  pyinotify
+%define git    affbbb02
+%define date   20090518
 
 Summary:       Monitor filesystem events with Python under Linux
 Name:          python-inotify
-Version:       0.8.0
-Release:       3.r%{?dist}
-License:       GPLv2
+Version:       0.8.6
+Release:       1.git%{date}%{?dist}
+License:       GPLv2+
 Group:         Development/Libraries
 URL:           http://trac.dbzteam.org/pyinotify
-# Go here to browse tarballs:
-# http://git.dbzteam.org/?p=pyinotify.git;a=summary
-# Current tarball (Documentation 2008-06-06): 
-# http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=6253a716008486c1864f4416916bb2fe1387498c;sf=tgz
-Source0:       %{oname}-%{version}r.tar.gz
+# Tarball created by
+# $ git clone http://git.dbzteam.org/pyinotify.git/
+# $ cd pyinotify
+# $ git-archive --format=tar --prefix=%{oname}-%{version}/ %{gitver} | bzip2 > %{oname}-%{version}-%{date}.tar.bz2 
+Source0:       %{oname}-%{version}-%{date}.tar.bz2
 Source1:       %{oname}
 BuildRequires: python-devel
 BuildArch:     noarch
@@ -36,7 +38,8 @@ This package includes some examples usag
 extensive documentation is also included.
 
 %prep
-%setup -q -n %{oname}
+%setup -q -n %{oname}-%{version}
+
 for f in ChangeLog ; do
     mv $f $f.iso88591
     iconv -o $f -f iso88591 -t utf8 $f.iso88591
@@ -65,10 +68,23 @@ done
 %{_bindir}/%{oname}
 
 %files examples
+%defattr(-, root, root, -)
 %doc docstrings/*
 %{_datadir}/%{name}
 
 %changelog
+* Mon May 18 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.8.6-1.git20090518
+- Update to latest git, fixing bz #500934.
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-2.git20090208
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Feb  8 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.8.1-1.git20090208
+- 0.8.1
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.0-4.r
+- Rebuild for Python 2.6
+
 * Sun Jun 22 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.8.0-3.r
 - rebuild 
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	22 Jun 2008 21:07:08 -0000	1.5
+++ sources	18 May 2009 11:32:19 -0000	1.6
@@ -1,2 +1 @@
-9a4f1dbd2f28942d821b90f87196c8a2  pyinotify-0.8.0r.tar.gz
-42e18532df53731035d08fcbc94140aa  pyinotify
+2ef313d58bad2fbdefd6e7378338569b  pyinotify-0.8.6-20090518.tar.bz2




More information about the scm-commits mailing list