[python-repoze-lru] Update to 0.4

Luke Macken lmacken at fedoraproject.org
Wed Mar 14 04:24:46 UTC 2012


commit 21711521b3640b6597a0b1999d6951cb4064be2b
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Mar 13 21:24:44 2012 -0700

    Update to 0.4

 .gitignore             |    1 +
 python-repoze-lru.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
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 <lmacken at redhat.com> - 0.4-1
+- Update to 0.4
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list