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

Todd Zullinger tmz at pobox.com
Sun Apr 5 23:23:19 UTC 2009


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 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

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20090405/feaa12b4/attachment.sig>


More information about the fedora-devel-list mailing list