diff --git a/import.log b/import.log index ee426b4..45ddd81 100644 --- a/import.log +++ b/import.log @@ -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 diff --git a/python-mutagen.spec b/python-mutagen.spec index 9feeef3..21ad901 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -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 @@ includes a module to handle generic Ogg bitstreams. %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 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Fri Apr 10 2009 Silas Sewell - 1.15-2 +- Make sed safer +- Add back in removed changelogs + * Sun Mar 29 2009 Silas Sewell - 1.15-1 - Update to 1.15 +* Thu Feb 26 2009 Fedora Release Engineering - 1.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.13-3 +- Rebuild for Python 2.6 + * Mon Dec 31 2007 MichaƂ Bentkowski - 1.13-2 - Add egg-info to package