[python-dirq: 2/2] update to 1.2.1.

mpaladin mpaladin at fedoraproject.org
Mon May 7 08:50:22 UTC 2012


commit 01f7b2b357ceddbfad8ad2592ca196c3184c3a64
Author: mpaladin <massimo.paladin at gmail.com>
Date:   Mon May 7 10:49:59 2012 +0200

    update to 1.2.1.

 python-dirq.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-dirq.spec b/python-dirq.spec
index 5026cd9..0376550 100644
--- a/python-dirq.spec
+++ b/python-dirq.spec
@@ -23,7 +23,7 @@
 %endif 
 
 Name:           python-dirq
-Version:        1.1.2
+Version:        1.2.1
 Release:        1%{?dist}
 Summary:        Directory based queue
 
@@ -67,7 +67,7 @@ underlying file system for storage, security and to prevent race
 conditions via atomic operations.  It focuses on simplicity, 
 robustness and the ability to scale.
 
-The python module dirq is compatible with the perl 
+The python module dirq is compatible with the Perl 
 module Directory::Queue.
 %endif #end of altpython.
 
@@ -132,17 +132,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README CHANGES examples test
+%doc README.rst CHANGES examples test
 %{python_sitelib}/*
 
 %if %{?altpython:1}%{!?altpython:0}
 %files -n %{altpython}-dirq
 %defattr(-,root,root,-)
-%doc README CHANGES examples test
+%doc README.rst CHANGES examples test
 %{altpython_sitelib}/*
 %endif
 
 %changelog
+* Mon May 07 2012 Massimo Paladin <massimo.paladin at gmail.com> - 1.2.1-1
+- Update to 1.2.1.
+
 * Fri Mar 30 2012 Massimo Paladin <massimo.paladin at gmail.com> - 1.1.2-1
 - Update to 1.1.2.
 


More information about the scm-commits mailing list