[perl-File-Next] Update to 1.12

李瑞彬 cheeselee at fedoraproject.org
Mon Apr 29 08:17:18 UTC 2013


commit 4902d08df0fa16bde74633cdd70285675ca8cf69
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Mon Apr 29 16:17:03 2013 +0800

    Update to 1.12
    
    - License corrected to 'Artistic 2.0', upstream has different licensing in
      Makefile.PL and the source code, we should follow the source code.
    - Summary revised.

 .gitignore          |    1 +
 perl-File-Next.spec |   14 ++++++++++----
 sources             |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 326bff5..e850201 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 File-Next-1.06.tar.gz
 /File-Next-1.08.tar.gz
 /File-Next-1.10.tar.gz
+/File-Next-1.12.tar.gz
diff --git a/perl-File-Next.spec b/perl-File-Next.spec
index 0d62e48..0a4e7bb 100644
--- a/perl-File-Next.spec
+++ b/perl-File-Next.spec
@@ -1,8 +1,8 @@
 Name:           perl-File-Next
-Version:        1.10
-Release:        2%{?dist}
-Summary:        File::Next Perl module
-License:        GPL+ or Artistic
+Version:        1.12
+Release:        1%{?dist}
+Summary:        An iterator-based module for finding files
+License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-Next/
 Source0:        http://www.cpan.org/modules/by-module/File/File-Next-%{version}.tar.gz
@@ -49,6 +49,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 29 2013 Robin Lee <cheeselee at fedoraproject.org> - 1.12-1
+- Update to 1.12
+- License corrected to 'Artistic 2.0', upstream has different licensing in
+  Makefile.PL and the source code, we should follow the source code.
+- Summary revised.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index bb4da85..64d14ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcaade658846c8100b0a5e43fae8920d  File-Next-1.10.tar.gz
+725e888d1600fed62cd89b9dac989304  File-Next-1.12.tar.gz


More information about the scm-commits mailing list