From 1d68b3a6bf68dd0c57bca8aaf9b1b5826040dee7 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Tue, 6 Jul 2010 18:24:57 +0000 Subject: [PATCH] - Update to 1.19 - Add tests --- .cvsignore | 2 +- import.log | 1 + python-mutagen.spec | 9 ++++++++- sources | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 22f1ef3..9e3a0df 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mutagen-1.18.tar.gz +mutagen-1.19.tar.gz diff --git a/import.log b/import.log index bcf3a48..ba90b0d 100644 --- a/import.log +++ b/import.log @@ -3,3 +3,4 @@ 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 python-mutagen-1_17-1_fc12:HEAD:python-mutagen-1.17-1.fc12.src.rpm:1256194380 python-mutagen-1_18-1_fc13:HEAD:python-mutagen-1.18-1.fc13.src.rpm:1266459094 +python-mutagen-1_19-1_fc14:HEAD:python-mutagen-1.19-1.fc14.src.rpm:1278440665 diff --git a/python-mutagen.spec b/python-mutagen.spec index 5aa0372..570c56f 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-mutagen -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata @@ -36,6 +36,9 @@ sed -i 's/\r//' TUTORIAL rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} +%check +./setup.py test + %clean rm -rf %{buildroot} @@ -48,6 +51,10 @@ rm -rf %{buildroot} %{python_sitelib}/mutagen-%{version}-*.egg-info %changelog +* Tue Jul 06 2010 Silas Sewell - 1.19-1 +- Update to 1.19 +- Add tests + * Thu Feb 18 2010 Silas Sewell - 1.18-1 - Update to 1.18 diff --git a/sources b/sources index 8a6fd07..97eaf84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c2cd954e4bacd79fadd45afc4acce4c mutagen-1.18.tar.gz +68132949f3cd68491b87ff880ded4680 mutagen-1.19.tar.gz