[php-htmLawed] update to 1.1.18

Remi Collet remi at fedoraproject.org
Sun Aug 17 09:55:32 UTC 2014


commit 323299e2cfa658aecbd53406d46bf88e916578d0
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Aug 17 11:55:20 2014 +0200

    update to 1.1.18

 .gitignore        |    1 +
 php-htmLawed.spec |   14 ++++++++++----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5b4a37..56ccc65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /htmLawed1115.zip
 /htmLawed1116.zip
 /htmLawed1117.zip
+/htmLawed1118.zip
diff --git a/php-htmLawed.spec b/php-htmLawed.spec
index 3282ad8..0197209 100644
--- a/php-htmLawed.spec
+++ b/php-htmLawed.spec
@@ -7,11 +7,11 @@
 # Please, preserve the changelog entries
 #
 %global libname    htmLawed
-%global libversion 1117
+%global libversion 1118
 
 Name:           php-%{libname}
-Version:        1.1.17
-Release:        2%{?dist}
+Version:        1.1.18
+Release:        1%{?dist}
 Summary:        PHP code to purify and filter HTML
 Group:          Development/Libraries
 License:        LGPLv3 and GPLv2+
@@ -67,11 +67,17 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc *README* *TESTCASE* htmLawedTest.php LICENSE*
+%{!?_licensedir:%global license %%doc}
+%license LICENSE*
+%doc *README* *TESTCASE* htmLawedTest.php
 %{_datadir}/php/%{libname}
 
 
 %changelog
+* Sun Aug 17 2014 Remi Collet <remi at fedoraproject.org> - 1.1.18-1
+- update to 1.1.18 (security)
+- fix license handling
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.17-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index d9e96d1..28224d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ea0de68f1849115e3440bf603dce112  htmLawed1117.zip
+0dde8137ba57fe812beea095195af486  htmLawed1118.zip


More information about the scm-commits mailing list