8
0

Accepting request 729782 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/729782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Clean?expand=0&rev=23
This commit is contained in:
2019-09-11 08:35:35 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31ecec3e9a664e624c22cdd37b4e02ade68364069873aa9048fda13cf4ef9b94
size 48592

3
HTML-Clean-1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:525d3f6bf4034d5c10c3a0a30c7330bfce40e20e7c2128a793df5c2ec60a6eb2
size 48583

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Sep 10 10:21:07 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Spell corrections in description section
-------------------------------------------------------------------
Tue Sep 10 09:06:08 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.2
see /usr/share/doc/packages/perl-HTML-Clean/Changes
1.2 Tue Sep 9 13:56 MSK 2019
- Fix pod
1.1 Tue Sep 9 12:30 MSK 2019
- Fix pod. Add github repository
-------------------------------------------------------------------
Tue Aug 27 08:59:08 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@@ -17,11 +17,11 @@
Name: perl-HTML-Clean
Version: 0.9
Version: 1.2
Release: 0
%define cpan_name HTML-Clean
Summary: Cleans up HTML code for web browsers, not humans
License: Artistic-1.0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AZ/AZJADFTRE/%{cpan_name}-%{version}.tar.gz
@@ -38,17 +38,17 @@ minimizing the size of HTML files. You can typically save between 10% and
50% of the size of a HTML file using these methods. It provides the
following features:
* Remove unneeded whitespace (begining of line, etc)
* Remove unneeded whitespace (beginning of line, etc)
* Remove unneeded META elements.
* Remove HTML comments (except for styles, javascript and SSI)
* Replace tags with equivilant shorter tags (<strong> --> <b>)
* Replace tags with equivalent shorter tags (<strong> --> <b>)
* etc.
The entire proces is configurable, so you can pick and choose what you want
The entire process is configurable, so you can pick and choose what you want
to clean.
%prep