forked from pool/perl-HTML-Restrict
Accepting request 672961 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/672961 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Restrict?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
75efdbcac5
commit
6b7d114dfe
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16fd950c820710b7122421dbcb13b285f6e6f1e38be269d40531e0920ff7512a
|
|
||||||
size 35059
|
|
3
HTML-Restrict-v2.5.0.tar.gz
Normal file
3
HTML-Restrict-v2.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:085a2f93d5c0b062e42e66430d8329ebf7b567ac4ba93240740461e92eba9648
|
||||||
|
size 39745
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 9 06:09:02 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 5 06:09:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Tue Feb 5 06:09:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Restrict
|
Name: perl-HTML-Restrict
|
||||||
Version: 2.4.0
|
Version: 2.5.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
|
||||||
@@ -38,7 +38,8 @@ BuildRequires: perl(Moo) >= 1.002000
|
|||||||
BuildRequires: perl(Sub::Quote)
|
BuildRequires: perl(Sub::Quote)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Type::Library)
|
BuildRequires: perl(Type::Library)
|
||||||
BuildRequires: perl(Type::Utils) >= 1.000001
|
BuildRequires: perl(Type::Tiny) >= 1.002001
|
||||||
|
BuildRequires: perl(Type::Utils)
|
||||||
BuildRequires: perl(URI)
|
BuildRequires: perl(URI)
|
||||||
BuildRequires: perl(namespace::clean)
|
BuildRequires: perl(namespace::clean)
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
@@ -49,7 +50,8 @@ 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(Type::Library)
|
Requires: perl(Type::Library)
|
||||||
Requires: perl(Type::Utils) >= 1.000001
|
Requires: perl(Type::Tiny) >= 1.002001
|
||||||
|
Requires: perl(Type::Utils)
|
||||||
Requires: perl(URI)
|
Requires: perl(URI)
|
||||||
Requires: perl(namespace::clean)
|
Requires: perl(namespace::clean)
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
|
Reference in New Issue
Block a user