summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 08:59:11 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 08:59:11 +0200
commit8e355c19cf7d5519320e4d4e0c0a42e6eb3997ea (patch)
tree643845b5d987ce71f27c85a27e583a95b3c8c7b8
parent2befa842cd07b38716efee28b8041a24154aa42e (diff)
rebuild for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-yaml.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec
index 4a9b2dd..c1e9174 100644
--- a/php-pecl-yaml.spec
+++ b/php-pecl-yaml.spec
@@ -22,7 +22,7 @@
Summary: PHP Bindings for yaml
Name: %{?sub_prefix}php-pecl-yaml
Version: 2.0.2
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/yaml
@@ -243,6 +243,9 @@ fi
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.2-4
+- rebuild for 7.3.0alpha4 new ABI
+
* Wed Jul 4 2018 Remi Collet <remi@remirepo.net> - 2.0.2-3
- add better patch for PHP 7.3 from
https://github.com/php/pecl-file_formats-yaml/pull/33