Hello community,
here is the log from the commit of package perl-HTML-Clean for openSUSE:Factory
checked in at 2019-11-11 13:01:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-Clean (Old)
and /work/SRC/openSUSE:Factory/.perl-HTML-Clean.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-Clean"
Mon Nov 11 13:01:31 2019 rev:24 rq:747308 version:1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTML-Clean/perl-HTML-Clean.changes
2019-09-11 10:35:37.887292079 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTML-Clean.new.2990/perl-HTML-Clean.changes
2019-11-11 13:01:37.597768870 +0100
@@ -1,0 +2,12 @@
+Sat Nov 9 10:42:14 UTC 2019 - <[email protected]>
+
+- Manually fix typos (PR https://github.com/poizon/HTML-Clean/pull/7 is still
+ open)
+
+-------------------------------------------------------------------
+Mon Sep 16 12:14:43 UTC 2019 - <[email protected]>
+
+- updated to 1.4
+ see /usr/share/doc/packages/perl-HTML-Clean/Changes
+
+-------------------------------------------------------------------
Old:
----
HTML-Clean-1.2.tar.gz
New:
----
HTML-Clean-1.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTML-Clean.spec ++++++
--- /var/tmp/diff_new_pack.d0USzn/_old 2019-11-11 13:01:38.549769879 +0100
+++ /var/tmp/diff_new_pack.d0USzn/_new 2019-11-11 13:01:38.553769883 +0100
@@ -17,7 +17,7 @@
Name: perl-HTML-Clean
-Version: 1.2
+Version: 1.4
Release: 0
%define cpan_name HTML-Clean
Summary: Cleans up HTML code for web browsers, not humans
++++++ HTML-Clean-1.2.tar.gz -> HTML-Clean-1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-1.2/Changes new/HTML-Clean-1.4/Changes
--- old/HTML-Clean-1.2/Changes 2019-09-09 12:56:36.000000000 +0200
+++ new/HTML-Clean-1.4/Changes 2019-09-13 13:36:33.000000000 +0200
@@ -1,8 +1,12 @@
Revision history for Perl module HTML::Clean
--------------------------------------------
-1.2 Tue Sep 9 13:56 MSK 2019
+1.3 Tue Sep 13 14:36 MSK 2019
- - Fix pod
+ - Fix meta description
+
+1.3 Tue Sep 9 14:10 MSK 2019
+
+ - Fix pod and typo
1.1 Tue Sep 9 12:30 MSK 2019
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-1.2/META.json new/HTML-Clean-1.4/META.json
--- old/HTML-Clean-1.2/META.json 2019-09-09 12:56:44.000000000 +0200
+++ new/HTML-Clean-1.4/META.json 2019-09-13 13:35:56.000000000 +0200
@@ -23,9 +23,9 @@
},
"name" : "HTML-Clean",
"provides" : {
- "HTML::Cleang" : {
+ "HTML::Clean" : {
"file" : "lib/HTML/Clean.pm",
- "version" : "1.2"
+ "version" : "1.4"
}
},
"release_status" : "stable",
@@ -39,5 +39,5 @@
"web" : "https://github.com/poizon/HTML-Clean"
}
},
- "version" : "2.1"
+ "version" : "1.4"
}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-1.2/META.yml new/HTML-Clean-1.4/META.yml
--- old/HTML-Clean-1.2/META.yml 2019-09-09 12:56:49.000000000 +0200
+++ new/HTML-Clean-1.4/META.yml 2019-09-13 13:35:47.000000000 +0200
@@ -19,8 +19,8 @@
provides:
HTML::Clean:
file: lib/HTML/Clean.pm
- version: 1.2
+ version: 1.4
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/poizon/HTML-Clean.git
-version: 1.2
\ No newline at end of file
+version: 1.4
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Clean-1.2/lib/HTML/Clean.pm
new/HTML-Clean-1.4/lib/HTML/Clean.pm
--- old/HTML-Clean-1.2/lib/HTML/Clean.pm 2019-09-09 12:57:00.000000000
+0200
+++ new/HTML-Clean-1.4/lib/HTML/Clean.pm 2019-09-13 13:35:37.000000000
+0200
@@ -14,7 +14,7 @@
# Items to export to callers namespace
@EXPORT = qw();
-$VERSION = '1.2';
+$VERSION = '1.4';
=pod