From c8495d2db9868a0a4e5bf2abbcb024db224d43cb91aa54da9f03b76be5e15af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Wed, 28 Sep 2022 13:03:43 +0000 Subject: [PATCH] Accepting request 1006583 from devel:languages:perl:autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) - updated to 3.0.0 see /usr/share/doc/packages/perl-HTML-Restrict/Changes - updated to 2.5.0 see /usr/share/doc/packages/perl-HTML-Restrict/Changes v2.5.0 2019-02-08 22:18:11Z - Strip some control characters from links (GH#34) (Olaf Alders) - Enable empty_element_tags in HTML::Parser (GH#35) (Olaf Alders) v2.4.1 2019-02-05 14:13:16Z - Bump version of Type::Tiny to 1.002001. (GH#33) (Olaf Alders). Issue reported by Slaven Rezić (GH#32). - updated to 2.4.0 see /usr/share/doc/packages/perl-HTML-Restrict/Changes v2.4.0 2019-02-05 02:51:05Z - Process text until it returns the same value twice. (GH#31) (Olaf Alders). Issue raised in (GH#29) by Juraj Major. - Add max_parser_loops attribute - updated to 2.3.0 see /usr/share/doc/packages/perl-HTML-Restrict/Changes v2.3.0 2018-02-09 16:00:41Z - Add code filters for attribute values (GH#27) (Graham Knop) - updated to 2.2.4 see /usr/share/doc/packages/perl-HTML-Restrict/Changes 2.2.4 2017-03-01 14:22:13-05:00 America/Toronto - Updates SEE ALSO pod section (Ben Bullock) - initial package 2.2.3 OBS-URL: https://build.opensuse.org/request/show/1006583 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Restrict?expand=0&rev=8 --- HTML-Restrict-v3.0.0.tar.gz | 3 --- HTML-Restrict-v3.0.1.tar.gz | 3 +++ cpanspec.yml | 7 +++++++ perl-HTML-Restrict.changes | 11 ++++++++++- perl-HTML-Restrict.spec | 22 ++++++++++------------ 5 files changed, 30 insertions(+), 16 deletions(-) delete mode 100644 HTML-Restrict-v3.0.0.tar.gz create mode 100644 HTML-Restrict-v3.0.1.tar.gz diff --git a/HTML-Restrict-v3.0.0.tar.gz b/HTML-Restrict-v3.0.0.tar.gz deleted file mode 100644 index 58c04f9..0000000 --- a/HTML-Restrict-v3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a3b95307227a17f359bd07481bc1cc08d38f2736debc4d080704cce8ba8b2c8 -size 35667 diff --git a/HTML-Restrict-v3.0.1.tar.gz b/HTML-Restrict-v3.0.1.tar.gz new file mode 100644 index 0000000..996a9ed --- /dev/null +++ b/HTML-Restrict-v3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c825437b86632eeaec91c1f0747d92353e660fbbfa8535d2cfe2f4f8fabce8 +size 41505 diff --git a/cpanspec.yml b/cpanspec.yml index 76ad4a4..6566ae1 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -10,6 +10,7 @@ #patches: # foo.patch: -p1 # bar.patch: +# baz.patch: PATCH-FIX-OPENSUSE #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- @@ -26,3 +27,9 @@ #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 diff --git a/perl-HTML-Restrict.changes b/perl-HTML-Restrict.changes index cc2acf3..4cedcea 100644 --- a/perl-HTML-Restrict.changes +++ b/perl-HTML-Restrict.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 28 06:41:56 UTC 2022 - Dirk Stoecker + +- 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) + ------------------------------------------------------------------- Tue Mar 12 06:13:31 UTC 2019 - Stephan Kulow @@ -51,4 +61,3 @@ Fri Mar 3 06:44:48 UTC 2017 - coolo@suse.com Sun Dec 4 23:13:37 UTC 2016 - chris@computersalat.de - initial package 2.2.3 - diff --git a/perl-HTML-Restrict.spec b/perl-HTML-Restrict.spec index f1582fa..db2b7d4 100644 --- a/perl-HTML-Restrict.spec +++ b/perl-HTML-Restrict.spec @@ -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 @@ # -Name: perl-HTML-Restrict -Version: 3.0.0 -Release: 0 %define cpan_name HTML-Restrict -Summary: Strip unwanted HTML tags and attributes +Name: perl-HTML-Restrict +Version: 3.0.1 +Release: 0 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(List::Util) >= 1.33 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 @@ manner. By default all HTML is restricted. You may alter the default 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 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTORS examples README.md %license LICENSE