[perl-B-Keywords] Update to 1.13 (#949146)

Paul Howarth pghmcfc at fedoraproject.org
Sat Apr 6 19:40:47 UTC 2013


commit eb75def31d26c95c915e46a1c498be072f82750e
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Apr 6 19:53:20 2013 +0100

    Update to 1.13 (#949146)
    
    - New upstream release 1.13
      - Removed diag before each big t/11keywords.t loop
      - Added lots of suggested keywords from CPAN RT#62382
      - Moved exp from @Barewords to @Functions
      - Added $^CHILD_ERROR_NATIVE $^GLOBAL_PHASE $^LAST_FH $^MATCH $^PREMATCH
        $^POSTMATCH $^UTF8CACHE $^WIN32_SLOPPY_STAT to @Scalars
      - Added English names for %!, @F (perlrun) and @ARG for @_
      - Added %+ %- and $LAST_SUBMATCH_RESULT
    - BR: perl(Test::Pod)
    - Don't need to remove empty directories from the buildroot

 perl-B-Keywords.spec |   18 +++++++++++++++---
 sources              |    2 +-
 2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/perl-B-Keywords.spec b/perl-B-Keywords.spec
index 35163ca..dbead8d 100644
--- a/perl-B-Keywords.spec
+++ b/perl-B-Keywords.spec
@@ -1,6 +1,6 @@
 Name:           perl-B-Keywords
-Version:        1.12
-Release:        5%{?dist}
+Version:        1.13
+Release:        1%{?dist}
 Summary:        Lists of reserved barewords and symbol names
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -15,6 +15,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.0
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 
@@ -34,7 +35,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} ';' 2>/dev/null
 %{_fixperms} $RPM_BUILD_ROOT
 
 
@@ -49,6 +49,18 @@ make test
 
 
 %changelog
+* Sat Apr  6 2013 Paul Howarth <paul at city-fan.org> - 1.13-1
+- Update to 1.13
+  - Removed diag before each big t/11keywords.t loop
+  - Added lots of suggested keywords from CPAN RT#62382
+  - Moved exp from @Barewords to @Functions
+  - Added $^CHILD_ERROR_NATIVE $^GLOBAL_PHASE $^LAST_FH $^MATCH $^PREMATCH
+    $^POSTMATCH $^UTF8CACHE $^WIN32_SLOPPY_STAT to @Scalars
+  - Added English names for %%!, @F (perlrun) and @ARG for @_
+  - Added %%+ %%- and $LAST_SUBMATCH_RESULT
+- BR: perl(Test::Pod)
+- Don't need to remove empty directories from the buildroot
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index b3f2a72..cd08c95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47b5a1ca5388fe1ceb3338c0a43259d8  B-Keywords-1.12.tar.gz
+fe57415a76a423645c31281fe508bf46  B-Keywords-1.13.tar.gz


More information about the scm-commits mailing list