Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
79d4785381 | |||
68866c2d8c | |||
d3e1e946a5 |
BIN
Mojo-DOM58-3.001.tar.gz
(Stored with Git LFS)
BIN
Mojo-DOM58-3.001.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Mojo-DOM58-3.002.tar.gz
Normal file
3
Mojo-DOM58-3.002.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b066035a33553296c9e970d4196b759842a4af1d727b195a60b5db0ac14e338
|
||||
size 78748
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user