From 0705c9e2cd3201c8117777c784a7b4c1072dc2b322e8af5a721f9bcbe84469bb Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 26 Sep 2013 08:32:39 +0000 Subject: [PATCH] - 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 --- HTML-Tidy-1.54.tar.gz | 3 --- HTML-Tidy-1.56.tar.gz | 3 +++ perl-HTML-Tidy.changes | 12 ++++++++++++ perl-HTML-Tidy.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 HTML-Tidy-1.54.tar.gz create mode 100644 HTML-Tidy-1.56.tar.gz diff --git a/HTML-Tidy-1.54.tar.gz b/HTML-Tidy-1.54.tar.gz deleted file mode 100644 index 4668b92..0000000 --- a/HTML-Tidy-1.54.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f72ef3c244482033e5cc7c87859425b3afcf6ebbdeca54e67d323528614461b -size 25561 diff --git a/HTML-Tidy-1.56.tar.gz b/HTML-Tidy-1.56.tar.gz new file mode 100644 index 0000000..a73d907 --- /dev/null +++ b/HTML-Tidy-1.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080887ffc4d4358719527703f17003b9526826430db52af16a6aa7bc9be5e4fe +size 27016 diff --git a/perl-HTML-Tidy.changes b/perl-HTML-Tidy.changes index f71b9bb..844384f 100644 --- a/perl-HTML-Tidy.changes +++ b/perl-HTML-Tidy.changes @@ -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 diff --git a/perl-HTML-Tidy.spec b/perl-HTML-Tidy.spec index e838396..797f161 100644 --- a/perl-HTML-Tidy.spec +++ b/perl-HTML-Tidy.spec @@ -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