[perl-local-lib] 2.000014 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Nov 13 07:40:46 UTC 2014


commit 8e0dcfcceb3ff335b2bec3fb98ca1bb30e200601
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Nov 13 08:40:34 2014 +0100

    2.000014 bump

 .gitignore                                         |    1 +
 ...l-lib-1.008009-Append-semicolon-to-setenv.patch |   12 -----
 ...010-Fix-setting-undefined-variable-in-CSH.patch |   48 --------------------
 perl-local-lib.spec                                |   38 +++++++++------
 sources                                            |    2 +-
 5 files changed, 25 insertions(+), 76 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93d279c..662df38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ local-lib-1.004009.tar.gz
 /local-lib-1.008007.tar.gz
 /local-lib-1.008009.tar.gz
 /local-lib-1.008010.tar.gz
+/local-lib-2.000014.tar.gz
diff --git a/perl-local-lib.spec b/perl-local-lib.spec
index 201498a..1b662d8 100644
--- a/perl-local-lib.spec
+++ b/perl-local-lib.spec
@@ -1,16 +1,11 @@
 Name:       perl-local-lib
-Version:    1.008010
-Release:    8%{?dist}
+Version:    2.000014
+Release:    1%{?dist}
 # lib/local/lib.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Create and use a local lib/ for perl modules
-Source:     http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/local-lib-%{version}.tar.gz
-# Allow evaluation in CSH, RHBZ #849609, CPAN RT #60072
-Patch0:     local-lib-1.008009-Append-semicolon-to-setenv.patch
-# Fix setting variables in CSH, RHBZ# 1033018, CPAN RT #85667,
-# upstream is going the refactor the whole code, patch not sent to upstream
-Patch1:     local-lib-1.008010-Fix-setting-undefined-variable-in-CSH.patch
+Source:     http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/local-lib
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:  noarch
@@ -19,18 +14,31 @@ Source10:   perl-homedir.sh
 Source11:   perl-homedir.csh
 
 BuildRequires: perl(Carp)
+BuildRequires: perl(Carp::Heavy)
+BuildRequires: perl(Config)
 BuildRequires: perl(Cwd)
 BuildRequires: perl(CPAN) >= 1.82
 BuildRequires: perl(ExtUtils::Install) >= 1.43
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires: perl(File::Path)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.74
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Glob)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(inc::Module::Install)
 BuildRequires: perl(Module::Build) >= 0.36
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
 # Tests only
-BuildRequires: perl(Capture::Tiny)
+BuildRequires: perl(base)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(File::Path)
 BuildRequires: perl(File::Temp)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(IPC::Open3)
+BuildRequires: perl(lib)
+BuildRequires: perl(Test::More) >= 0.81
+Requires:      perl(File::Glob)
+Requires:      perl(File::Spec)
+
 
 %{?perl_default_filter}
 
@@ -68,9 +76,6 @@ install this package.
 
 %prep
 %setup -q -n local-lib-%{version}
-%patch0 -p1
-%patch1 -p1
-rm -rf inc
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -96,6 +101,9 @@ make test
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Tue Nov 11 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.000014-1
+- 2.000014 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.008010-8
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index a2c1f41..e0314b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5573c46eac26e589c5542c03925ae87  local-lib-1.008010.tar.gz
+74768258dbe9a3cd030aaf08f5b19c8d  local-lib-2.000014.tar.gz



More information about the perl-devel mailing list