Accepting request 1065539 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1065539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Parser?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2023-02-14 15:42:37 +00:00 committed by Git OBS Bridge
commit 70f5dfcfd5
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63411db03016747e37c2636db11b05f8cc71608ef5bff36d04ddb0dc92f7835b
size 148307

BIN
HTML-Parser-3.81.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 1 03:07:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

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