diff --git a/.gitignore b/.gitignore index 6f97cb0..4aa9607 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ anyjson-0.2.4.tar.gz /anyjson-0.3.tar.gz /anyjson-0.3.1.tar.gz +/anyjson-0.3.3.tar.gz diff --git a/python-anyjson.spec b/python-anyjson.spec index 80248a5..781662a 100644 --- a/python-anyjson.spec +++ b/python-anyjson.spec @@ -7,15 +7,14 @@ %global srcname anyjson Name: python-%{srcname} -Version: 0.3.1 -Release: 4%{?dist} +Version: 0.3.3 +Release: 1%{?dist} Summary: Wraps the best available JSON implementation available Group: Development/Languages License: BSD URL: http://pypi.python.org/pypi/anyjson Source0: http://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python2-devel @@ -76,6 +75,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Aug 03 2012 Matthias Runge - 0.3.3-1 +- update to 0.3.3 + * Sat Jul 21 2012 Fedora Release Engineering - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index db358a3..070c198 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b53b5d53fc40af4da7268d3c3e35a50 anyjson-0.3.1.tar.gz +2ea28d6ec311aeeebaf993cb3008b27c anyjson-0.3.3.tar.gz