Compare commits

...

4 Commits
rawhide ... f11

Author SHA1 Message Date
Fedora Release Engineering
e13daec489 dist-git conversion 2010-07-29 07:45:29 +00:00
Bill Nottingham
bc81d0db66 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:12:30 +00:00
corsepiu
5c524d15b9 - Upstream update. 2009-04-26 06:08:30 +00:00
Jesse Keating
453a085f4d Initialize branch F-11 for perl-Perl-MinimumVersion 2009-04-15 05:10:28 +00:00
5 changed files with 7 additions and 25 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,6 +1,6 @@
Name: perl-Perl-MinimumVersion
Version: 1.19
Release: 2%{?dist}
Version: 1.20
Release: 1%{?dist}
Summary: Find a minimum required version of perl for Perl code
License: GPL+ or Artistic
Group: Development/Libraries
@ -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.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

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