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:
2018-01-22 21:06:04 +00:00
committed by Git OBS Bridge
parent c4d57d1ec9
commit 75012b47c5
4 changed files with 47 additions and 7 deletions

View File

@@ -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
View File

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

View File

@@ -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 &#65536. 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 Sat Dec 31 06:34:38 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-HTML-Lint # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-HTML-Lint Name: perl-HTML-Lint
Version: 2.26 Version: 2.30
Release: 0 Release: 0
%define cpan_name HTML-Lint %define cpan_name HTML-Lint
Summary: Check for Html Errors in a String or File Summary: Check for Html Errors in a String or File
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Lint/ 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +58,6 @@ check for HTML errors in a string or file
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README %doc Changes README.md
%changelog %changelog