Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTML-Restrict for openSUSE:Factory checked in at 2022-09-29 18:12:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTML-Restrict (Old) and /work/SRC/openSUSE:Factory/.perl-HTML-Restrict.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-Restrict" Thu Sep 29 18:12:45 2022 rev:2 rq:1006670 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTML-Restrict/perl-HTML-Restrict.changes 2021-02-03 19:54:56.197617788 +0100 +++ /work/SRC/openSUSE:Factory/.perl-HTML-Restrict.new.2275/perl-HTML-Restrict.changes 2022-09-29 18:13:02.615218500 +0200 @@ -1,0 +2,10 @@ +Wed Sep 28 06:41:56 UTC 2022 - Dirk Stoecker <[email protected]> + +- updated to 3.0.1 + see /usr/share/doc/packages/perl-HTML-Restrict/Changes + + v3.0.1 2022-09-22 22:27:40Z + - Add a filter_text attribute. This can be used to disable text + encoding. (GH#44) (ccottingham-presinet) + +------------------------------------------------------------------- @@ -54 +63,0 @@ - Old: ---- HTML-Restrict-v3.0.0.tar.gz New: ---- HTML-Restrict-v3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTML-Restrict.spec ++++++ --- /var/tmp/diff_new_pack.7nDLLw/_old 2022-09-29 18:13:03.783220782 +0200 +++ /var/tmp/diff_new_pack.7nDLLw/_new 2022-09-29 18:13:03.787220789 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Restrict # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name HTML-Restrict Name: perl-HTML-Restrict -Version: 3.0.0 +Version: 3.0.1 Release: 0 -%define cpan_name HTML-Restrict -Summary: Strip unwanted HTML tags and attributes License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Strip unwanted HTML tags and attributes +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Data::Dump) @@ -37,6 +35,7 @@ BuildRequires: perl(Moo) >= 1.002000 BuildRequires: perl(Sub::Quote) BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Type::Tiny) >= 1.002001 BuildRequires: perl(Types::Standard) >= 1.000001 BuildRequires: perl(URI) @@ -61,12 +60,12 @@ behaviour by supplying your own tag rules. %prep -%setup -q -n %{cpan_name}-v%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-v%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -77,7 +76,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTORS examples README.md %license LICENSE ++++++ HTML-Restrict-v3.0.0.tar.gz -> HTML-Restrict-v3.0.1.tar.gz ++++++ ++++ 2867 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.7nDLLw/_old 2022-09-29 18:13:03.887220985 +0200 +++ /var/tmp/diff_new_pack.7nDLLw/_new 2022-09-29 18:13:03.887220985 +0200 @@ -10,6 +10,7 @@ #patches: # foo.patch: -p1 # bar.patch: +# baz.patch: PATCH-FIX-OPENSUSE #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- @@ -26,4 +27,10 @@ #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module +skip_doc: perlimports.toml +#add_doc: files to add to docs +#misc: |- +#anything else to be added to spec file +#follows directly after %files section, so it can contain new blocks or also +#changes to %files section
