rpms/python-mutagen/devel .cvsignore, 1.10, 1.11 import.log, 1.2, 1.3 python-mutagen.spec, 1.15, 1.16 sources, 1.10, 1.11

Silas Sewell silas at fedoraproject.org
Fri Jul 3 05:02:40 UTC 2009


Author: silas

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

Modified Files:
	.cvsignore import.log python-mutagen.spec sources 
Log Message:
* Thu Jul 02 2009 Silas Sewell <silas at sewell.ch> - 1.16-1
- Update to 1.16
- New project URLs



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	5 Apr 2009 20:15:58 -0000	1.10
+++ .cvsignore	3 Jul 2009 05:02:09 -0000	1.11
@@ -1 +1 @@
-mutagen-1.15.tar.gz
+mutagen-1.16.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	10 Apr 2009 06:53:13 -0000	1.2
+++ import.log	3 Jul 2009 05:02:09 -0000	1.3
@@ -1,2 +1,3 @@
 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
+python-mutagen-1_16-1_fc10:HEAD:python-mutagen-1.16-1.fc10.src.rpm:1246597201


Index: python-mutagen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/python-mutagen.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- python-mutagen.spec	10 Apr 2009 06:53:14 -0000	1.15
+++ python-mutagen.spec	3 Jul 2009 05:02:09 -0000	1.16
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-mutagen
-Version:        1.15
-Release:        2%{?dist}
+Version:        1.16
+Release:        1%{?dist}
 Summary:        Mutagen is a Python module to handle audio metadata
 
 Group:          Development/Languages
 License:        GPLv2
-URL:            http://code.google.com/p/quodlibet/wiki/Mutagen
-Source0:        http://quodlibet.googlecode.com/files/mutagen-%{version}.tar.gz
+URL:            http://code.google.com/p/mutagen
+Source0:        http://mutagen.googlecode.com/files/mutagen-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -24,32 +24,42 @@ includes a module to handle generic Ogg 
 
 %prep
 %setup -q -n mutagen-%{version}
+# Fix non-executable-script error
 sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py
+# Fix wrong-file-end-of-line-encoding warning
 sed -i 's/\r//' TUTORIAL
 
 %build
 %{__python} setup.py build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc API-NOTES COPYING NEWS README TODO TUTORIAL
 %{_bindir}/*
 %{_mandir}/man*/*gz
-%{python_sitelib}/*
+%{python_sitelib}/mutagen
+%{python_sitelib}/mutagen-%{version}-*.egg-info
 
 %changelog
-* Fri Apr 10 2009 Silas Sewell <silas at sewell ch> - 1.15-2
+* Thu Jul 02 2009 Silas Sewell <silas at sewell.ch> - 1.16-1
+- Update to 1.16
+- New project URLs
+
+* Sun Apr 12 2009 Silas Sewell <silas at sewell.ch> - 1.15-3
+- Normalize spec
+
+* 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
+* 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	5 Apr 2009 20:15:58 -0000	1.10
+++ sources	3 Jul 2009 05:02:09 -0000	1.11
@@ -1 +1 @@
-c346e1290711a38c123727c31f3602f8  mutagen-1.15.tar.gz
+feea89bebee5816aed911f33a2171559  mutagen-1.16.tar.gz




More information about the fedora-extras-commits mailing list