diff --git a/.gitignore b/.gitignore index 51a7359..84a4a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,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 fcad053..4ae2777 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,7 +1,7 @@ %global with_python3 1 Name: python-keyring -Version: 3.8 +Version: 4.0 Release: 1%{?dist} Summary: Python 2 library to store and access passwords safely License: Python @@ -112,6 +112,15 @@ 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 + +* Wed May 28 2014 Kalev Lember - 3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Tue May 13 2014 Christopher Meng - 3.8-1 - Update to 3.8 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