[python-fmn-rules] Package-centric caching

Ralph Bean ralph at fedoraproject.org
Fri May 16 14:37:28 UTC 2014


commit f7a90ad169bd11bc5c1003d37e64fc338e96f2cc
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri May 16 10:37:10 2014 -0400

    Package-centric caching

 .gitignore            |    1 +
 python-fmn-rules.spec |    5 ++++-
 sources               |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8cfa9c4..0085119 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /fmn.rules-0.1.5.tar.gz
 /fmn.rules-0.1.6.tar.gz
 /fmn.rules-0.2.0.tar.gz
+/fmn.rules-0.2.1.tar.gz
diff --git a/python-fmn-rules.spec b/python-fmn-rules.spec
index 863ab42..2af1c68 100644
--- a/python-fmn-rules.spec
+++ b/python-fmn-rules.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name:               python-fmn-rules
-Version:            0.2.0
+Version:            0.2.1
 Release:            1%{?dist}
 Summary:            Message processing rules for Fedora Notifications
 
@@ -57,6 +57,9 @@ rm -rf %{modname}.egg-info
 %{python2_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Fri May 16 2014 Ralph Bean <rbean at redhat.com> - 0.2.1-1
+- Package-centric caching (over user-centric caching).
+
 * Fri May 16 2014 Ralph Bean <rbean at redhat.com> - 0.2.0-1
 - Fixes for pkgdb2 support.
 - Remove pkgdb1 code.
diff --git a/sources b/sources
index 5413ca0..291b93b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef9010b80d081c7366f541d8a0ca08be  fmn.rules-0.2.0.tar.gz
+df914c131da865ad40d998e0da6dc77f  fmn.rules-0.2.1.tar.gz


More information about the scm-commits mailing list