[python-dogpile-core] Experimental async refreshing.

Ralph Bean ralph at fedoraproject.org
Mon Jan 21 14:50:50 UTC 2013


commit dd49f021dae774a4246b24404c351faa3f68fef1
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Jan 11 13:13:50 2013 -0500

    Experimental async refreshing.

 python-dogpile-core.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/python-dogpile-core.spec b/python-dogpile-core.spec
index 3c04918..cf9ae23 100644
--- a/python-dogpile-core.spec
+++ b/python-dogpile-core.spec
@@ -6,7 +6,7 @@
 
 Name:               python-dogpile-core
 Version:            0.4.0
-Release:            2%{?dist}
+Release:            3.20130103hg71%{?dist}
 Summary:            A 'dogpile' lock, typically used as a component of a larger caching solution
 
 Group:              Development/Libraries
@@ -81,18 +81,23 @@ popd
 # koji's environment.
 
 %files
-%doc README.rst LICENSE CHANGES
+%doc README.rst LICENSE
 %{python_sitelib}/dogpile/
 %{python_sitelib}/%{modname}-%{version}*
 
 %if 0%{?with_python3}
 %files -n python3-dogpile-core
-%doc README.rst LICENSE CHANGES
+%doc README.rst LICENSE
 %{python3_sitelib}/dogpile/
 %{python3_sitelib}/%{modname}-%{version}-*
 %endif
 
 %changelog
+* Thu Jan 03 2013 Ralph Bean <rbean at redhat.com> - 0.4.0-3.20130103hg71
+- Moved to post-release hg checkout snapshot.
+- Testing experimental background value creation.
+- Temporarily removed the CHANGES doc
+
 * Tue Dec 11 2012 Ralph Bean <rbean at redhat.com> - 0.4.0-2
 - Disabled running tests in %%check due to inconsistent koji failures.
 


More information about the scm-commits mailing list