rpms/python-mutagen/devel import.log, NONE, 1.1 .cvsignore, 1.9, 1.10 python-mutagen.spec, 1.13, 1.14 sources, 1.9, 1.10

Silas Sewell silas at fedoraproject.org
Sun Apr 5 20:16:28 UTC 2009


Author: silas

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

Modified Files:
	.cvsignore python-mutagen.spec sources 
Added Files:
	import.log 
Log Message:
Update to 1.15



--- NEW FILE import.log ---
python-mutagen-1_15-1_fc10:HEAD:python-mutagen-1.15-1.fc10.src.rpm:1238937627


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	31 Dec 2007 20:19:24 -0000	1.9
+++ .cvsignore	5 Apr 2009 20:15:58 -0000	1.10
@@ -1 +1 @@
-mutagen-1.13.tar.gz
+mutagen-1.15.tar.gz


Index: python-mutagen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/python-mutagen.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-mutagen.spec	26 Feb 2009 22:27:30 -0000	1.13
+++ python-mutagen.spec	5 Apr 2009 20:15:58 -0000	1.14
@@ -1,17 +1,18 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-mutagen
-Version:        1.13
-Release:        4%{?dist}
+Version:        1.15
+Release:        1%{?dist}
 Summary:        Mutagen is a Python module to handle audio metadata
+
 Group:          Development/Languages
 License:        GPLv2
-URL:            http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
-Source0:        http://www.sacredchao.net/~piman/software/mutagen-%{version}.tar.gz
+URL:            http://code.google.com/p/quodlibet/wiki/Mutagen
+Source0:        http://quodlibet.googlecode.com/files/mutagen-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  python-devel
+
 BuildArch:      noarch
+BuildRequires:  python-devel
 
 %description
 Mutagen is a Python module to handle audio metadata. It supports
@@ -23,13 +24,11 @@
 
 %prep
 %setup -q -n mutagen-%{version}
-sed -e 1d -e 2d -i mutagen/__init__.py 
+sed -e 1d -e 2d -i mutagen/__init__.py
+sed -i 's/\r//' TUTORIAL
 
 %build
 %{__python} setup.py build
-mv TUTORIAL TUTORIAL.old
-cat TUTORIAL.old | tr -d "\r" > TUTORIAL
-rm -rf TUTORIAL.old
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,21 +39,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING NEWS README TUTORIAL
+%doc API-NOTES COPYING NEWS README TODO TUTORIAL
 %{_bindir}/*
 %{_mandir}/man*/*gz
-%{python_sitelib}/*egg*
-%dir %{python_sitelib}/mutagen
-%{python_sitelib}/mutagen/*.py
-%{python_sitelib}/mutagen/*.pyc
-%{python_sitelib}/mutagen/*.pyo
+%{python_sitelib}/*
 
 %changelog
-* 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
+* Sun Mar 29 2009 Silas Sewell <silas at sewell ch> - 1.15-1
+- Update to 1.15
 
 * Mon Dec 31 2007 Michał Bentkowski <mr.ecik at gmail.com> - 1.13-2
 - Add egg-info to package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-mutagen/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	31 Dec 2007 20:19:24 -0000	1.9
+++ sources	5 Apr 2009 20:15:58 -0000	1.10
@@ -1 +1 @@
-7afa5a154c15e777898e3188b743ef74  mutagen-1.13.tar.gz
+c346e1290711a38c123727c31f3602f8  mutagen-1.15.tar.gz




More information about the fedora-extras-commits mailing list