11
0

3 Commits

Author SHA256 Message Date
9b14c401fe Add Gitea build results 2025-08-12 18:14:34 +02:00
fc5522f23c Accepting request 1190782 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1190782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Parser?expand=0&rev=42
2024-08-02 15:26:06 +00:00
93a704bb95 Accepting request 1190640 from devel:languages:perl:autoupdate
- updated to 3.830.0 (3.83)
   see /usr/share/doc/packages/perl-HTML-Parser/Changes
  3.83      2024-07-30
      - fix '$\/]' in HTML::Entities::encode_entities (GH#45) (mauke)

OBS-URL: https://build.opensuse.org/request/show/1190640
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=65
2024-07-31 16:25:01 +00:00
5 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b1f20dd0e471a049c13a53d0fcd0442f58518889180536c6f337112c9a430d8
size 150550

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

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-HTML-Parser/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-HTML-Parser)

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 31 05:28:00 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.830.0 (3.83)
see /usr/share/doc/packages/perl-HTML-Parser/Changes
3.83 2024-07-30
- fix '$\/]' in HTML::Entities::encode_entities (GH#45) (mauke)
-------------------------------------------------------------------
Fri Mar 22 16:11:10 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,15 +18,16 @@
%define cpan_name HTML-Parser
Name: perl-HTML-Parser
Version: 3.820.0
Version: 3.830.0
Release: 0
# 3.82 -> normalize -> 3.820.0
%define cpan_version 3.82
# 3.83 -> normalize -> 3.830.0
%define cpan_version 3.83
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: HTML parser class
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52