forked from pool/perl-HTML-Restrict
Accepting request 671291 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/671291 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Restrict?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
c3f8654080
commit
75efdbcac5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8b5b45e653d7d5c621bca43288652168f3995971d9da928ab79d17f59b203d7
|
|
||||||
size 35720
|
|
3
HTML-Restrict-v2.4.0.tar.gz
Normal file
3
HTML-Restrict-v2.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16fd950c820710b7122421dbcb13b285f6e6f1e38be269d40531e0920ff7512a
|
||||||
|
size 35059
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 06:09:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 11:50:31 UTC 2018 - coolo@suse.com
|
Mon Feb 12 11:50:31 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Restrict
|
# spec file for package perl-HTML-Restrict
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Restrict
|
Name: perl-HTML-Restrict
|
||||||
Version: 2.3.0
|
Version: 2.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTML-Restrict
|
%define cpan_name HTML-Restrict
|
||||||
Summary: Strip unwanted HTML tags and attributes
|
Summary: Strip unwanted HTML tags and attributes
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/HTML-Restrict/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-v%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -37,7 +37,8 @@ BuildRequires: perl(List::Util) >= 1.33
|
|||||||
BuildRequires: perl(Moo) >= 1.002000
|
BuildRequires: perl(Moo) >= 1.002000
|
||||||
BuildRequires: perl(Sub::Quote)
|
BuildRequires: perl(Sub::Quote)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Types::Standard) >= 1.000001
|
BuildRequires: perl(Type::Library)
|
||||||
|
BuildRequires: perl(Type::Utils) >= 1.000001
|
||||||
BuildRequires: perl(URI)
|
BuildRequires: perl(URI)
|
||||||
BuildRequires: perl(namespace::clean)
|
BuildRequires: perl(namespace::clean)
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
@@ -47,7 +48,8 @@ Requires: perl(HTML::Parser)
|
|||||||
Requires: perl(List::Util) >= 1.33
|
Requires: perl(List::Util) >= 1.33
|
||||||
Requires: perl(Moo) >= 1.002000
|
Requires: perl(Moo) >= 1.002000
|
||||||
Requires: perl(Sub::Quote)
|
Requires: perl(Sub::Quote)
|
||||||
Requires: perl(Types::Standard) >= 1.000001
|
Requires: perl(Type::Library)
|
||||||
|
Requires: perl(Type::Utils) >= 1.000001
|
||||||
Requires: perl(URI)
|
Requires: perl(URI)
|
||||||
Requires: perl(namespace::clean)
|
Requires: perl(namespace::clean)
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
@@ -63,11 +65,11 @@ behaviour by supplying your own tag rules.
|
|||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user