diff --git a/HTML-Clean-0.9.tar.gz b/HTML-Clean-0.9.tar.gz
deleted file mode 100644
index 28025e9..0000000
--- a/HTML-Clean-0.9.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:31ecec3e9a664e624c22cdd37b4e02ade68364069873aa9048fda13cf4ef9b94
-size 48592
diff --git a/HTML-Clean-1.2.tar.gz b/HTML-Clean-1.2.tar.gz
new file mode 100644
index 0000000..d8cdea5
--- /dev/null
+++ b/HTML-Clean-1.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:525d3f6bf4034d5c10c3a0a30c7330bfce40e20e7c2128a793df5c2ec60a6eb2
+size 48583
diff --git a/perl-HTML-Clean.changes b/perl-HTML-Clean.changes
index e7b913d..45ebbfa 100644
--- a/perl-HTML-Clean.changes
+++ b/perl-HTML-Clean.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Tue Sep 10 10:21:07 UTC 2019 - Pedro Monreal Gonzalez
+
+- Spell corrections in description section
+
+-------------------------------------------------------------------
+Tue Sep 10 09:06:08 UTC 2019 -
+
+- 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
diff --git a/perl-HTML-Clean.spec b/perl-HTML-Clean.spec
index 560925e..9d89091 100644
--- a/perl-HTML-Clean.spec
+++ b/perl-HTML-Clean.spec
@@ -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 ( --> )
+* Replace tags with equivalent shorter tags ( --> )
* 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