[php-htmLawed/f19] update to 1.1.17, improves php 5.5 compatibility

Remi Collet remi at fedoraproject.org
Thu Mar 27 15:38:38 UTC 2014


commit 2215acea08b8bdc2cd77460a358a0caa1e3b7cc5
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Mar 27 16:25:14 2014 +0100

    update to 1.1.17, improves php 5.5 compatibility
    
    (cherry picked from commit 6cf2e13f3f88c4fc54105014b653750c822e7ad8)

 .gitignore        |    1 +
 php-htmLawed.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42bbc9c..e5b4a37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /htmLawed1114.zip
 /htmLawed1115.zip
 /htmLawed1116.zip
+/htmLawed1117.zip
diff --git a/php-htmLawed.spec b/php-htmLawed.spec
index 5501052..5eddc3c 100644
--- a/php-htmLawed.spec
+++ b/php-htmLawed.spec
@@ -1,16 +1,16 @@
 # spec file for php-htmLawed
 #
-# Copyright (c) 2012-2013 Remi Collet
+# Copyright (c) 2012-2014 Remi Collet
 # License: CC-BY-SA
 # http://creativecommons.org/licenses/by-sa/3.0/
 #
 # Please, preserve the changelog entries
 #
 %global libname    htmLawed
-%global libversion 1116
+%global libversion 1117
 
 Name:           php-%{libname}
-Version:        1.1.16
+Version:        1.1.17
 Release:        1%{?dist}
 Summary:        PHP code to purify and filter HTML
 Group:          Development/Libraries
@@ -72,6 +72,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Mar 27 2014 Remi Collet <remi at fedoraproject.org> - 1.1.17-1
+- update to 1.1.17, improves php 5.5 compatibility
+
 * Thu Sep 12 2013 Remi Collet <remi at fedoraproject.org> - 1.1.16-1
 - update to 1.1.16, fix for a potential security vulnerability
   arising from specialy encoded space characters in URL schemes/protocols
diff --git a/sources b/sources
index 243653d..d9e96d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89ebf29bdae70211a55db83ddba93480  htmLawed1116.zip
+6ea0de68f1849115e3440bf603dce112  htmLawed1117.zip


More information about the scm-commits mailing list