[perl-Tk-Pod] 0.9941 bump

Petr Pisar ppisar at fedoraproject.org
Mon Dec 3 10:15:08 UTC 2012


commit 838e3a35fd00374f0ecd1bc3e9418cec2cd0542d
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Dec 3 11:04:09 2012 +0100

    0.9941 bump

 .gitignore       |    1 +
 perl-Tk-Pod.spec |    9 +++++++--
 sources          |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52ff318..27790f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Tk-Pod-0.9939.tar.gz
 /Tk-Pod-0.9940.tar.gz
+/Tk-Pod-0.9941.tar.gz
diff --git a/perl-Tk-Pod.spec b/perl-Tk-Pod.spec
index 428de02..792fb99 100644
--- a/perl-Tk-Pod.spec
+++ b/perl-Tk-Pod.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           perl-Tk-Pod
-Version:        0.9940
-Release:        3%{?dist}
+Version:        0.9941
+Release:        1%{?dist}
 Summary:        Pod browser top-level widget
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -44,6 +44,8 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 Requires:       perl(File::Temp)
 Requires:       perl(Pod::Simple) >= 2.05
 Requires:       perl(Tk) >= 800.004
+# URI::Escape is optional but usefull to escape URIs properly
+Requires:       perl(URI::Escape)
 
 # Remove under-specified dependencies
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Tk(::Pod)?\\)\\s*$
@@ -84,6 +86,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man1/*
 
 %changelog
+* Mon Dec 03 2012 Petr Pisar <ppisar at redhat.com> - 0.9941-1
+- 0.9941 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9940-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6ff22d5..d82fb8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82b6b10c6e65d504a6ca08c663cb6638  Tk-Pod-0.9940.tar.gz
+bd94b892746e23b1c0626cf82dc18473  Tk-Pod-0.9941.tar.gz


More information about the scm-commits mailing list