summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 14:49:08 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 14:49:08 +0200
commiteff398621bab15ecac72debdecd0e0c3750926cb (patch)
tree27bbaecf1063770d8adf317f9feb8502b52039e9
parentbd18a737456e7bed1093d7355af05da51ec1ef68 (diff)
rebuild for 7.4.0RC1
-rw-r--r--php-pecl-xdiff.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xdiff.spec b/php-pecl-xdiff.spec
index 8626486..2d9742e 100644
--- a/php-pecl-xdiff.spec
+++ b/php-pecl-xdiff.spec
@@ -22,7 +22,7 @@
%global libxdiff_version 0.23
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 2.0.1
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: File differences/patches
# libxdiff is LGPLv2+, xdiff extension is PHP
License: PHP and LGPLv2+
@@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.1-7
+- rebuild for 7.4.0RC1
+
* Thu Jun 6 2019 Remi Collet <remi@remirepo.net> - 2.0.1-6
- Fix build with PHP 7.4