[perl-Pod-Spell] 1.13 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Sun Nov 3 18:50:13 UTC 2013


commit 74747f1a6646e61ab8d74f89e70ac3de682864f9
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Sun Nov 3 19:50:21 2013 +0100

    1.13 bump

 .gitignore          |    1 +
 perl-Pod-Spell.spec |   10 ++++------
 sources             |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07b0d89..adf89f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Pod-Spell-1.01.tar.gz
 /Pod-Spell-1.09.tar.gz
 /Pod-Spell-1.10.tar.gz
 /Pod-Spell-1.12.tar.gz
+/Pod-Spell-1.13.tar.gz
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index 0bf52e0..0056e3d 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,5 +1,5 @@
 Name:           perl-Pod-Spell
-Version:        1.12
+Version:        1.13
 Release:        1%{?dist}
 Summary:        A formatter for spell-checking POD
 Group:          Development/Libraries
@@ -44,11 +44,6 @@ complain about mystery words like "$thing" or "Foo::Bar" or "hashref").
 
 %prep
 %setup -q -n Pod-Spell-%{version}
-for F in README; do
-    iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
-    touch -r "${F}" "${F}.utf8"
-    mv "${F}.utf8" "$F"
-done
 sed -i -e '/^#!/ c #!%{__perl}' bin/podspell
 
 %build
@@ -72,6 +67,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sun Nov 03 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.13-1
+- 1.13 bump
+
 * Fri Oct 18 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.12-1
 - 1.12 bump
 
diff --git a/sources b/sources
index ff17a7d..7b3a8b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7523e8dbce0cd375b561048dc19d888f  Pod-Spell-1.12.tar.gz
+c44cf1ef6e6d3f3dd706fb2ada22ea89  Pod-Spell-1.13.tar.gz


More information about the scm-commits mailing list