Accepting request 76935 from devel:languages:perl

- update to 2.10
    - Tests reworked to not use subtests.  Development versions
      of Test::More do not support subtests, and the smokers
      that are running with these dev versions then send me
      confusing test failures.  This is a pain.
    - Reworking of HTML quote issue in FormatPS
    - Now remap all double quotes to " in FormatPS (which is not
      really right, but the best I can do with latin1 output)
    - RT#69426 - issues with HTML quotes
    - UTF8 handling requires perl 5.8, so minimum requirement bumped

OBS-URL: https://build.opensuse.org/request/show/76935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Format?expand=0&rev=20
This commit is contained in:
Sascha Peilicke 2011-07-25 11:04:39 +00:00 committed by Git OBS Bridge
commit a090ca2f01
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15c74176ba519cd5618a74a178efb141be14145cce343a0aef50c842352b8b21
size 37917

3
HTML-Format-2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:149f4ac19733042e3f81b965047e9a053d8e5eb0832437625f4b9de860d5819a
size 45383

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 25 09:50:44 UTC 2011 - vcizek@novell.com
- update to 2.10
- Tests reworked to not use subtests. Development versions
of Test::More do not support subtests, and the smokers
that are running with these dev versions then send me
confusing test failures. This is a pain.
- Reworking of HTML quote issue in FormatPS
- Now remap all double quotes to " in FormatPS (which is not
really right, but the best I can do with latin1 output)
- RT#69426 - issues with HTML quotes
- UTF8 handling requires perl 5.8, so minimum requirement bumped
-------------------------------------------------------------------
Fri Apr 22 12:06:04 UTC 2011 - vcizek@novell.com

View File

@ -27,9 +27,9 @@ Group: Development/Libraries/Perl
Requires: perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
AutoReqProv: on
Summary: Perl Modules to Format HTML into Plain Text, PostScript, or RTF
Version: 2.07
Version: 2.10
Release: 1
Source: %{cpan_name}-%{version}.tar.bz2
Source: %{cpan_name}-%{version}.tar.gz
Url: http://cpan.org/authors/id/S/SB/SBURKE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}