Silas Sewell wrote: > %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 It would be safer (though slightly uglier) to use: sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py That way, if upstream removes or changes the shebang, you will notice rather than silently dropping the first two lines of __init__.py. > %changelog > -* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.13-4 > -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > - > -* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@xxxxxxxxx> - 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 Why remove these two changelog entries? Thanks for updating, I had noticed that there was a newer release not so long ago, but I hadn't mentioned this to the package maintainer. :) -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Between two evils, I always pick the one I never tried before. -- Mae West
Attachment:
pgpgwdwVcBbND.pgp
Description: PGP signature
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list