Accepting request 562670 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/562670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Lint?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4ae6483fdddb50402d889ce62d1bb8547522e0b499bd69bb5120eae890e710b
|
||||
size 28876
|
3
HTML-Lint-2.30.tar.gz
Normal file
3
HTML-Lint-2.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:031dd83b973238bcb49be41081390084ad8633b1c60086965571ca51e2f434dc
|
||||
size 30549
|
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 06:32:00 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 2.30
|
||||
see /usr/share/doc/packages/perl-HTML-Lint/Changes
|
||||
|
||||
2.30 Sun Jan 7 22:02:25 CST 2018
|
||||
No changes since 2.27_03.
|
||||
|
||||
|
||||
2.27_03 Wed Jan 3 17:07:07 CST 2018
|
||||
[FIXES]
|
||||
Removed the text-invalid-entity and attr-invalid-entity, which were
|
||||
for entities that had an invalid numeric value, anything greater
|
||||
than 𐀀. There is no longer a restriction on the numeric values
|
||||
of HTML entities. (GH#60)
|
||||
|
||||
|
||||
2.27_02 Wed Dec 27 11:46:28 CST 2017
|
||||
There are be no functionality changes since 2.27_01.
|
||||
|
||||
[INTERNALS]
|
||||
Many Perl::Critic cleanups.
|
||||
|
||||
|
||||
2.27_01 Fri Dec 22 15:54:32 CST 2017
|
||||
[ENHANCEMENTS]
|
||||
Adds checking of entities in attributes, not just text. Thanks,
|
||||
Klaus S. Madsen.
|
||||
|
||||
[FIXES]
|
||||
Calling ->parsefile() would generate an error. Thanks, Shlomi
|
||||
Fish. (GH#58)
|
||||
|
||||
[INTERNALS]
|
||||
Prepare for perl 5.26.0 which removes '.' from @INC. Thanks,
|
||||
Jim Keenan.
|
||||
|
||||
Fix disttest target. Thanks, Shlomi Fish.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 31 06:34:38 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Lint
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-HTML-Lint
|
||||
Version: 2.26
|
||||
Version: 2.30
|
||||
Release: 0
|
||||
%define cpan_name HTML-Lint
|
||||
Summary: Check for Html Errors in a String or File
|
||||
License: Artistic-2.0
|
||||
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
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -58,6 +58,6 @@ check for HTML errors in a string or file
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user