Hello community,
here is the log from the commit of package perl-HTML-Clean for openSUSE:Factory
checked in at 2019-09-11 10:35:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-Clean (Old)
and /work/SRC/openSUSE:Factory/.perl-HTML-Clean.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-Clean"
Wed Sep 11 10:35:35 2019 rev:23 rq:729782 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTML-Clean/perl-HTML-Clean.changes
2019-08-28 18:37:52.173258796 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTML-Clean.new.7948/perl-HTML-Clean.changes
2019-09-11 10:35:37.887292079 +0200
@@ -1,0 +2,19 @@
+Tue Sep 10 10:21:07 UTC 2019 - Pedro Monreal Gonzalez
<[email protected]>
+
+- Spell corrections in description section
+
+-------------------------------------------------------------------
+Tue Sep 10 09:06:08 UTC 2019 - <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
HTML-Clean-0.9.tar.gz
New:
----
HTML-Clean-1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTML-Clean.spec ++++++
--- /var/tmp/diff_new_pack.Lkioqw/_old 2019-09-11 10:35:38.299291959 +0200
+++ /var/tmp/diff_new_pack.Lkioqw/_new 2019-09-11 10:35:38.303291957 +0200
@@ -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 @@
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
++++++ HTML-Clean-0.9.tar.gz -> HTML-Clean-1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-0.9/Changes new/HTML-Clean-1.2/Changes
--- old/HTML-Clean-0.9/Changes 2019-08-20 08:30:29.000000000 +0200
+++ new/HTML-Clean-1.2/Changes 2019-09-09 12:56:36.000000000 +0200
@@ -1,8 +1,16 @@
Revision history for Perl module HTML::Clean
--------------------------------------------
+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
+
0.9 Tue Aug 20 09:24 PDT 2019
- - Fix warnings - use IO::File instead deprecated module IO.
+ - Fix warnings - use IO::File instead deprecated module IO.
0.8 Tue Sep 5 08:02:05 PDT 2000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-0.9/MANIFEST new/HTML-Clean-1.2/MANIFEST
--- old/HTML-Clean-0.9/MANIFEST 1999-04-24 00:58:02.000000000 +0200
+++ new/HTML-Clean-1.2/MANIFEST 2019-09-09 11:24:33.000000000 +0200
@@ -15,3 +15,5 @@
t/testpages/itu.html
t/testpages/cnn.html
t/testpages/hairy.html
+META.yml
+META.json
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-0.9/META.json new/HTML-Clean-1.2/META.json
--- old/HTML-Clean-0.9/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/HTML-Clean-1.2/META.json 2019-09-09 12:56:44.000000000 +0200
@@ -0,0 +1,43 @@
+{
+ "abstract" : "HTML::Clean - Cleans up HTML code for web browsers, not
humans",
+ "author" : [
+ "Paul Lindner <[email protected]>"
+ ],
+ "x_contributors" : [
+ "Paul Lindner <[email protected]>",
+ "Pavel Kuptsov <[email protected]>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Module::Build version 0.4216",
+ "keywords" : [
+ "html",
+ "html clean",
+ "html strip"
+ ],
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "HTML-Clean",
+ "provides" : {
+ "HTML::Cleang" : {
+ "file" : "lib/HTML/Clean.pm",
+ "version" : "1.2"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ],
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/poizon/HTML-Clean.git",
+ "web" : "https://github.com/poizon/HTML-Clean"
+ }
+ },
+ "version" : "2.1"
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-0.9/META.yml new/HTML-Clean-1.2/META.yml
--- old/HTML-Clean-0.9/META.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/HTML-Clean-1.2/META.yml 2019-09-09 12:56:49.000000000 +0200
@@ -0,0 +1,26 @@
+---
+abstract: HTML::Clean - Cleans up HTML code for web browsers, not humans
+author:
+ - Paul Lindner <[email protected]>
+x_contributors:
+ - Paul Lindner <[email protected]>
+ - Pavel Kuptsov <[email protected]>
+dynamic_config: 0
+generated_by: 'Module::Build version 0.4216, CPAN::Meta::Converter version
2.150001'
+keywords:
+ - html
+ - html clean
+ - html strip
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: HTML-Clean
+provides:
+ HTML::Clean:
+ file: lib/HTML/Clean.pm
+ version: 1.2
+resources:
+ license: http://dev.perl.org/licenses/
+ repository: https://github.com/poizon/HTML-Clean.git
+version: 1.2
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-0.9/README new/HTML-Clean-1.2/README
--- old/HTML-Clean-0.9/README 1999-01-18 15:12:36.000000000 +0100
+++ new/HTML-Clean-1.2/README 2019-09-09 11:36:54.000000000 +0200
@@ -3,10 +3,10 @@
1. INTRODUCTION
- -- ``The HTML Compiler!''
+ -- ``The HTML Compiler!''
-The majority of the web pages of the internet today are
-much larger than they need to be. The reason for this is
+The majority of the web pages of the internet today are
+much larger than they need to be. The reason for this is
that HTML tends to be stored in a human readable format, with
indenting, newlines and comments.
@@ -31,7 +31,7 @@
use the included htmlclean script to preprocess HTML files or templates
on your server.
-The results should be pages that load faster, less load on your web
+The results should be pages that load faster, less load on your web
server and better cross-platform HTML.
To read about the latest features, see the Changes file. To find
@@ -41,7 +41,7 @@
2. AVAILABILITY
-You can get the latest version of the HTML::Clean module from the
+You can get the latest version of the HTML::Clean module from the
Comprehensive Perl Archive Network (CPAN) or from the author's homepage:
http://www.perl.org/CPAN/modules/by-module/HTML/
@@ -77,9 +77,13 @@
same terms as Perl itself.
-6. AUTHOR INFORMATION
+6. AUTHOR & CO-AUTHOR INFORMATION
Paul Lindner
[email protected]
http://people.itu.int/~lindner/
+Pavel Kuptsov
[email protected]
+https://modernperl.ru
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-0.9/lib/HTML/Clean.pm
new/HTML-Clean-1.2/lib/HTML/Clean.pm
--- old/HTML-Clean-0.9/lib/HTML/Clean.pm 2019-08-20 08:36:36.000000000
+0200
+++ new/HTML-Clean-1.2/lib/HTML/Clean.pm 2019-09-09 12:57:00.000000000
+0200
@@ -14,7 +14,9 @@
# Items to export to callers namespace
@EXPORT = qw();
-$VERSION = '0.9';
+$VERSION = '1.2';
+
+=pod
=head1 NAME
@@ -23,8 +25,8 @@
=head1 SYNOPSIS
use HTML::Clean;
- $h = new HTML::Clean($filename); # or..
- $h = new HTML::Clean($htmlcode);
+ $h = HTML::Clean->new($filename); # or..
+ $h = HTML::Clean->new($htmlcode);
$h->compat();
$h->strip();
@@ -55,16 +57,11 @@
The entire proces is configurable, so you can pick and choose what you want
to clean.
-=head1 THE HTML::Clean CLASS
-
-=over 4
-
=cut
+=head1 THE HTML::Clean CLASS
-######################################################################
-
-=head2 $h = new HTML::Clean($dataorfile, [$level]);
+=head2 $h = HTML::Clean->new($dataorfile, [$level]);
This creates a new HTML::Clean object. A Prerequisite for all other
functions in this module.
@@ -72,9 +69,9 @@
The $dataorfile parameter supplies the input HTML, either a filename,
or a reference to a scalar value holding the HTML, for example:
- $h = new HTML::Clean("/htdocs/index.html");
+ $h = HTML::Clean->new("/htdocs/index.html");
$html = "<strong>Hello!</strong>";
- $h = new HTML::Clean(\$html);
+ $h = HTML::Clean->new(\$html);
An optional 'level' parameter controls the level of optimization
performed. Levels range from 1 to 9. Level 1 includes only simple
@@ -656,7 +653,7 @@
}
$$h =~ s,<!--(mstheme|msthemeseparator|msnavigation)-->,,sgx;
}
-=back
+
=head1 SEE ALSO
@@ -672,10 +669,12 @@
=back
-=head1 AUTHORS
+=head1 AUTHORS and CO-AUTHORS
Paul Lindner for the International Telecommunication Union (ITU)
+Pavel Kuptsov <[email protected]>
+
=head1 COPYRIGHT
The HTML::Strip module is Copyright (c) 1998,99 by the ITU, Geneva Switzerland.