diff --git a/.gitignore b/.gitignore index f1af0e7..e653c59 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ anyjson-0.2.4.tar.gz +/anyjson-0.3.tar.gz diff --git a/python-anyjson.spec b/python-anyjson.spec index 1a4d8dc..3842a1f 100644 --- a/python-anyjson.spec +++ b/python-anyjson.spec @@ -5,8 +5,8 @@ %global srcname anyjson Name: python-%{srcname} -Version: 0.2.4 -Release: 2%{?dist} +Version: 0.3 +Release: 1%{?dist} Summary: Wraps the best available JSON implementation available Group: Development/Languages @@ -50,6 +50,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 27 2011 Fabian Affolter - 0.3-1 +- Updated to new upstream version 0.3 + * Sat Jul 31 2010 Orcan Ogetbil - 0.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index bc8fc16..cd56ce9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed707033ad6cee0a44db199c289a4c80 anyjson-0.2.4.tar.gz +28124eeb1a96e6631ae67bcb7a30ef48 anyjson-0.3.tar.gz