[perl-Import-Into] Update to 1.002002

Paul Howarth pghmcfc at fedoraproject.org
Wed May 7 10:55:34 UTC 2014


commit bd54b1a932f49ee6f6005f900ba43e212df2b471
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed May 7 11:55:21 2014 +0100

    Update to 1.002002
    
    - New upstream release 1.002002
      - Minor metadata updates
    - This release by ETHER -> update source URL
    - Classify buildreqs by usage

 perl-Import-Into.spec |   21 ++++++++++++++++-----
 sources               |    2 +-
 2 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/perl-Import-Into.spec b/perl-Import-Into.spec
index 8d2fa98..fa03119 100644
--- a/perl-Import-Into.spec
+++ b/perl-Import-Into.spec
@@ -1,18 +1,23 @@
 Name:           perl-Import-Into
-Version:        1.002001
+Version:        1.002002
 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/H/HA/HAARG/Import-Into-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(base)
-BuildRequires:  perl(Exporter)
+# Module Build
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module Runtime
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test::More)
+# Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -42,6 +47,12 @@ make test
 %{_mandir}/man3/Import::Into.3pm*
 
 %changelog
+* Wed May  7 2014 Paul Howarth <paul at city-fan.org> - 1.002002-1
+- Update to 1.002002
+  - Minor metadata updates
+- This release by ETHER -> update source URL
+- Classify buildreqs by usage
+
 * 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
diff --git a/sources b/sources
index 08bd74f..09dfed9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a7b3e16615c730c80ca7a80524ad6ae  Import-Into-1.002001.tar.gz
+ec2e041b9dad3c1ee0e579e32fc5e23a  Import-Into-1.002002.tar.gz


More information about the scm-commits mailing list