Accepting request 201265 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/201265 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Tidy?expand=0&rev=4
This commit is contained in:
commit
c1f8a65f42
@ -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
3
HTML-Tidy-1.56.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:080887ffc4d4358719527703f17003b9526826430db52af16a6aa7bc9be5e4fe
|
||||
size 27016
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user