diff options
-rw-r--r-- | php-htmLawed.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-htmLawed.spec b/php-htmLawed.spec index 7b97241..d7adffe 100644 --- a/php-htmLawed.spec +++ b/php-htmLawed.spec @@ -7,10 +7,10 @@ # Please, preserve the changelog entries # %global libname htmLawed -%global libversion 12 +%global libversion 121 Name: php-%{libname} -Version: 1.2 +Version: 1.2.1 Release: 1%{?dist} Summary: PHP code to purify and filter HTML Group: Development/Libraries @@ -67,6 +67,9 @@ install -pm 0644 %{libname}.php %{buildroot}%{_datadir}/php/%{libname} %changelog +* Tue May 23 2017 Remi Collet <remi@remirepo.net> - 1.2.1-1 +- Update to 1.2.1 + * Thu Mar 30 2017 Remi Collet <remi@remirepo.net> - 1.2-1 - Update to 1.2 |