11
0

3 Commits

Author SHA256 Message Date
79d4785381 Add Gitea build results 2025-08-12 18:15:36 +02:00
68866c2d8c Accepting request 1279827 from devel:languages:perl
Forwarded request #1279815 from tinita

- updated to 3.2.0 (3.002)
   see /usr/share/doc/packages/perl-Mojo-DOM58/Changes
  3.002     2025-05-19 19:29:08 EDT
    - Added EXPERIMENTAL support for :text pseudo-class. (from Mojolicious 9.14)
    - Fixed Mojo::DOM58 not to auto-close tags in <svg> and <math> blocks.
      (from Mojolicious 9.21)
    - Fixed multiple "<script>" parsing issues. (from Mojolicious 9.31)
    - Fixed a bug where strings like "<.>" were considered valid tags.
      (from Mojolicious 9.31)
    - Fixed various CSS selector equation bugs. (from Mojolicious 9.32)

OBS-URL: https://build.opensuse.org/request/show/1279827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-DOM58?expand=0&rev=4
2025-05-27 16:49:26 +00:00
d3e1e946a5 Accepting request 1279815 from devel:languages:perl:autoupdate
- updated to 3.2.0 (3.002)
   see /usr/share/doc/packages/perl-Mojo-DOM58/Changes
  3.002     2025-05-19 19:29:08 EDT
    - Added EXPERIMENTAL support for :text pseudo-class. (from Mojolicious 9.14)
    - Fixed Mojo::DOM58 not to auto-close tags in <svg> and <math> blocks.
      (from Mojolicious 9.21)
    - Fixed multiple "<script>" parsing issues. (from Mojolicious 9.31)
    - Fixed a bug where strings like "<.>" were considered valid tags.
      (from Mojolicious 9.31)
    - Fixed various CSS selector equation bugs. (from Mojolicious 9.32)

OBS-URL: https://build.opensuse.org/request/show/1279815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-DOM58?expand=0&rev=7
2025-05-24 16:15:14 +00:00
5 changed files with 42 additions and 9 deletions

BIN
Mojo-DOM58-3.001.tar.gz (Stored with Git LFS)

Binary file not shown.

3
Mojo-DOM58-3.002.tar.gz Normal file
View File

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

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-Mojo-DOM58/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-Mojo-DOM58)

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 20 05:35:35 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.2.0 (3.002)
see /usr/share/doc/packages/perl-Mojo-DOM58/Changes
3.002 2025-05-19 19:29:08 EDT
- Added EXPERIMENTAL support for :text pseudo-class. (from Mojolicious 9.14)
- Fixed Mojo::DOM58 not to auto-close tags in <svg> and <math> blocks.
(from Mojolicious 9.21)
- Fixed multiple "<script>" parsing issues. (from Mojolicious 9.31)
- Fixed a bug where strings like "<.>" were considered valid tags.
(from Mojolicious 9.31)
- Fixed various CSS selector equation bugs. (from Mojolicious 9.32)
-------------------------------------------------------------------
Thu Jun 17 03:07:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojo-DOM58
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,24 @@
%define cpan_name Mojo-DOM58
Name: perl-Mojo-DOM58
Version: 3.001
Version: 3.2.0
Release: 0
Summary: Minimalistic HTML/XML DOM parser with CSS selectors
# 3.002 -> normalize -> 3.2.0
%define cpan_version 3.002
License: Artistic-2.0
Summary: Minimalistic HTML/XML DOM parser with CSS selectors
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(JSON::PP)
BuildRequires: perl(Test::More) >= 0.96
Provides: perl(Mojo::DOM58) = %{version}
Provides: perl(Mojo::DOM58::Entities) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -40,7 +46,7 @@ https://www.w3.org/TR/selectors/. It will even try to interpret broken HTML
and XML, so you should not use it for validation.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -55,7 +61,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING.md examples prereqs.yml README
%doc Changes CONTRIBUTING.md examples README
%license LICENSE
%changelog