diff --git a/.gitignore b/.gitignore index 15528a0..0d9322a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /msgpack-python-0.1.10.tar.gz /python-msgpack.spec /msgpack-python-0.1.12.tar.gz +/msgpack-python-0.1.13.tar.gz diff --git a/python-msgpack.spec b/python-msgpack.spec index c51575b..6c06f74 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -5,7 +5,7 @@ %global srcname msgpack Name: python-%{srcname} -Version: 0.1.12 +Version: 0.1.13 Release: 1%{?dist} Summary: A Python MessagePack (de)serializer @@ -64,6 +64,9 @@ rm -rf %{buildroot} %changelog +* Fri May 11 2012 Fabian Affolter - 0.1.13-1 +- Updated to new upstream version 0.1.13 + * Tue Jan 31 2012 Fabian Affolter - 0.1.12-1 - Updated to new upstream version 0.1.12 diff --git a/sources b/sources index e6fa197..f2bbe32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -121a203e961b566f2039f527f3556a5d msgpack-python-0.1.12.tar.gz +a6781bf2b670963c0ff1316976e66b14 msgpack-python-0.1.13.tar.gz