Accepting request 445017 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/445017 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Lint?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
b359a94573
commit
c2ed9234a6
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4629dc311c21888209cc3e772f30b3e11dca18fd607a66411d04f5c0566dc4b
|
||||
size 26468
|
3
HTML-Lint-2.24.tar.gz
Normal file
3
HTML-Lint-2.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5be15c6c8614831fd61845db8347ac65274a771405efc6a655fcea8b0fdbafb
|
||||
size 27666
|
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 06:38:56 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.24
|
||||
see /usr/share/doc/packages/perl-HTML-Lint/Changes
|
||||
|
||||
2.24 Wed Dec 7 22:20:13 CST 2016
|
||||
Official release. No changes from 2.23_01.
|
||||
|
||||
|
||||
2.23_01 Tue Dec 6 22:48:56 CST 2016
|
||||
[ENHANCEMENTS]
|
||||
Added detection of unknown HTML entities, like "known &unclosed
|
||||
&entities are not found". Also fixes the case where HTML::Lint
|
||||
gets confused by an entity like "²" which it thought was an
|
||||
unterminated "⊃" entity. Thanks, Klaus S. Madsen.
|
||||
|
||||
[FIXES]
|
||||
Errors of the type doc-tag-required did not come out in any defined
|
||||
order. They are now sorted by tag name. This was discovered
|
||||
because hash randomization caused tests to fail on Perl 5.18 and
|
||||
above. Thanks, Slaven Rezic, Andrew Main and Lisa Hare.
|
||||
|
||||
Handle some warnings that get thrown if certain values are undef.
|
||||
Thanks, Yves Lavoie.
|
||||
|
||||
Handle characters that are not handled by HTML::Entities. (GitHub
|
||||
issue #13) Thanks, Tim Landscheidt.
|
||||
|
||||
[INTERNALS]
|
||||
Add a test to verify a fixed bug. Thanks to Lance Wicks as part of
|
||||
the CPAN Pull Request Challenge.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 17:31:29 UTC 2015 - mardnh@gmx.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Lint
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX 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-Lint
|
||||
Version: 2.22
|
||||
Version: 2.24
|
||||
Release: 0
|
||||
%define cpan_name HTML-Lint
|
||||
Summary: Check for Html Errors in a String or File
|
||||
@@ -26,8 +26,6 @@ Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/HTML-Lint/
|
||||
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
# PATCH-FIX-UPSTREAM perl-HTML-Lint-fix-tests-on-newer-perl-version.patch - https://github.com/petdance/html-lint/issues/39
|
||||
Patch0: perl-HTML-Lint-fix-tests-on-newer-perl-version.patch
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -45,7 +43,6 @@ check for HTML errors in a string or file
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user