[perl-Text-ParseWords/f21] 3.30 bump

Petr Pisar ppisar at fedoraproject.org
Fri Mar 13 07:59:02 UTC 2015


commit 5234575e3594c1724550d06b30722845fcf1d78a
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Mar 13 08:54:55 2015 +0100

    3.30 bump

 .gitignore                |  1 +
 .rpmlint                  |  2 ++
 license.email             | 57 -----------------------------------------------
 perl-Text-ParseWords.spec | 11 ++++-----
 sources                   |  2 +-
 5 files changed, 10 insertions(+), 63 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f96d0e..38751a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Text-ParseWords-3.29.tar.gz
+/Text-ParseWords-3.30.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..008b590
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (quotewords|tokenizing)");
diff --git a/perl-Text-ParseWords.spec b/perl-Text-ParseWords.spec
index 8c43588..02ebaf1 100644
--- a/perl-Text-ParseWords.spec
+++ b/perl-Text-ParseWords.spec
@@ -1,12 +1,11 @@
 Name:           perl-Text-ParseWords
-Version:        3.29
-Release:        6%{?dist}
+Version:        3.30
+Release:        1%{?dist}
 Summary:        Parse text into an array of tokens or array of arrays
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-ParseWords/
 Source0:        http://www.cpan.org/authors/id/C/CH/CHORNY/Text-ParseWords-%{version}.tar.gz
-Source1:        license.email
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -39,7 +38,6 @@ for F in CHANGES README; do
     touch -r "$F" "${F}.unix"
     mv "${F}.unix" "$F"
 done
-cp %{SOURCE1} ./
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -54,11 +52,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc CHANGES README license.email
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 13 2015 Petr Pisar <ppisar at redhat.com> - 3.30-1
+- 3.30 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.29-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 24677b3..a650262 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3d5e6349529a66c56367fc94e99d6f9  Text-ParseWords-3.29.tar.gz
+9e98d7ba9a2eecd49c21b37d5f04a7a7  Text-ParseWords-3.30.tar.gz


More information about the scm-commits mailing list