From 6468673f65fbe9368e93952312a53b04dbcd6e7e5d204677c80c7f67d39129e8 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 26 Aug 2020 09:41:04 +0000 Subject: [PATCH 1/2] Accepting request 829720 from devel:languages:perl:autoupdate - updated to 3.73 see /usr/share/doc/packages/perl-HTML-Parser/Changes OBS-URL: https://build.opensuse.org/request/show/829720 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=48 --- HTML-Parser-3.72.tar.gz | 3 --- HTML-Parser-3.73.tar.gz | 3 +++ perl-HTML-Parser.changes | 6 ++++++ perl-HTML-Parser.spec | 22 +++++++++++----------- 4 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 HTML-Parser-3.72.tar.gz create mode 100644 HTML-Parser-3.73.tar.gz diff --git a/HTML-Parser-3.72.tar.gz b/HTML-Parser-3.72.tar.gz deleted file mode 100644 index badc4a8..0000000 --- a/HTML-Parser-3.72.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b -size 90680 diff --git a/HTML-Parser-3.73.tar.gz b/HTML-Parser-3.73.tar.gz new file mode 100644 index 0000000..36e8876 --- /dev/null +++ b/HTML-Parser-3.73.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f05d944e166b8c5913db54779802eb38f4bbefb89a1730401ef06eb9ad8e69 +size 94957 diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index b54ad8a..5a4a782 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 26 03:09:23 UTC 2020 - Tina Müller + +- updated to 3.73 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + ------------------------------------------------------------------- Wed Jan 20 10:12:44 UTC 2016 - coolo@suse.com diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index a432db4..d8bbe00 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -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,19 +12,19 @@ # 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.73 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 @@ -56,14 +56,14 @@ allows a more conventional program structure. %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 +72,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes mkhctype mkpfunc README TODO +%doc Changes entities.html mkhctype mkpfunc README TODO %changelog From 731169e6b43fa70bac36a883d14e47e62b7d5b5cbb66cfeec19d9988862b6418 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 1 Sep 2020 09:12:39 +0000 Subject: [PATCH 2/2] Accepting request 831011 from devel:languages:perl:autoupdate - updated to 3.75 see /usr/share/doc/packages/perl-HTML-Parser/Changes OBS-URL: https://build.opensuse.org/request/show/831011 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=49 --- HTML-Parser-3.73.tar.gz | 3 --- HTML-Parser-3.75.tar.gz | 3 +++ perl-HTML-Parser.changes | 6 ++++++ perl-HTML-Parser.spec | 14 ++++++++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 HTML-Parser-3.73.tar.gz create mode 100644 HTML-Parser-3.75.tar.gz diff --git a/HTML-Parser-3.73.tar.gz b/HTML-Parser-3.73.tar.gz deleted file mode 100644 index 36e8876..0000000 --- a/HTML-Parser-3.73.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85f05d944e166b8c5913db54779802eb38f4bbefb89a1730401ef06eb9ad8e69 -size 94957 diff --git a/HTML-Parser-3.75.tar.gz b/HTML-Parser-3.75.tar.gz new file mode 100644 index 0000000..6208c2e --- /dev/null +++ b/HTML-Parser-3.75.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9 +size 120653 diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index 5a4a782..2bb07dc 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 31 03:09:13 UTC 2020 - Tina Müller + +- updated to 3.75 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + ------------------------------------------------------------------- Wed Aug 26 03:09:23 UTC 2020 - Tina Müller diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index d8bbe00..1dcaf7b 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -17,7 +17,7 @@ Name: perl-HTML-Parser -Version: 3.73 +Version: 3.75 Release: 0 %define cpan_name HTML-Parser Summary: HTML parser class @@ -29,9 +29,14 @@ 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 @@ -73,5 +78,6 @@ make test %files -f %{name}.files %defattr(-,root,root,755) %doc Changes entities.html mkhctype mkpfunc README TODO +%license LICENSE %changelog