From 9dd8d8620b768c12460a7a49d7e4be4363b00a1b Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Fri, 2 Oct 2009 14:16:34 +0000 Subject: [PATCH 1/8] New upstream release 3.09 --- PyYAML.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index 3badd51..8b6ce82 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -3,8 +3,8 @@ #====================================================================# Name: PyYAML -Version: 3.08 -Release: 6%{?dist} +Version: 3.09 +Release: 1%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Fri Oct 02 2009 John Eckersberg - 3.09-1 +- New upstream release 3.09 + * Fri Jul 24 2009 Fedora Release Engineering - 3.08-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 084d250..c484ace 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4163a2017fa57f448c66815511fa555 PyYAML-3.08.tar.gz +f219af2361e87fdc5e85e95b84c11d87 PyYAML-3.09.tar.gz From 3266f9662e46024002ba004332ee89fc6ca5a1f4 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 24 Nov 2009 20:13:58 +0000 Subject: [PATCH 2/8] bump spec --- PyYAML.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 8b6ce82..45c3595 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -4,7 +4,7 @@ Name: PyYAML Version: 3.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries From ebc146f30fc38e3613e7f055d1b418f65064d6eb Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Wed, 25 Nov 2009 13:24:29 +0000 Subject: [PATCH 3/8] bump spec for rebuild against libyaml --- PyYAML.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 45c3595..1c11a40 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -4,7 +4,7 @@ Name: PyYAML Version: 3.09 -Release: 2%{?dist} +Release: 3%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries From a145d80e114dd3cb9c8420791adf929d8f51edb0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 00:20:54 +0000 Subject: [PATCH 4/8] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df5dee3..a0a01e5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := PyYAML 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From c71fa219772cd2e1340e78b592098b7cd7058aeb Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Mon, 30 Nov 2009 16:45:46 +0000 Subject: [PATCH 5/8] Bump spec for libyaml-0.1.3 rebuild --- PyYAML.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 1c11a40..fcfc779 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -4,7 +4,7 @@ Name: PyYAML Version: 3.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 30 2009 John Eckersberg - 3.09-4 +- Rebuild with libyaml-0.1.3 + * Fri Oct 02 2009 John Eckersberg - 3.09-1 - New upstream release 3.09 From 3a17f5cc09d2fd36f511fec348ffa83bc747a57c Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Mon, 30 Nov 2009 18:32:34 +0000 Subject: [PATCH 6/8] bump spec --- PyYAML.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index fcfc779..44a5554 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -4,7 +4,7 @@ Name: PyYAML Version: 3.09 -Release: 4%{?dist} +Release: 5%{?dist} Summary: YAML parser and emitter for Python Group: Development/Libraries @@ -53,7 +53,7 @@ rm -rf %{buildroot} %changelog -* Mon Nov 30 2009 John Eckersberg - 3.09-4 +* Mon Nov 30 2009 John Eckersberg - 3.09-5 - Rebuild with libyaml-0.1.3 * Fri Oct 02 2009 John Eckersberg - 3.09-1 From c616a14878b9822e5bb32d8bb2fc6176c74782b8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 01:41:43 +0000 Subject: [PATCH 7/8] Initialize branch EL-6 for PyYAML --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 94d0237ab8146042ae7552a8a1e0e28a9b5c0093 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:14:03 +0000 Subject: [PATCH 8/8] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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 a0a01e5..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: PyYAML -# $Id$ -NAME := PyYAML -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) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6