From 2850c8c18142f90765852797119ddc56091cead4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:10:13 +0000 Subject: [PATCH 1/4] Initialize branch F-10 for abcMIDI --- 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 8bbb2a3188f33f9d60ebbe8d42567f6803c0e3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Milmeister?= Date: Sat, 13 Jun 2009 18:01:03 +0000 Subject: [PATCH 2/4] new release 2009-03-17 --- .cvsignore | 2 +- abcMIDI.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9a916e0..4e56fba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abcMIDI-2008-09-24.zip +abcMIDI-2009-03-17.zip diff --git a/abcMIDI.spec b/abcMIDI.spec index 7913413..7c45a1b 100644 --- a/abcMIDI.spec +++ b/abcMIDI.spec @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20080924 +Version: 20090317 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPLv2+ URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2008-09-24.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2009-03-17.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 13 2009 Gerard Milmeister - 20090317-1 +- new release 2009-03-17 + * Wed Sep 24 2008 Gerard Milmeister - 20080924-1 - new release 2008-09-24 diff --git a/sources b/sources index c610e7a..1c0735e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3aa16f97bfc3bf187dc6ce5ea6a60750 abcMIDI-2008-09-24.zip +e58ee677884bfc85fd3cd150179966c1 abcMIDI-2009-03-17.zip From 0a4cba16bb7ade9e54b3794521764d917ddf53b2 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:24:15 +0000 Subject: [PATCH 3/4] 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 4fc6be3..d89b7f1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := abcMIDI 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 3f5dfa511f4f79e5806323a83fba8c1f8dc219f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:30:25 +0000 Subject: [PATCH 4/4] 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 d89b7f1..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: abcMIDI -# $Id$ -NAME := abcMIDI -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