From 4b4324497b0f5ae38b601bd40308ae771f06da26 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:31:20 +0000 Subject: [PATCH 1/7] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 96a5253..91fb400 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: perl-SUPER -# $Id$ +# $Id: Makefile,v 1.1 2006/09/07 22:50:32 cweyl Exp $ NAME := perl-SUPER 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 d32bbf98527c4e59fb60152b6477b46031101b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Thu, 6 May 2010 15:30:11 +0000 Subject: [PATCH 2/7] - Mass rebuild with perl-5.12.0 --- perl-SUPER.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-SUPER.spec b/perl-SUPER.spec index 91012b6..839041e 100644 --- a/perl-SUPER.spec +++ b/perl-SUPER.spec @@ -1,6 +1,6 @@ Name: perl-SUPER Version: 1.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sane superclass method dispatcher License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu May 06 2010 Marcela Maslanova - 1.17-2 +- Mass rebuild with perl-5.12.0 + * Sun Sep 27 2009 Chris Weyl 1.17-1 - update filtering - auto-update to 1.17 (by cpan-spec-update 0.01) From e2a8b7e1a1323b96211fcc462a0583fe94859508 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 07:54:19 +0000 Subject: [PATCH 3/7] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile 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 91fb400..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-SUPER -# $Id: Makefile,v 1.1 2006/09/07 22:50:32 cweyl Exp $ -NAME := perl-SUPER -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) From f73923e9977e49c2842a39ef66ecd319b5c8c6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 22 Dec 2010 13:16:05 +0100 Subject: [PATCH 4/7] - 661697 rebuild for fixing problems with vendorach/lib --- perl-SUPER.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-SUPER.spec b/perl-SUPER.spec index 839041e..3505699 100644 --- a/perl-SUPER.spec +++ b/perl-SUPER.spec @@ -1,6 +1,6 @@ Name: perl-SUPER Version: 1.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Sane superclass method dispatcher License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Dec 22 2010 Marcela Maslanova - 1.17-3 +- 661697 rebuild for fixing problems with vendorach/lib + * Thu May 06 2010 Marcela Maslanova - 1.17-2 - Mass rebuild with perl-5.12.0 From a379bec9165f06751cc7226dc878a02d91d38043 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 00:30:36 -0600 Subject: [PATCH 5/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- perl-SUPER.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-SUPER.spec b/perl-SUPER.spec index 3505699..bdb6451 100644 --- a/perl-SUPER.spec +++ b/perl-SUPER.spec @@ -1,6 +1,6 @@ Name: perl-SUPER Version: 1.17 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Sane superclass method dispatcher License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 1.17-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Dec 22 2010 Marcela Maslanova - 1.17-3 - 661697 rebuild for fixing problems with vendorach/lib From 39deb4ff813e309718ad5742f607dd2bd517b297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Sun, 19 Jun 2011 19:21:11 +0200 Subject: [PATCH 6/7] Perl mass rebuild --- perl-SUPER.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-SUPER.spec b/perl-SUPER.spec index bdb6451..e714f76 100644 --- a/perl-SUPER.spec +++ b/perl-SUPER.spec @@ -1,6 +1,6 @@ Name: perl-SUPER Version: 1.17 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sane superclass method dispatcher License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Jun 19 2011 Marcela Mašláňová - 1.17-5 +- Perl mass rebuild + * Wed Feb 09 2011 Fedora Release Engineering - 1.17-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 2b9c3723ed0417fe6dc1e30e322c3ad50b9427cb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 11:02:38 -0600 Subject: [PATCH 7/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- perl-SUPER.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-SUPER.spec b/perl-SUPER.spec index e714f76..fe59959 100644 --- a/perl-SUPER.spec +++ b/perl-SUPER.spec @@ -1,6 +1,6 @@ Name: perl-SUPER Version: 1.17 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Sane superclass method dispatcher License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 1.17-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Sun Jun 19 2011 Marcela Mašláňová - 1.17-5 - Perl mass rebuild