commit 42c70138f3e220b18b937d82a137a732cb79f5ed Author: Petr Sabata <psabata@xxxxxxxxxx> Date: Mon Jan 3 16:26:01 2011 +0100 v1.12 release dump Removed obsolete 0.11 test patch. Added new patch which removed t/02_main.t since it's not possible to run it successfully in koji. .gitignore | 1 + CPAN-Inject-0.11.patch | 43 ------------------------------------------- perl-CPAN-Inject.spec | 10 +++++++--- sources | 2 +- 4 files changed, 9 insertions(+), 47 deletions(-) --- diff --git a/.gitignore b/.gitignore index 19928fc..6d48dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ CPAN-Inject-0.11.tar.gz +/CPAN-Inject-1.12.tar.gz diff --git a/perl-CPAN-Inject.spec b/perl-CPAN-Inject.spec index b707940..78ca798 100644 --- a/perl-CPAN-Inject.spec +++ b/perl-CPAN-Inject.spec @@ -1,12 +1,13 @@ Name: perl-CPAN-Inject -Version: 0.11 -Release: 4%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: Base class for injecting distributions into CPAN sources License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CPAN-Inject/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/CPAN-Inject-%{version}.tar.gz -Patch0: CPAN-Inject-0.11.patch +# Tests can't access network in koji to download needed files +Patch0: CPAN-Inject-1.12-remove-02_main-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CPAN) >= 1.36 @@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Jan 3 2011 Petr Sabata <psabata@xxxxxxxxxx> - 1.12-1 +- 1.12 version bump + * Wed Dec 15 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.11-4 - 661697 rebuild for fixing problems with vendorach/lib diff --git a/sources b/sources index ea7fecf..6615673 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -505d71440ddd20c6eb0175c49a145f20 CPAN-Inject-0.11.tar.gz +95f6decc9af3a66f1c5cf55a666e5d59 CPAN-Inject-1.12.tar.gz -- 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