[python-fmn-rules] Latest upstream with intelligent cache invalidation.

Ralph Bean ralph at fedoraproject.org
Wed Jun 11 18:22:21 UTC 2014


commit 2287e2260c656b761a77f9228d758cea95516945
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jun 11 14:22:07 2014 -0400

    Latest upstream with intelligent cache invalidation.

 .gitignore            |    1 +
 python-fmn-rules.spec |    7 ++++++-
 sources               |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d95c1b7..dd51c40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /fmn.rules-0.2.0.tar.gz
 /fmn.rules-0.2.1.tar.gz
 /fmn.rules-0.2.2.tar.gz
+/fmn.rules-0.2.3.tar.gz
diff --git a/python-fmn-rules.spec b/python-fmn-rules.spec
index d3f5e58..394270b 100644
--- a/python-fmn-rules.spec
+++ b/python-fmn-rules.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name:               python-fmn-rules
-Version:            0.2.2
+Version:            0.2.3
 Release:            1%{?dist}
 Summary:            Message processing rules for Fedora Notifications
 
@@ -57,6 +57,11 @@ rm -rf %{modname}.egg-info
 %{python2_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Wed Jun 11 2014 Ralph Bean <rbean at redhat.com> - 0.2.3-1
+- Latest upstream.
+- Switches caching mechanism back to user-centric.
+- Attempts to invalidate cache more intelligently.
+
 * Tue Jun 10 2014 Ralph Bean <rbean at redhat.com> - 0.2.2-1
 - Latest upstream with fixes mostly for pkgdb2.
 
diff --git a/sources b/sources
index e1df268..218306a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9e79f55b0909595023eae8e4923cf4c  fmn.rules-0.2.2.tar.gz
+437b3fd321f7a508a8552b33a2462025  fmn.rules-0.2.3.tar.gz


More information about the scm-commits mailing list