diff --git a/.gitignore b/.gitignore index 8f89125..00652d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /queuelib-1.0.tar.gz +/queuelib-1.1.1.tar.gz diff --git a/python-queuelib.spec b/python-queuelib.spec index b8d7e45..96fc6bd 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -2,8 +2,8 @@ %global srcname queuelib Name: python-queuelib -Version: 1.0 -Release: 3%{?dist} +Version: 1.1.1 +Release: 1%{?dist} Summary: A collection of persistent (disk-based) queues License: BSD @@ -79,6 +79,9 @@ popd %endif # with_python3 %changelog +* Sat Jan 04 2014 Fabian Affolter - 1.1.1-1 +- Update to latest upstream release 1.1.1 + * Mon Oct 07 2013 Fabian Affolter - 1.0-3 - Naming of Py3 package updated diff --git a/sources b/sources index f0da95e..7ab1552 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4be2b21b307bb5aecf93e0b5bdfdaae0 queuelib-1.0.tar.gz +f6854aed867ba7701c4307a38a353753 queuelib-1.1.1.tar.gz