forked from pool/perl-HTML-Restrict
Accepting request 575629 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/575629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Restrict?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
eeb69883c5
commit
c3f8654080
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:510efed345aa4fd1b5a35833b9352aeadc670f1b993a83236a286adefc5b93a8
|
||||
size 28171
|
3
HTML-Restrict-v2.3.0.tar.gz
Normal file
3
HTML-Restrict-v2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8b5b45e653d7d5c621bca43288652168f3995971d9da928ab79d17f59b203d7
|
||||
size 35720
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 11:50:31 UTC 2018 - coolo@suse.com
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 06:44:48 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTML-Restrict
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-HTML-Restrict
|
||||
Version: 2.2.4
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
%define cpan_name HTML-Restrict
|
||||
Summary: Strip unwanted HTML tags and attributes
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/HTML-Restrict/
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
|
||||
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
|
||||
@@ -40,6 +40,7 @@ BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Types::Standard) >= 1.000001
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(namespace::clean)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(Data::Dump)
|
||||
Requires: perl(HTML::Entities)
|
||||
Requires: perl(HTML::Parser)
|
||||
@@ -49,6 +50,7 @@ Requires: perl(Sub::Quote)
|
||||
Requires: perl(Types::Standard) >= 1.000001
|
||||
Requires: perl(URI)
|
||||
Requires: perl(namespace::clean)
|
||||
Requires: perl(version)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -57,7 +59,7 @@ 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}-%{version}
|
||||
%setup -q -n %{cpan_name}-v%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user