Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Mojo-DOM58 for openSUSE:Factory
checked in at 2021-04-15 16:56:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-DOM58 (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojo-DOM58.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojo-DOM58"
Thu Apr 15 16:56:59 2021 rev:2 rq:884589 version:3.000
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojo-DOM58/perl-Mojo-DOM58.changes
2019-11-26 16:53:45.700218989 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Mojo-DOM58.new.12324/perl-Mojo-DOM58.changes
2021-04-15 16:57:10.978652052 +0200
@@ -1,0 +2,24 @@
+Tue Apr 6 03:06:31 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 3.000
+ see /usr/share/doc/packages/perl-Mojo-DOM58/Changes
+
+ 3.000 2021-04-04 23:34:33 EDT
+ - Added head and tail collection methods. (from Mojolicious 8.23)
+ - Added EXPERIMENTAL support for :any-link pseudo-class. (from Mojolicious
8.42)
+ - Added EXPERIMENTAL support for case-sensitive attribute selectors like
+ [foo="bar" s]. (from Mojolicious 8.42)
+ - Renamed experimental :matches pseudo-class to :is. (from Mojolicious
8.42)
+ - Fixed a bug where the case-sensitivity identifier in attribute selectors
was
+ case-sensitive. (from Mojolicious 8.42)
+ - Fixed a bug where select and ruby elements were parsed incorrectly.
+ (from Mojolicious 8.54)
+ - Added EXPERIMENTAL support for :scope and :has pseudo-classes.
+ (from Mojolicious 8.54)
+ - Added support for MOJO_DOM58_CSS_DEBUG environment variable to print
+ diagnostics information for CSS selectors. (from Mojolicious 8.55)
+ - Unknown CSS selectors will now throw exceptions. (from Mojolicious 8.66)
+ - (INCOMPATIBLE CHANGE) Improved all_text method to exclude "<script>" and
+ "<style>" from text extraction in HTML documents. (from Mojolicious 9.0)
+
+-------------------------------------------------------------------
Old:
----
Mojo-DOM58-2.000.tar.gz
New:
----
Mojo-DOM58-3.000.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojo-DOM58.spec ++++++
--- /var/tmp/diff_new_pack.VGzIPU/_old 2021-04-15 16:57:11.486652855 +0200
+++ /var/tmp/diff_new_pack.VGzIPU/_new 2021-04-15 16:57:11.486652855 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojo-DOM58
#
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,36 +16,35 @@
#
+%define cpan_name Mojo-DOM58
Name: perl-Mojo-DOM58
-Version: 2.000
+Version: 3.000
Release: 0
-%define cpan_name Mojo-DOM58
Summary: Minimalistic HTML/XML DOM parser with CSS selectors
License: Artistic-2.0
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(JSON::PP)
-BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::More) >= 0.96
%{perl_requires}
%description
Mojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser
based on Mojo::DOM. It supports the at https://html.spec.whatwg.org/ and at
-http://www.w3.org/TR/xml/, and matching based on at
-http://www.w3.org/TR/selectors/. It will even try to interpret broken HTML
+https://www.w3.org/TR/xml/, and matching based on at
+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
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -56,8 +55,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md examples README
+%doc Changes CONTRIBUTING.md examples prereqs.yml README
%license LICENSE
%changelog
++++++ Mojo-DOM58-2.000.tar.gz -> Mojo-DOM58-3.000.tar.gz ++++++
++++ 7339 lines of diff (skipped)