From d175599712db1e54e8cf495cd7b0713095725d40645356fc9d0e34f74789c563 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 13 Feb 2023 16:04:16 +0000 Subject: [PATCH] Accepting request 1065471 from devel:languages:perl:autoupdate - updated to 3.81 see /usr/share/doc/packages/perl-HTML-Parser/Changes 3.81 2023-01-30 - Stop depending on "Test" (GH#34) (James Raspass) - fix test scripts after conversion to Test::More (GH#35) (Graham Knop) OBS-URL: https://build.opensuse.org/request/show/1065471 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=61 --- HTML-Parser-3.80.tar.gz | 3 --- HTML-Parser-3.81.tar.gz | 3 +++ perl-HTML-Parser.changes | 10 ++++++++++ perl-HTML-Parser.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 HTML-Parser-3.80.tar.gz create mode 100644 HTML-Parser-3.81.tar.gz diff --git a/HTML-Parser-3.80.tar.gz b/HTML-Parser-3.80.tar.gz deleted file mode 100644 index d469e77..0000000 --- a/HTML-Parser-3.80.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63411db03016747e37c2636db11b05f8cc71608ef5bff36d04ddb0dc92f7835b -size 148307 diff --git a/HTML-Parser-3.81.tar.gz b/HTML-Parser-3.81.tar.gz new file mode 100644 index 0000000..725adbe --- /dev/null +++ b/HTML-Parser-3.81.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0910a5c8f92f8817edd06ccfd224ba1c2ebe8c10f551f032587a1fc83d62ff2 +size 148351 diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index 40b9c66..85d8c7d 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 1 03:07:05 UTC 2023 - Tina Müller + +- updated to 3.81 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.81 2023-01-30 + - Stop depending on "Test" (GH#34) (James Raspass) + - fix test scripts after conversion to Test::More (GH#35) (Graham Knop) + ------------------------------------------------------------------- Thu Nov 3 03:06:50 UTC 2022 - Tina Müller diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index da7be1f..b33fbaa 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Parser # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name HTML-Parser Name: perl-HTML-Parser -Version: 3.80 +Version: 3.81 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: HTML parser class @@ -60,6 +60,7 @@ allows a more conventional program structure. %prep %autosetup -n %{cpan_name}-%{version} + find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build