diff --git a/.gitignore b/.gitignore index 74ada59..b36e251 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mimeparse-0.1.3.tar.gz +/python-mimeparse-0.1.4.tar.gz diff --git a/python-mimeparse.spec b/python-mimeparse.spec index 169708b..5440061 100644 --- a/python-mimeparse.spec +++ b/python-mimeparse.spec @@ -1,14 +1,14 @@ -%global with_python3 0 +%global with_python3 1 %global srcname mimeparse Name: python-%{srcname} -Version: 0.1.3 -Release: 5%{?dist} +Version: 0.1.4 +Release: 1%{?dist} Summary: Python module for parsing mime-type names Group: Development/Languages License: MIT -URL: https://mimeparse.googlecode.com/ -Source0: https://mimeparse.googlecode.com/files/%{srcname}-%{version}.tar.gz +URL: https://pypi.python.org/pypi/python-mimeparse +Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel %if 0%{?with_python3} @@ -30,7 +30,7 @@ and matching them against a list of media-ranges. %endif # with_python3 %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n %{name}-%{version} %if 0%{?with_python3} rm -rf %{py3dir} @@ -78,6 +78,9 @@ popd %endif # with_python3 %changelog +* Sat May 18 2013 Pádraig Brady - 0.1.4-1 +- Update to release 0.1.4 + * Thu Feb 14 2013 Fedora Release Engineering - 0.1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index c3f5cad..5bc5bed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03ce207391454db37279e78ce2112365 mimeparse-0.1.3.tar.gz +1d2816a16f17dcfe0c613da611fe7e13 python-mimeparse-0.1.4.tar.gz