- updated to 1.56

* webtidy's version statement now shows the version number of 
    the underlying tidyp library.
  * Fixed an undef warning in parse().  Thanks, Vladimir Timofeev.
  * utf8 was never encoded correctly.  Thanks, Vladimir Timofeev 
    and Alistair Francis.
  * The ->parse() method would sometimes return false even though 
    everything worked fine.  Thanks, @sebaer.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Tidy?expand=0&rev=16
This commit is contained in:
Petr Gajdos 2013-09-26 08:32:39 +00:00 committed by Git OBS Bridge
parent 663acc6502
commit 0705c9e2cd
4 changed files with 17 additions and 5 deletions

View File

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

3
HTML-Tidy-1.56.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:080887ffc4d4358719527703f17003b9526826430db52af16a6aa7bc9be5e4fe
size 27016

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 08:31:21 UTC 2013 - pgajdos@suse.com
- updated to 1.56
* webtidy's version statement now shows the version number of
the underlying tidyp library.
* Fixed an undef warning in parse(). Thanks, Vladimir Timofeev.
* utf8 was never encoded correctly. Thanks, Vladimir Timofeev
and Alistair Francis.
* The ->parse() method would sometimes return false even though
everything worked fine. Thanks, @sebaer.
-------------------------------------------------------------------
Thu Nov 29 09:08:16 UTC 2012 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Tidy
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-HTML-Tidy
Version: 1.54
Version: 1.56
Release: 0
%define cpan_name HTML-Tidy
Summary: (X)HTML validation in a Perl object