Compare commits

...

4 Commits
rawhide ... f10

Author SHA1 Message Date
Fedora Release Engineering
d2c79f9282 dist-git conversion 2010-07-29 07:45:24 +00:00
Bill Nottingham
8f7743f443 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:12:30 +00:00
corsepiu
121a0179c5 - Upstream update. 2009-04-26 06:08:31 +00:00
Jesse Keating
5e09375aac Initialize branch F-10 for perl-Perl-MinimumVersion 2008-11-07 03:43:10 +00:00
5 changed files with 6 additions and 24 deletions

View File

@ -1 +0,0 @@
Perl-MinimumVersion-1.19.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Perl-MinimumVersion-1.20.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-Perl-MinimumVersion
# $Id$
NAME := perl-Perl-MinimumVersion
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: perl-Perl-MinimumVersion
Version: 1.19
Version: 1.20
Release: 1%{?dist}
Summary: Find a minimum required version of perl for Perl code
License: GPL+ or Artistic
@ -61,6 +61,9 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Sun Apr 26 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.20-1
- Upstream update.
* Tue Sep 16 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.19-1
- Upstream update.

View File

@ -1 +1 @@
dfce4d3fbb12bc6a23fdaf78b1195a3f Perl-MinimumVersion-1.19.tar.gz
6c69ce485db4ca399f29638c34f84da6 Perl-MinimumVersion-1.20.tar.gz