[perl-Import-Into] Update to 1.002001

Paul Howarth pghmcfc at fedoraproject.org
Wed Mar 12 17:50:10 UTC 2014


commit e5888ef867a52d4c5efd5e559325e9deb9974e4d
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Mar 12 17:45:50 2014 +0000

    Update to 1.002001
    
    - New upstream release 1.002001
      - Allow specifying by caller level, as well as specifying file, line, and
        version
      - Fix tests and Makefile.PL to support perl 5.6
    - This release by HAARG -> update source URL
    - Specify all dependencies
    - Make %files list more explicit

 .gitignore            |    3 +--
 perl-Import-Into.spec |   26 ++++++++++++++++++--------
 sources               |    2 +-
 3 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5be4caa..1dd1fee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Import-Into-1.001000.tar.gz
-/Import-Into-1.001001.tar.gz
+/Import-Into-[0-9.]*.tar.gz
diff --git a/perl-Import-Into.spec b/perl-Import-Into.spec
index 5c26b2f..8d2fa98 100644
--- a/perl-Import-Into.spec
+++ b/perl-Import-Into.spec
@@ -1,15 +1,18 @@
 Name:           perl-Import-Into
-Version:        1.001001
-Release:        3%{?dist}
+Version:        1.002001
+Release:        1%{?dist}
 Summary:        Import packages into other packages
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Import-Into/
-Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(base)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -27,20 +30,27 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
-%{_fixperms} %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Import/
+%{_mandir}/man3/Import::Into.3pm*
 
 %changelog
+* Wed Mar 12 2014 Paul Howarth <paul at city-fan.org> - 1.002001-1
+- Update to 1.002001
+  - Allow specifying by caller level, as well as specifying file, line, and
+    version
+  - Fix tests and Makefile.PL to support perl 5.6
+- This release by HAARG -> update source URL
+- Specify all dependencies
+- Make %%files list more explicit
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.001001-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 06fd241..08bd74f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2473c4b41c877437ae6d076de3bdabe1  Import-Into-1.001001.tar.gz
+6a7b3e16615c730c80ca7a80524ad6ae  Import-Into-1.002001.tar.gz



More information about the perl-devel mailing list