>From b996715be3eb1bfafefdb829d691abaea0bb0513 Mon Sep 17 00:00:00 2001 From: Jesse Keating <jkeating@xxxxxxxxxxxxxxxxx> Date: Fri, 27 Feb 2009 02:52:43 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/perl-Test-Signature.spec b/perl-Test-Signature.spec index 1ceb7c4..b04b240 100644 --- a/perl-Test-Signature.spec +++ b/perl-Test-Signature.spec @@ -1,6 +1,6 @@ Name: perl-Test-Signature Version: 1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Automated SIGNATURE testing License: GPL+ or Artistic Group: Development/Libraries @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Dec 07 2008 Iain Arnell <iarnell@xxxxxxxxx> 1.10-2 - remove explicit requires -- cgit v0.10.2 >From 9e9e46ec0b396c062ef985661179e7767b2bccc8 Mon Sep 17 00:00:00 2001 From: Jesse Keating <jkeating@xxxxxxxxxxxxxxxxx> Date: Sun, 26 Jul 2009 16:56:45 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/perl-Test-Signature.spec b/perl-Test-Signature.spec index b04b240..987d735 100644 --- a/perl-Test-Signature.spec +++ b/perl-Test-Signature.spec @@ -1,6 +1,6 @@ Name: perl-Test-Signature Version: 1.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Automated SIGNATURE testing License: GPL+ or Artistic Group: Development/Libraries @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -- cgit v0.10.2 >From f7fd9f58e022eb4322543107dcf7229ae928a2e4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham <notting@xxxxxxxxxxxxxxxxx> Date: Thu, 26 Nov 2009 02:17:37 +0000 Subject: Fix typo that causes a failure to update the common directory. (releng #2781) diff --git a/Makefile b/Makefile index 8f5537d..81b8364 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := perl-Test-Signature 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)) -- cgit v0.10.2 >From 33d806047c0413e4a7dc14fc83dfcdfedd5c1a2f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore <ausil@xxxxxxxxxxxxxxxxx> Date: Sat, 8 May 2010 02:12:11 +0000 Subject: Initialize branch EL-6 for perl-Test-Signature diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 -- cgit v0.10.2 >From f690d2c606aed9c3b6153f9a3953111ae71669ee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> Date: Thu, 29 Jul 2010 08:14:45 +0000 Subject: dist-git conversion diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 1352385..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Test-Signature-1.10.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1352385 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Test-Signature-1.10.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 81b8364..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Test-Signature -# $Id$ -NAME := perl-Test-Signature -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 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-Test-Signature.git/commit/?h=el6&id=58b32d94ec3e6fcbc5e0fa73ddc6b8751c923f1f -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel