[perl-HTML-FormatText-WithLinks] v0.12 release bump

Petr Sabata psabata at fedoraproject.org
Thu Dec 2 11:16:13 UTC 2010


commit 0a21e41717b324296ed05198a50ec166da07e78f
Author: Petr Sabata <psabata at redhat.com>
Date:   Thu Dec 2 12:16:21 2010 +0100

    v0.12 release bump

 .gitignore                          |    1 +
 perl-HTML-FormatText-WithLinks.spec |    7 +++++--
 sources                             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d0da65..ae1acf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 HTML-FormatText-WithLinks-0.09.tar.gz
 /HTML-FormatText-WithLinks-0.11.tar.gz
+/HTML-FormatText-WithLinks-0.12.tar.gz
diff --git a/perl-HTML-FormatText-WithLinks.spec b/perl-HTML-FormatText-WithLinks.spec
index 8ef4686..79107a8 100644
--- a/perl-HTML-FormatText-WithLinks.spec
+++ b/perl-HTML-FormatText-WithLinks.spec
@@ -1,5 +1,5 @@
 Name:           perl-HTML-FormatText-WithLinks
-Version:        0.11
+Version:        0.12
 Release:        1%{?dist}
 Summary:        HTML to text conversion with links as footnotes
 
@@ -17,7 +17,7 @@ BuildRequires:  perl(Test::MockObject) perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Pod) perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # not picked up automatically since it is called through SUPER
-Requires:  perl(HTML::FormatText)
+Requires:  perl(HTML::FormatText) >= 2
 
 %description
 HTML::FormatText::WithLinks takes HTML and turns it into plain text but 
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec  2 2010 Petr Sabata <psabata at redhat.com> - 0.12-1
+- 0.12 bump
+
 * Wed Sep 15 2010 Petr Pisar <ppisar at redhat.com> - 0.11-1
 - 0.11 bump
 
diff --git a/sources b/sources
index f9d26e2..54a7c00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-980d382b277b22c487fef95a8e3d61cd  HTML-FormatText-WithLinks-0.11.tar.gz
+cb3b16fbc3a441f27f39630c10e46d68  HTML-FormatText-WithLinks-0.12.tar.gz



More information about the perl-devel mailing list