[python-docutils] * Sun Aug 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7-1 - Update for 0.7 release

Toshio くらとみ toshio at fedoraproject.org
Mon Aug 2 04:58:00 UTC 2010


commit 3a1de6d6a3885a00cc3477c45e57834d94efee69
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Aug 2 00:57:47 2010 -0400

    * Sun Aug 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7-1
    - Update for 0.7 release

 .gitignore           |    1 +
 python-docutils.spec |   11 +++++++----
 sources              |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd8d4f8..ce215d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 docutils-0.6.tar.gz
+docutils-0.7.tar.gz
diff --git a/python-docutils.spec b/python-docutils.spec
index 55378cf..eedf3fa 100644
--- a/python-docutils.spec
+++ b/python-docutils.spec
@@ -6,8 +6,8 @@
 %global srcname docutils
 
 Name:           python-%{srcname}
-Version:        0.6
-Release:        2%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        System for processing plaintext documentation
 
 Group:          Development/Languages
@@ -18,8 +18,8 @@ Source0:        http://downloads.sourceforge.net/docutils/%{srcname}-%{version}.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:       noarch
 
-BuildRequires:  python-devel
-BuildRequires: python-setuptools-devel
+BuildRequires:  python2-devel
+BuildRequires: python-setuptools
 
 Requires: python-imaging
 Provides: docutils = %{version}-%{release}
@@ -79,6 +79,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*egg-info
 
 %changelog
+* Sun Aug 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7-1
+- Update for 0.7 release
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index b717765..b7edec4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c615479a965bc773892f585e0e08119  docutils-0.6.tar.gz
+9aec716baf15d06b5aa57cf8d5591c15  docutils-0.7.tar.gz


More information about the scm-commits mailing list