[perl-CPAN-Inject] v1.13 release bump Re-enabling tests (fixed upstream)

Petr Sabata psabata at fedoraproject.org
Wed Jan 5 14:27:17 UTC 2011


commit d4a9cd973daf1b5194ac4b06dfcec75842d32ee3
Author: Petr Sabata <psabata at redhat.com>
Date:   Wed Jan 5 15:26:50 2011 +0100

    v1.13 release bump
    Re-enabling tests (fixed upstream)

 .gitignore                                 |    1 +
 CPAN-Inject-1.12-remove-02_main-test.patch |  149 ----------------------------
 perl-CPAN-Inject.spec                      |    8 +-
 sources                                    |    2 +-
 4 files changed, 6 insertions(+), 154 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d48dfd..5c7fe20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CPAN-Inject-0.11.tar.gz
 /CPAN-Inject-1.12.tar.gz
+/CPAN-Inject-1.13.tar.gz
diff --git a/perl-CPAN-Inject.spec b/perl-CPAN-Inject.spec
index 78ca798..88cf7ef 100644
--- a/perl-CPAN-Inject.spec
+++ b/perl-CPAN-Inject.spec
@@ -1,13 +1,11 @@
 Name:           perl-CPAN-Inject
-Version:        1.12
+Version:        1.13
 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
-# 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
@@ -31,7 +29,6 @@ created to add additional distributions into a minicpan mirror.
 
 %prep
 %setup -q -n CPAN-Inject-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -62,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jan  5 2011 Petr Sabata <psabata at redhat.com> - 1.13-1
+- 1.13 version bump
+
 * Mon Jan  3 2011 Petr Sabata <psabata at redhat.com> - 1.12-1
 - 1.12 version bump
 
diff --git a/sources b/sources
index 6615673..625f804 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95f6decc9af3a66f1c5cf55a666e5d59  CPAN-Inject-1.12.tar.gz
+64a82ccae1dde1d66432de9a6d7ac480  CPAN-Inject-1.13.tar.gz



More information about the perl-devel mailing list