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 aa2514e..b514694 100644 --- a/php-htmLawed.spec +++ b/php-htmLawed.spec @@ -7,10 +7,10 @@ # Please, preserve the changelog entries # %global libname htmLawed -%global libversion 122 +%global libversion 124 Name: php-%{libname} -Version: 1.2.2 +Version: 1.2.4 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 +* Wed Sep 6 2017 Remi Collet <remi@remirepo.net> - 1.2.4-1 +- Update to 1.2.4 + * Sat May 27 2017 Remi Collet <remi@remirepo.net> - 1.2.2-1 - Update to 1.2.2 |