[perl-Text-ParseWords/f20] 3.30 bump

Petr Pisar ppisar at fedoraproject.org
Fri Mar 13 08:00:48 UTC 2015


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

    3.30 bump

 .gitignore                | 1 +
 .rpmlint                  | 2 ++
 perl-Text-ParseWords.spec | 7 +++++--
 sources                   | 2 +-
 4 files changed, 9 insertions(+), 3 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 3ccbb68..cc47ca8 100644
--- a/perl-Text-ParseWords.spec
+++ b/perl-Text-ParseWords.spec
@@ -1,6 +1,6 @@
 Name:           perl-Text-ParseWords
-Version:        3.29
-Release:        3%{?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
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 13 2015 Petr Pisar <ppisar at redhat.com> - 3.30-1
+- 3.30 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.29-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_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