[python-paver: 1/2] Update to 1.0.5

Toshio くらとみ toshio at fedoraproject.org
Mon Jul 16 18:19:31 UTC 2012


commit a69b50da649bbed1a3983524eefd23748ae41711
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jul 16 11:18:13 2012 -0700

    Update to 1.0.5

 .gitignore        |    1 +
 python-paver.spec |   10 ++++------
 sources           |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87477c7..91c4806 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Paver-1.0.3.tar.gz
 /Paver-1.0.4.tar.gz
+/Paver-1.0.5.tar.gz
diff --git a/python-paver.spec b/python-paver.spec
index a0bbf33..19757be 100644
--- a/python-paver.spec
+++ b/python-paver.spec
@@ -4,7 +4,7 @@
 
 %define srcname Paver
 Name: python-paver
-Version: 1.0.4
+Version: 1.0.5
 Release: 1%{?dist}
 Summary: Python-based build/distribution/deployment scripting tool
 
@@ -18,11 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 BuildRequires: python2-devel
-%if 0%{?fedora} < 13
-BuildRequires: python-setuptools-devel
-%else
 BuildRequires: python-setuptools
-%endif
 BuildRequires: python-sphinx
 BuildRequires: python-nose
 
@@ -78,7 +74,6 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt
@@ -87,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 16 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.5-1
+- Update to 1.0.5
+
 * Tue Jan 18 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.4-1
 - Update to 1.0.4
 
diff --git a/sources b/sources
index 20d3c2c..4fb5374 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43a36ec27abc476ec9c8d82fa016d03d  Paver-1.0.4.tar.gz
+939a68075e1bc28bfdc4a3a540539a06  Paver-1.0.5.tar.gz


More information about the scm-commits mailing list