[perl-Module-Starter] 1.71 bump

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



commit 4231fd32a93d3ce1563a286f3725c5b363b28e62
Author: Petr Písař <ppisar@xxxxxxxxxx>
Date:   Mon Feb 2 13:56:36 2015 +0100

    1.71 bump

 .gitignore                                         |    1 +
 ...tware-License-s-identifiers-for-LGPL-lice.patch |   61 --------------------
 ...ter-1.71-doc-Default-license-is-artistic2.patch |    6 +-
 perl-Module-Starter.spec                           |   14 ++--
 sources                                            |    2 +-
 5 files changed, 12 insertions(+), 72 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4aeb016..3c5aa95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Module-Starter-1.54.tar.gz
 /Module-Starter-1.58.tar.gz
 /Module-Starter-1.60.tar.gz
 /Module-Starter-1.62.tar.gz
+/Module-Starter-1.71.tar.gz
diff --git a/Module-Starter-1.62-doc-Default-license-is-artistic2.patch b/Module-Starter-1.71-doc-Default-license-is-artistic2.patch
similarity index 90%
rename from Module-Starter-1.62-doc-Default-license-is-artistic2.patch
rename to Module-Starter-1.71-doc-Default-license-is-artistic2.patch
index 8940433..7b2fda1 100644
--- a/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
+++ b/Module-Starter-1.71-doc-Default-license-is-artistic2.patch
@@ -1,4 +1,4 @@
-From cdd8c8dab049210af88b2d122cf48dd3bd210a98 Mon Sep 17 00:00:00 2001
+From d96d01239037a6138af19c05504ce5dd87cff638 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@xxxxxxxxxx>
 Date: Tue, 14 Oct 2014 13:33:48 +0200
 Subject: [PATCH] doc: Default license is 'artistic2'
@@ -15,7 +15,7 @@ Signed-off-by: Petr Písař <ppisar@xxxxxxxxxx>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/lib/Module/Starter.pm b/lib/Module/Starter.pm
-index 5d87ad6..39eca2e 100644
+index 7a88c11..0d770b4 100644
 --- a/lib/Module/Starter.pm
 +++ b/lib/Module/Starter.pm
 @@ -53,7 +53,7 @@ It takes a hash of params, as follows:
@@ -26,7 +26,7 @@ index 5d87ad6..39eca2e 100644
 +    license      => $license,  # type of license; defaults to 'artistic2'
      author       => $author,   # author's full name (taken from C<getpwuid> if not provided)
      email        => $email,    # author's email address (taken from C<EMAIL> if not provided)
-     ignores_type => $type,     # ignores file type ('generic', 'cvs', 'git', 'manifest' )
+     ignores_type => $type,     # ignores file type ('generic', 'cvs', 'git', 'hg', 'manifest' )
 -- 
 1.9.3
 
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index 3ebc9b3..236e3ac 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -1,18 +1,15 @@
 Name:           perl-Module-Starter
 Epoch:          1
-Version:        1.62
-Release:        5%{?dist}
+Version:        1.71
+Release:        1%{?dist}
 Summary:        A simple starter kit for any module
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Module-Starter
 Source0:        http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
-# Produce valid Software::License identifiers, bug #1152319,
-# <https://github.com/xsawyerx/module-starter/pull/21>
-Patch0:         Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 # Document the default license is artistic2, CPAN RT#86557,
 # <https://github.com/xsawyerx/module-starter/issues/1>
-Patch1:         Module-Starter-1.62-doc-Default-license-is-artistic2.patch
+Patch0:         Module-Starter-1.71-doc-Default-license-is-artistic2.patch
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -38,6 +35,7 @@ BuildRequires:  perl(Test::More)
 # version not used
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(ExtUtils::Manifest)
+# ??? Requires: perl(Module::Install::AuthorTests)
 
 %{?perl_default_filter}
 # Filter in-lined Perl code from lib/Module/Starter/Simple.pm
@@ -58,7 +56,6 @@ perl-Module-Starter-PBP for the aforementioned templates.)
 %prep
 %setup -q -n Module-Starter-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -80,6 +77,9 @@ make test
 
 
 %changelog
+* Mon Feb 02 2015 Petr Pisar <ppisar@xxxxxxxxxx> - 1:1.71-1
+- 1.71 bump
+
 * Wed Oct 15 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 1:1.62-5
 - Revert the previous license identifiers patches which broke
   Software::License
diff --git a/sources b/sources
index 070121a..6b128c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c8d867a36f22d0cffb9e0f9e5f635f2  Module-Starter-1.62.tar.gz
+f6a5352268c48d5a247fa97ad2b5d293  Module-Starter-1.71.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/perl-devel





[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite Information]
  Powered by Linux