[python-dirq] Update to 1.0.1.

stevetraylen stevetraylen at fedoraproject.org
Mon Feb 13 23:43:07 UTC 2012


commit 62c25d5cd5d05df6c169b5d97c069052f37a5f53
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Tue Feb 14 01:29:40 2012 +0100

    Update to 1.0.1.

 .gitignore       |    1 +
 python-dirq.spec |    9 ++++++---
 sources          |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7743bf..27609ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dirq-0.0.5.tar.gz
+/dirq-1.0.1.tar.gz
diff --git a/python-dirq.spec b/python-dirq.spec
index 4629021..bbb347a 100644
--- a/python-dirq.spec
+++ b/python-dirq.spec
@@ -23,14 +23,14 @@
 %endif 
 
 Name:           python-dirq
-Version:        0.0.5
-Release:        6%{?dist}
+Version:        1.0.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-0.0.5.tar.gz
+Source0:        http://dirq.googlecode.com/files/dirq-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -153,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Feb 14 2012 Steve Traylen <steve.traylen at cern.ch> - 1.0.1-1
+- Update to 1.0.1.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 412efb7..6770972 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdcf5c940d4c6c91c7b835194fae1f06  dirq-0.0.5.tar.gz
+6a232a4b28265d2cc4bc4dbc186cd021  dirq-1.0.1.tar.gz


More information about the scm-commits mailing list