[python-dirq] update to 1.1.1

mpaladin mpaladin at fedoraproject.org
Tue Mar 20 13:28:01 UTC 2012


commit b494a0eb7c70d0af217278ae7348773ef776f2ed
Author: mpaladin <massimo.paladin at gmail.com>
Date:   Tue Mar 20 14:27:25 2012 +0100

    update to 1.1.1

 .gitignore       |    1 +
 python-dirq.spec |   10 +++++-----
 sources          |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27609ac..ea6b412 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 dirq-0.0.5.tar.gz
 /dirq-1.0.1.tar.gz
+/dirq-1.1.1.tar.gz
diff --git a/python-dirq.spec b/python-dirq.spec
index 16f44f2..eda0dbe 100644
--- a/python-dirq.spec
+++ b/python-dirq.spec
@@ -23,16 +23,14 @@
 %endif 
 
 Name:           python-dirq
-Version:        1.0.1
-Release:        2%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Directory based queue
 
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://code.google.com/p/dirq/
 Source0:        http://dirq.googlecode.com/files/dirq-%{version}.tar.gz
-# http://code.google.com/p/dirq/issues/detail?id=1#c1
-Patch0:         dirq-1.0.1-dist-tag.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -75,7 +73,6 @@ module Directory::Queue.
 
 %prep
 %setup -q -n dirq-%{version}
-%patch0 -p1
 chmod 644 examples/dirq_simple.py \
           examples/dirqset_simple.py
 sed -i '1s|#!%{_bindir}/env python|#!%{_bindir}/python|' \
@@ -156,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Mar 20 2012 Massimo Paladin <massimo.paladin at gmail.com> - 1.1.1-1
+- Update to 1.1.1.
+
 * Tue Feb 14 2012 Steve Traylen <steve.traylen at cern.ch> - 1.0.1-2
 - Empty release for revision control error.
 
diff --git a/sources b/sources
index 6770972..50f0e38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a232a4b28265d2cc4bc4dbc186cd021  dirq-1.0.1.tar.gz
+d27e1f2ee89146e2ac86bcd2388ae1a7  dirq-1.1.1.tar.gz


More information about the scm-commits mailing list