[python-paver] - Update to 1.0.4

Toshio くらとみ toshio at fedoraproject.org
Tue Jan 18 20:16:56 UTC 2011


commit 2608ea37a358726b8d47d56978e2f0d930f78bed
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Jan 18 12:16:43 2011 -0800

    - Update to 1.0.4

 .gitignore        |    1 +
 python-paver.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f37e8ae..87477c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Paver-1.0.3.tar.gz
+/Paver-1.0.4.tar.gz
diff --git a/python-paver.spec b/python-paver.spec
index d70ad26..a0bbf33 100644
--- a/python-paver.spec
+++ b/python-paver.spec
@@ -4,8 +4,8 @@
 
 %define srcname Paver
 Name: python-paver
-Version: 1.0.3
-Release: 2%{?dist}
+Version: 1.0.4
+Release: 1%{?dist}
 Summary: Python-based build/distribution/deployment scripting tool
 
 Group: Development/Languages
@@ -17,7 +17,7 @@ Source0: http://pypi.python.org/packages/source/P/%{srcname}/%{srcname}-%{versio
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
-BuildRequires: python-devel
+BuildRequires: python2-devel
 %if 0%{?fedora} < 13
 BuildRequires: python-setuptools-devel
 %else
@@ -26,7 +26,7 @@ BuildRequires: python-setuptools
 BuildRequires: python-sphinx
 BuildRequires: python-nose
 
-Requires:      python-devel
+Requires:      python2-devel
 Requires:      python-setuptools
 
 %description
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 18 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.4-1
+- Update to 1.0.4
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 6752d9f..20d3c2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b20fb297125196bdb51c0fcf8ada209  Paver-1.0.3.tar.gz
+43a36ec27abc476ec9c8d82fa016d03d  Paver-1.0.4.tar.gz


More information about the scm-commits mailing list