diff --git a/.gitignore b/.gitignore index 1f88036..064dc76 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /msgpack-python-0.1.9.tar.gz +/msgpack-python-0.1.10.tar.gz diff --git a/python-msgpack.spec b/python-msgpack.spec index 0caa788..cc9efd1 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -5,8 +5,8 @@ %global srcname msgpack Name: python-%{srcname} -Version: 0.1.9 -Release: 3%{?dist} +Version: 0.1.10 +Release: 1%{?dist} Summary: A Python MessagePack (de)serializer Group: Development/Languages @@ -58,18 +58,22 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc COPYING README +%doc COPYING %{python_sitearch}/%{srcname}/ %{python_sitearch}/%{srcname}*.egg-info %changelog +* Sat Nov 26 2011 Fabian Affolter - 0.1.10-1 +- Updated to new upstream version 0.1.10 +- README is gone + * Tue Jul 12 2011 Dan HorĂ¡k - 0.1.9-3 - fix build on big endian arches -* Fri Jun 24 2011 Fabian Affolter - 0.1.9-2 +* Fri Jun 24 2011 Fabian Affolter - 0.1.9-2 - Tests are failing, they are not active at the moment - Filtering added -* Sat Mar 26 2011 Fabian Affolter - 0.1.9-1 +* Sat Mar 26 2011 Fabian Affolter - 0.1.9-1 - Initial package diff --git a/sources b/sources index d65e024..8914042 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fea360812fd4bd485c07b03239f1ddd0 msgpack-python-0.1.9.tar.gz +a31f16d20ea8ec79cc8cba1103f951d8 msgpack-python-0.1.10.tar.gz