From 41f441c17adc2dcbc5cdcf7c9797364c01fea3dd Mon Sep 17 00:00:00 2001 From: jwboyer Date: Fri, 20 Apr 2007 11:00:28 +0000 Subject: [PATCH 01/15] Initialize branch EL-4 for perl-Params-Coerce --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..6ec5cef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-4 From b51bfac0420add18750ccb2a2a49af131b205e14 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 4 Mar 2008 18:24:50 +0000 Subject: [PATCH 02/15] new perl --- perl-Params-Coerce.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 3bcd8bc..b0aea94 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,8 +1,8 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Allows your classes to do coercion of parameters -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Coerce/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Coerce-%{version}.tar.gz @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Mar 4 2008 Tom "spot" Callaway 0.14-2 +- rebuild for new perl + * Sun Oct 15 2006 Chris Weyl 0.14-1 - update to 0.14 From b7986ca9c6a8110b7a56e637c15ef7ebcf7dfd60 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 27 Feb 2009 00:15:41 +0000 Subject: [PATCH 03/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index b0aea94..1a2da2a 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Mar 4 2008 Tom "spot" Callaway 0.14-2 - rebuild for new perl From 56159d5d3a11486ca8e9fb3aebe65d5ce6efd84d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 26 Jul 2009 14:05:31 +0000 Subject: [PATCH 04/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 1a2da2a..29b700f 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 0.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 15de7d086cf7a51c510041e698e226776fca7424 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:31:12 +0000 Subject: [PATCH 05/15] 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 d594f71..ce3b8cc 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: perl-Params-Coerce -# $Id$ +# $Id: Makefile,v 1.1 2006/09/07 16:37:33 cweyl Exp $ NAME := perl-Params-Coerce 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 ba2707410294c553b478a8b581a4d36f1301cae9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 02:12:11 +0000 Subject: [PATCH 06/15] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d594f71..2b91e39 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := perl-Params-Coerce 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 6e27e84013b1c46cfc9738170fe6e3f3edb4b9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 7 Dec 2009 15:42:45 +0000 Subject: [PATCH 07/15] - rebuild against perl 5.10.1 --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 29b700f..c3e31a4 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Dec 7 2009 Stepan Kasal - 0.14-5 +- rebuild against perl 5.10.1 + * Sun Jul 26 2009 Fedora Release Engineering - 0.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cd858ef28dc9d9f1b8b5d59715e809f43134648a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 4 May 2010 15:41:17 +0000 Subject: [PATCH 08/15] - Mass rebuild with perl-5.12.0 --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index c3e31a4..96a176c 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue May 04 2010 Marcela Maslanova - 0.14-6 +- Mass rebuild with perl-5.12.0 + * Mon Dec 7 2009 Stepan Kasal - 0.14-5 - rebuild against perl 5.10.1 From 08185718eb344326ceb84d6bc1cdcae1c20a45f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 07:43:04 +0000 Subject: [PATCH 09/15] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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 2b91e39..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Params-Coerce -# $Id$ -NAME := perl-Params-Coerce -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 6ec5cef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-4 From 0a870525314e40ffd2766701325f50228ccdc988 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 07:43:08 +0000 Subject: [PATCH 10/15] 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 ce3b8cc..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Params-Coerce -# $Id: Makefile,v 1.1 2006/09/07 16:37:33 cweyl Exp $ -NAME := perl-Params-Coerce -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 87a219cb35e418a0c7194d25bd1b877ec40bb2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 21 Dec 2010 11:59:32 +0100 Subject: [PATCH 11/15] - 661697 rebuild for fixing problems with vendorach/lib --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 96a176c..bcc697e 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Dec 21 2010 Marcela Maslanova - 0.14-7 +- 661697 rebuild for fixing problems with vendorach/lib + * Tue May 04 2010 Marcela Maslanova - 0.14-6 - Mass rebuild with perl-5.12.0 From c5333ad306c59e428d2fd4d8c785bff674d94fff Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 23:35:42 -0600 Subject: [PATCH 12/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index bcc697e..e03ef12 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 0.14-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Tue Dec 21 2010 Marcela Maslanova - 0.14-7 - 661697 rebuild for fixing problems with vendorach/lib From afeae2db6c16f2ff7e7e3643280bb2a4881dcc43 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Wed, 20 Jul 2011 04:45:09 +0200 Subject: [PATCH 13/15] Perl mass rebuild --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index e03ef12..5aa6e1d 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Jul 20 2011 Petr Sabata - 0.14-9 +- Perl mass rebuild + * Tue Feb 08 2011 Fedora Release Engineering - 0.14-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 55b9b50f7c0d531243754efec68bc6da71de02e1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 10:43:26 -0600 Subject: [PATCH 14/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- perl-Params-Coerce.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 5aa6e1d..4277958 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,6 +1,6 @@ Name: perl-Params-Coerce Version: 0.14 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Allows your classes to do coercion of parameters License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 0.14-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Jul 20 2011 Petr Sabata - 0.14-9 - Perl mass rebuild From 0de31b14fc7cb86fd0c48b9b4a0faa7e89aae4c5 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 15 Feb 2012 19:15:38 +0000 Subject: [PATCH 15/15] Spec clean-up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Drop redundant perl and perl(ExtUtils::AutoInstall) buildreqs - BR: perl(Carp), perl(Scalar::Util) ≥ 1.11, perl(Test::More) - Use DESTDIR rather than PERL_INSTALL_ROOT - Set AUTOMATED_TESTING=1 to enable Pod test - Use search.cpan.org source URL - Fix typo in %description - Make %files list more explicit - Don't use macros for commands - Use tabs --- .gitignore | 2 +- perl-Params-Coerce.spec | 85 ++++++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index dc55301..787584d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -Params-Coerce-0.14.tar.gz +/Params-Coerce-[0-9.]*.tar.gz diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 4277958..08da327 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -1,47 +1,42 @@ -Name: perl-Params-Coerce -Version: 0.14 -Release: 10%{?dist} -Summary: Allows your classes to do coercion of parameters -License: GPL+ or Artistic -Group: Development/Libraries -URL: http://search.cpan.org/dist/Params-Coerce/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Coerce-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch - -BuildRequires: perl >= 0:5.005 -BuildRequires: perl(Params::Util) >= 0.05 -BuildRequires: perl(ExtUtils::AutoInstall) >= 0.49, perl(Test::Pod) >= 1.00 - -# cpanspec autogenerated requires... -#Requires: perl(Params::Util) >= 0.05 - -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Name: perl-Params-Coerce +Version: 0.14 +Release: 11%{?dist} +Summary: Allows your classes to do coercion of parameters +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Params-Coerce/ +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Coerce-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) +BuildRequires: perl(Carp) +BuildRequires: perl(Params::Util) >= 0.05 +BuildRequires: perl(Scalar::Util) >= 1.11 +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) >= 1.00 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description A big part of good API design is that we should be able to be flexible in the ways that we take parameters. Params::Coerce attempts to encourage this, by making it easier to take a variety of different arguments, while adding -negligable additional complexity to your code. +negligible additional complexity to your code. %prep %setup -q -n Params-Coerce-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} - -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; - -%{_fixperms} %{buildroot}/* +find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null +%{_fixperms} %{buildroot} %check -make test +make test AUTOMATED_TESTING=1 %clean rm -rf %{buildroot} @@ -49,10 +44,22 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README -%{perl_vendorlib}/* -%{_mandir}/man3/* +%{perl_vendorlib}/Params/ +%{_mandir}/man3/Params::Coerce.3pm* %changelog +* Wed Feb 15 2012 Paul Howarth - 0.14-11 +- Spec clean-up: + - Drop redundant perl and perl(ExtUtils::AutoInstall) buildreqs + - BR: perl(Carp), perl(Scalar::Util) ≥ 1.11, perl(Test::More) + - Use DESTDIR rather than PERL_INSTALL_ROOT + - Set AUTOMATED_TESTING=1 to enable Pod test + - Use search.cpan.org source URL + - Fix typo in %%description + - Make %%files list more explicit + - Don't use macros for commands + - Use tabs + * Fri Jan 13 2012 Fedora Release Engineering - 0.14-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild @@ -63,13 +70,13 @@ rm -rf %{buildroot} - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 21 2010 Marcela Maslanova - 0.14-7 -- 661697 rebuild for fixing problems with vendorach/lib +- Rebuild to fix problems with vendorarch/lib (#661697) * Tue May 04 2010 Marcela Maslanova - 0.14-6 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.14-5 -- rebuild against perl 5.10.1 +- Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -77,14 +84,14 @@ rm -rf %{buildroot} * Thu Feb 26 2009 Fedora Release Engineering - 0.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Tue Mar 4 2008 Tom "spot" Callaway 0.14-2 -- rebuild for new perl +* Tue Mar 4 2008 Tom "spot" Callaway - 0.14-2 +- Rebuild for new perl -* Sun Oct 15 2006 Chris Weyl 0.14-1 -- update to 0.14 +* Sun Oct 15 2006 Chris Weyl - 0.14-1 +- Update to 0.14 -* Thu Sep 07 2006 Chris Weyl 0.13-2 -- add additional verbosity to %%description +* Thu Sep 07 2006 Chris Weyl - 0.13-2 +- Add additional verbosity to %%description -* Tue Sep 05 2006 Chris Weyl 0.13-1 -- Specfile autogenerated by cpanspec 1.69.1. +* Tue Sep 05 2006 Chris Weyl - 0.13-1 +- Specfile autogenerated by cpanspec 1.69.1