diff --git a/.gitignore b/.gitignore index 77a60d0..e8fe091 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /keyring-3.4.zip /keyring-3.6.zip /keyring-3.8.zip +/keyring-4.0.zip diff --git a/python-keyring.spec b/python-keyring.spec index 890d8d2..4ae2777 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,8 +1,8 @@ %global with_python3 1 Name: python-keyring -Version: 3.8 -Release: 3%{?dist} +Version: 4.0 +Release: 1%{?dist} Summary: Python 2 library to store and access passwords safely License: Python URL: http://bitbucket.org/kang/python-keyring-lib/ @@ -112,6 +112,9 @@ popd %endif %changelog +* Sat Aug 02 2014 Christopher Meng - 4.0-1 +- Update to 4.0 + * Sat Jun 07 2014 Fedora Release Engineering - 3.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index d5f6f25..eb545b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39fd65bf2acbb7d5a7b9b22a2ecc03df keyring-3.8.zip +4d1055abcac582f11cb0941cf22ab4d0 keyring-4.0.zip