Hello community,
here is the log from the commit of package perl-HTML-Parser for
openSUSE:Factory checked in at 2020-09-03 01:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old)
and /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-Parser"
Thu Sep 3 01:10:19 2020 rev:34 rq:831018 version:3.75
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes
2016-01-28 22:50:02.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.3399/perl-HTML-Parser.changes
2020-09-03 01:11:09.972407225 +0200
@@ -1,0 +2,12 @@
+Mon Aug 31 03:09:13 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 3.75
+ see /usr/share/doc/packages/perl-HTML-Parser/Changes
+
+-------------------------------------------------------------------
+Wed Aug 26 03:09:23 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 3.73
+ see /usr/share/doc/packages/perl-HTML-Parser/Changes
+
+-------------------------------------------------------------------
Old:
----
HTML-Parser-3.72.tar.gz
New:
----
HTML-Parser-3.75.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTML-Parser.spec ++++++
--- /var/tmp/diff_new_pack.BQEFqA/_old 2020-09-03 01:11:13.640408448 +0200
+++ /var/tmp/diff_new_pack.BQEFqA/_new 2020-09-03 01:11:13.644408449 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Parser
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,31 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-HTML-Parser
-Version: 3.72
+Version: 3.75
Release: 0
%define cpan_name HTML-Parser
Summary: HTML parser class
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/HTML-Parser/
-Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(HTML::Tagset) >= 3
-Requires: perl(HTML::Tagset) >= 3
-Recommends: perl(HTTP::Headers)
+BuildRequires: perl(HTML::Tagset)
+BuildRequires: perl(HTTP::Headers)
+BuildRequires: perl(URI)
+BuildRequires: perl(URI::URL)
+Requires: perl(HTML::Tagset)
+Requires: perl(HTTP::Headers)
+Requires: perl(URI)
+Requires: perl(URI::URL)
%{perl_requires}
%description
@@ -56,14 +61,14 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -72,6 +77,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes mkhctype mkpfunc README TODO
+%doc Changes entities.html mkhctype mkpfunc README TODO
+%license LICENSE
%changelog
++++++ HTML-Parser-3.72.tar.gz -> HTML-Parser-3.75.tar.gz ++++++
++++ 13279 lines of diff (skipped)