summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-23 07:33:22 +0100
committerRemi Collet <remi@php.net>2025-02-23 07:33:22 +0100
commitb8fb66f5236ad7734774337643bf700fde12e36f (patch)
treeefeef52d31f19002720fd1af250beac25c34393a
parentc8862c955d488e83e0201b5016f11a5931ebf667 (diff)
update to 1.1.5HEADmaster
re-license spec file to CECILL-2.1 update to 1.1.5 re-license spec file to CECILL-2.1
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xmldiff.spec12
3 files changed, 11 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 3f4f558..e47bb97 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
xmldiff
xmldiff support => enabled
-xmldiff version => 1.1.3
+xmldiff version => 1.1.5
diffmark library => system
-Revision => $Id: xmldiff.cpp 350542 2020-09-10 12:08:03Z remi $
+Revision => $Id$
diff --git a/REFLECTION b/REFLECTION
index b62341c..4659ab4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #106 xmldiff version 1.1.3 ] {
+Extension [ <persistent> extension #114 xmldiff version 1.1.5 ] {
- Dependencies {
Dependency [ dom (Required) ]
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec
index e8f3589..abde7bf 100644
--- a/php-pecl-xmldiff.spec
+++ b/php-pecl-xmldiff.spec
@@ -1,8 +1,8 @@
# remirepo spec file for php-pecl-xmldiff
#
-# Copyright (c) 2013-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -22,7 +22,7 @@
Summary: XML diff and merge
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.1.4
+Version: 1.1.5
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD-2-Clause
URL: https://pecl.php.net/package/%{pecl_name}
@@ -205,6 +205,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Sun Feb 23 2025 Remi Collet <remi@remirepo.net> - 1.1.5-1
+- update to 1.1.5
+- re-license spec file to CECILL-2.1
+
* Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 1.1.4-1
- update to 1.1.4
- drop patch merged upstream