rpms/python-mutagen/devel import.log, 1.1, 1.2 python-mutagen.spec, 1.14, 1.15

Silas Sewell silas at fedoraproject.org
Fri Apr 10 06:53:44 UTC 2009


Author: silas

Update of /cvs/pkgs/rpms/python-mutagen/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17131/devel

Modified Files:
	import.log python-mutagen.spec 
Log Message:
* Fri Apr 10 2009 Silas Sewell <silas at sewell ch> - 1.15-2
- Make sed safer
- Add back in removed changelogs



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	5 Apr 2009 20:15:58 -0000	1.1
+++ import.log	10 Apr 2009 06:53:13 -0000	1.2
@@ -1 +1,2 @@
 python-mutagen-1_15-1_fc10:HEAD:python-mutagen-1.15-1.fc10.src.rpm:1238937627
+python-mutagen-1_15-2_fc10:HEAD:python-mutagen-1.15-2.fc10.src.rpm:1239346187


Index: python-mutagen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/python-mutagen.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-mutagen.spec	5 Apr 2009 20:15:58 -0000	1.14
+++ python-mutagen.spec	10 Apr 2009 06:53:14 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name:           python-mutagen
 Version:        1.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mutagen is a Python module to handle audio metadata
 
 Group:          Development/Languages
@@ -24,7 +24,7 @@
 
 %prep
 %setup -q -n mutagen-%{version}
-sed -e 1d -e 2d -i mutagen/__init__.py
+sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py
 sed -i 's/\r//' TUTORIAL
 
 %build
@@ -45,9 +45,19 @@
 %{python_sitelib}/*
 
 %changelog
+* Fri Apr 10 2009 Silas Sewell <silas at sewell ch> - 1.15-2
+- Make sed safer
+- Add back in removed changelogs
+
 * Sun Mar 29 2009 Silas Sewell <silas at sewell ch> - 1.15-1
 - Update to 1.15
 
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.13-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.13-3
+- Rebuild for Python 2.6
+
 * Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-2
 - Add egg-info to package
 




More information about the scm-commits mailing list