diff --git a/.gitignore b/.gitignore index 5da6e2b..1ae3f31 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /repoze.lru-0.3.tar.gz +/repoze.lru-0.4.tar.gz diff --git a/python-repoze-lru.spec b/python-repoze-lru.spec index 5e16c30..a25f5df 100644 --- a/python-repoze-lru.spec +++ b/python-repoze-lru.spec @@ -1,8 +1,8 @@ %global modname repoze.lru Name: python-repoze-lru -Version: 0.3 -Release: 2%{?dist} +Version: 0.4 +Release: 1%{?dist} Summary: A tiny LRU cache implementation and decorator Group: Development/Libraries @@ -42,6 +42,9 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog +* Tue Mar 13 2012 Luke Macken - 0.4-1 +- Update to 0.4 + * Sat Jan 14 2012 Fedora Release Engineering - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index f648b53..6b7d0bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da478fab8acaf77c8a963c163d976aa5 repoze.lru-0.3.tar.gz +9f6ab7a4ff871ba795cadf56c20fb0f0 repoze.lru-0.4.tar.gz