diff options
| author | Remi Collet <remi@remirepo.net> | 2019-05-20 11:24:32 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-05-20 11:24:32 +0200 | 
| commit | 0f571be72c160bca4945467c9deeed7920fbe04f (patch) | |
| tree | 3939f623f95d0f5ec30bce576b44efe92bc6c2d7 | |
| parent | df16a17735499257ef60c635b710b91df2d84552 (diff) | |
| -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 | 
