diff options
Diffstat (limited to 'php-htmLawed.spec')
-rw-r--r-- | php-htmLawed.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-htmLawed.spec b/php-htmLawed.spec index b514694..49cd043 100644 --- a/php-htmLawed.spec +++ b/php-htmLawed.spec @@ -1,19 +1,18 @@ # remirepo/fedora spec file for php-htmLawed # -# Copyright (c) 2012-2017 Remi Collet +# Copyright (c) 2012-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global libname htmLawed -%global libversion 124 +%global libversion 1242 Name: php-%{libname} -Version: 1.2.4 +Version: 1.2.4.2 Release: 1%{?dist} Summary: PHP code to purify and filter HTML -Group: Development/Libraries License: LGPLv3 and GPLv2+ URL: http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/ @@ -67,6 +66,9 @@ install -pm 0644 %{libname}.php %{buildroot}%{_datadir}/php/%{libname} %changelog +* Mon May 20 2019 Remi Collet <remi@remirepo.net> - 1.2.4.2-1 +- Update to 1.2.4.2 + * Wed Sep 6 2017 Remi Collet <remi@remirepo.net> - 1.2.4-1 - Update to 1.2.4 |