diff --git a/.gitignore b/.gitignore index fa45785..d7cfb71 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/HTML-Format-2.10.tar.gz +/HTML-Format-2.11.tar.gz diff --git a/perl-HTML-Format-2.10.diff b/perl-HTML-Format-2.10.diff deleted file mode 100644 index 0529acc..0000000 --- a/perl-HTML-Format-2.10.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur HTML-Format-2.10.orig/t/rt69426.t HTML-Format-2.10.hacked/t/rt69426.t ---- HTML-Format-2.10.orig/t/rt69426.t 2011-07-18 18:07:49.000000000 +0200 -+++ HTML-Format-2.10/t/rt69426.t 2011-08-19 08:52:13.880661937 +0200 -@@ -28,7 +28,7 @@ - my $desc = $table->{$quoted}; - my $obj = new_ok("HTML::FormatPS"); - my $htree = new_ok("HTML::TreeBuilder"); -- -+ - my $html = 'The ' . $desc . ' is a ' . $quoted . ' character'; - ok( $html, "HTML string containing an $desc should map to $desc" ); - diff --git a/perl-HTML-Format.spec b/perl-HTML-Format.spec index 60a5fe6..a5e0885 100644 --- a/perl-HTML-Format.spec +++ b/perl-HTML-Format.spec @@ -1,14 +1,12 @@ Name: perl-HTML-Format -Version: 2.10 -Release: 9%{?dist} +Version: 2.11 +Release: 1%{?dist} Summary: HTML formatter modules Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-Format/ Source0: http://www.cpan.org/authors/id/N/NI/NIGELM/HTML-Format-%{version}.tar.gz -# Work-around testsuite failure -Patch0: %{name}-%{version}.diff Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -76,9 +74,6 @@ A collection of modules that formats HTML as plaintext, PostScript or RTF. %prep %setup -q -c -T -n %{name}-%{version} %setup -q -T -D -n %{name}-%{version} -a0 -cd HTML-Format-%{version} -%patch0 -p1 -cd .. %build cd HTML-Format-%{version} @@ -98,12 +93,15 @@ RELEASE_TESTING=1 ./Build test cd .. %files -%defattr(-,root,root,-) %doc HTML-Format-%{version}/Changes HTML-Format-%{version}/README HTML-Format-%{version}/LICENSE %{perl_vendorlib}/HTML %{_mandir}/man3/HTML* %changelog +* Thu Nov 07 2013 Ralf Corsépius - 2.11-1 +- Upstream update. +- Drop perl-HTML-Format-2.10.diff. + * Sun Aug 04 2013 Petr Pisar - 2.10-9 - Perl 5.18 rebuild diff --git a/sources b/sources index 1202ace..0223ffa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34831ec506eaa8a7ad5da698224cf58d HTML-Format-2.10.tar.gz +e69875098e9c2777d8d196d95f96b62e HTML-Format-2.11.tar.gz