Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
12183a1266 dist-git conversion 2010-07-28 09:31:18 +00:00
Bill Nottingham
ce34b29a2d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:12 +00:00
Gérard Milmeister
d70e129930 new release 5.9.5 2009-06-13 17:43:06 +00:00
Gérard Milmeister
9bb125a4fb new release 5.9.3 2009-01-02 20:12:53 +00:00
Jesse Keating
dff7128ca4 Initialize branch F-10 for abcm2ps 2008-11-07 04:30:32 +00:00
4 changed files with 9 additions and 24 deletions

View file

@ -1,2 +1,2 @@
abcm2ps-5.9.5.tar.gz
abcplus_en-1.1.0.zip
abcm2ps-5.9.1.tar.gz

View file

@ -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 $$/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)

View file

@ -1,5 +1,5 @@
Name: abcm2ps
Version: 5.9.1
Version: 5.9.5
Release: 1%{?dist}
Summary: A program to typeset ABC tunes into Postscript
@ -52,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jun 13 2009 Gerard Milmeister <gemi@bluewin.ch> - 5.9.5-1
- new release 5.9.5
* Fri Jan 2 2009 Gerard Milmeister <gemi@bluewin.ch> - 5.9.3-1
- new release 5.9.3
* Sun Oct 5 2008 Gerard Milmeister <gemi@bluewin.ch> - 5.9.1-1
- new release 5.9.1

View file

@ -1,2 +1,2 @@
08282cc997a7cd74a95e39a5fa1c57e2 abcm2ps-5.9.5.tar.gz
bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip
27e14311d288f579ab841f2f40feec18 abcm2ps-5.9.1.tar.gz