From dff7128ca42f93d5a362cda39ed3d3e31b1b355b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:30:32 +0000 Subject: [PATCH 1/5] Initialize branch F-10 for abcm2ps --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 9bb125a4fb7933f38336ef90f1cfc55e86de5bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Milmeister?= Date: Fri, 2 Jan 2009 20:12:53 +0000 Subject: [PATCH 2/5] new release 5.9.3 --- .cvsignore | 2 +- abcm2ps.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index dee0a02..7bddc64 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ +abcm2ps-5.9.3.tar.gz abcplus_en-1.1.0.zip -abcm2ps-5.9.1.tar.gz diff --git a/abcm2ps.spec b/abcm2ps.spec index 16b42a3..51b578f 100644 --- a/abcm2ps.spec +++ b/abcm2ps.spec @@ -1,5 +1,5 @@ Name: abcm2ps -Version: 5.9.1 +Version: 5.9.3 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 2 2009 Gerard Milmeister - 5.9.3-1 +- new release 5.9.3 + * Sun Oct 5 2008 Gerard Milmeister - 5.9.1-1 - new release 5.9.1 diff --git a/sources b/sources index 66fbf1a..3871ba1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +9521d8c7746a2bfe6f39f152e1633e13 abcm2ps-5.9.3.tar.gz bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip -27e14311d288f579ab841f2f40feec18 abcm2ps-5.9.1.tar.gz From d70e1299307653b9acde384ad86aa0d10b37577c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Milmeister?= Date: Sat, 13 Jun 2009 17:43:06 +0000 Subject: [PATCH 3/5] new release 5.9.5 --- .cvsignore | 2 +- abcm2ps.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7bddc64..46713ac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -abcm2ps-5.9.3.tar.gz +abcm2ps-5.9.5.tar.gz abcplus_en-1.1.0.zip diff --git a/abcm2ps.spec b/abcm2ps.spec index 51b578f..27a0217 100644 --- a/abcm2ps.spec +++ b/abcm2ps.spec @@ -1,5 +1,5 @@ Name: abcm2ps -Version: 5.9.3 +Version: 5.9.5 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 13 2009 Gerard Milmeister - 5.9.5-1 +- new release 5.9.5 + * Fri Jan 2 2009 Gerard Milmeister - 5.9.3-1 - new release 5.9.3 diff --git a/sources b/sources index 3871ba1..d0c3de4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -9521d8c7746a2bfe6f39f152e1633e13 abcm2ps-5.9.3.tar.gz +08282cc997a7cd74a95e39a5fa1c57e2 abcm2ps-5.9.5.tar.gz bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip From ce34b29a2da7ce01da2989d279235cfa8429e744 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:24:12 +0000 Subject: [PATCH 4/5] 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 6afc6eb..e8fe554 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := abcm2ps 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 12183a126666c6bf56a4f3f4e82ccfaf17a81992 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:31:18 +0000 Subject: [PATCH 5/5] 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 e8fe554..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: abcm2ps -# $Id$ -NAME := abcm2ps -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 dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10