From ecfbb75910d9b83af12495294c2dd514ec02c5b7 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 04:09:13 +0000 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- python-docutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-docutils.spec b/python-docutils.spec index 6da0e90..55378cf 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: System for processing plaintext documentation Group: Development/Languages @@ -79,6 +79,9 @@ rm -rf %{buildroot} %{python_sitelib}/*egg-info %changelog +* Thu Jul 22 2010 David Malcolm - 0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Tue Jan 19 2010 Toshio Kuratomi - 0.6-1 - Update for 0.6 release. - Switch from setuptools installed egg-info to distutils egg-info. Note that From e36557f4d6262bfc53d367639173778db63f2d36 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 10:18:36 +0000 Subject: [PATCH 2/3] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8ce5e46..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: python-docutils -# $Id: Makefile,v 1.1 2005/03/16 19:50:01 toshio Exp $ -NAME := python-docutils -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 3a1de6d6a3885a00cc3477c45e57834d94efee69 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 2 Aug 2010 00:57:47 -0400 Subject: [PATCH 3/3] * Sun Aug 1 2010 Toshio Kuratomi - 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 - 0.7-1 +- Update for 0.7 release + * Thu Jul 22 2010 David Malcolm - 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