diff --git a/.gitignore b/.gitignore index ec2a754..ad8acc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /SecretStorage-1.1.0.tar.gz /SecretStorage-2.0.0.tar.gz +/SecretStorage-2.1.0.tar.gz diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index b41592e..f6f26b2 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -2,11 +2,11 @@ %global pkgname SecretStorage Name: python-%{pkgname} -Version: 2.0.0 +Version: 2.1.0 %if 0%{?bzr} Release: 0.2.bzr%{?bzr}%{?dist} %else -Release: 2%{?dist} +Release: 1%{?dist} %endif Summary: Python 2.x module for secure storing of passwords and secrets URL: http://launchpad.net/python-secretstorage @@ -121,6 +121,9 @@ find %{_builddir} -name '.buildinfo' -delete -print %doc build/sphinx/html/* %changelog +* Thu May 29 2014 Christopher Meng - 2.1.0-1 +- Update to 2.1.0 + * Wed May 28 2014 Kalev Lember - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 diff --git a/sources b/sources index 287c18e..02dad71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e92ec6c84621119592e152fdd2a9c30 SecretStorage-2.0.0.tar.gz +dfa18f0725e5f85769c1f233f2889add SecretStorage-2.1.0.tar.gz