forked from pool/perl-HTML-Restrict
Accepting request 1084367 from devel:languages:perl:autoupdate
- updated to 3.0.2 see /usr/share/doc/packages/perl-HTML-Restrict/Changes v3.0.2 2023-04-23 17:06:28Z - Add create_newlines to replace BR and P by 1, resp. 2 newlines (GH#46) (E. Choroba) OBS-URL: https://build.opensuse.org/request/show/1084367 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Restrict?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:50c825437b86632eeaec91c1f0747d92353e660fbbfa8535d2cfe2f4f8fabce8
|
|
||||||
size 41505
|
|
3
HTML-Restrict-v3.0.2.tar.gz
Normal file
3
HTML-Restrict-v3.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e870cb3f7e64f79fdfc8d984748dbc63b07ec188b0641d58cedd190dd9b29e0
|
||||||
|
size 42018
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 24 03:07:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.0.2
|
||||||
|
see /usr/share/doc/packages/perl-HTML-Restrict/Changes
|
||||||
|
|
||||||
|
v3.0.2 2023-04-23 17:06:28Z
|
||||||
|
- Add create_newlines to replace BR and P by 1, resp. 2 newlines
|
||||||
|
(GH#46) (E. Choroba)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 28 06:41:56 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
Wed Sep 28 06:41:56 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Restrict
|
# spec file for package perl-HTML-Restrict
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name HTML-Restrict
|
%define cpan_name HTML-Restrict
|
||||||
Name: perl-HTML-Restrict
|
Name: perl-HTML-Restrict
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Strip unwanted HTML tags and attributes
|
Summary: Strip unwanted HTML tags and attributes
|
||||||
@@ -61,7 +61,8 @@ behaviour by supplying your own tag rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-v%{version}
|
%autosetup -n %{cpan_name}-v%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user