From 6082c4020c43698f895b9742dab7ec0268a7b533 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 17:21:10 +0000 Subject: [PATCH 1/6] Rebuild for Python 2.6 --- serpentine.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/serpentine.spec b/serpentine.spec index efa6234..972fd0a 100644 --- a/serpentine.spec +++ b/serpentine.spec @@ -2,7 +2,7 @@ Name: serpentine Version: 0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Audio CD Burner Group: Applications/Multimedia @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.9-3 +- Rebuild for Python 2.6 + * Tue Nov 22 2007 Sindre Pedersen Bjørdal - 0.9-1 - New release - Add missing PyXML dependency From 330d322b7167bfa047741a4e8fd0220026b19202 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 00:35:08 +0000 Subject: [PATCH 2/6] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- serpentine.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/serpentine.spec b/serpentine.spec index 972fd0a..f340716 100644 --- a/serpentine.spec +++ b/serpentine.spec @@ -2,7 +2,7 @@ Name: serpentine Version: 0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Audio CD Burner Group: Applications/Multimedia @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.9-3 - Rebuild for Python 2.6 From f5fd00b62a597a20a0ac3cdea0cbf12e63e82ffa Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 04:11:48 +0000 Subject: [PATCH 3/6] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- serpentine.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/serpentine.spec b/serpentine.spec index f340716..1c0fd3d 100644 --- a/serpentine.spec +++ b/serpentine.spec @@ -2,7 +2,7 @@ Name: serpentine Version: 0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Audio CD Burner Group: Applications/Multimedia @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 0.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 0.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 0d3cb352a1db93a920d5a54ca108b27643c4b489 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 1 Sep 2009 17:30:57 +0000 Subject: [PATCH 4/6] Retired --- dead.package | 1 + 1 file changed, 1 insertion(+) create mode 100644 dead.package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3c1b5b3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Dead upstream From 97ab40ee7834d7397235bb8dfcc68ac2c325f5d7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:15:29 +0000 Subject: [PATCH 5/6] 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 8ac417b..9da0fd3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := serpentine 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 fed458f01383407e7089dfe828d421b249d63c52 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 12:37:17 +0000 Subject: [PATCH 6/6] 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 9da0fd3..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: serpentine -# $Id$ -NAME := serpentine -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)