diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-14 06:50:28 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-14 06:50:28 +0200 |
commit | 55b913106d09f5273e08a062f4760ca313ef8f25 (patch) | |
tree | 2f9e429f34d0c4732deec85f6d3f828ef3c04556 | |
parent | dc72483153e8fe22b41a97ab5b30ef56bb84b336 (diff) |
php-nette.spec: composer.json (2.3.9)
-rw-r--r-- | REFLECTION-PHP7 | 2 | ||||
-rw-r--r-- | php-pecl-uopz-php7.spec | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index e47ee50..69196ce 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 uopz version 5.0.0 ] { +Extension [ <persistent> extension #15 uopz version 5.0.1 ] { - Constants [7] { Constant [ integer ZEND_ACC_PUBLIC ] { 256 } diff --git a/php-pecl-uopz-php7.spec b/php-pecl-uopz-php7.spec index 31a2abe..2692033 100644 --- a/php-pecl-uopz-php7.spec +++ b/php-pecl-uopz-php7.spec @@ -16,14 +16,14 @@ %global ini_name 05-%{pecl_name}.ini # see https://github.com/krakjoe/uopz/releases -%global gh_commit c335700be4dc4350605bc4fb1efd8e96ba51b733 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner krakjoe -%global gh_project uopz +#global gh_commit c335700be4dc4350605bc4fb1efd8e96ba51b733 +#global gh_short %%(c=ยต%{gh_commit}; echo ${c:0:7}) +#global gh_owner krakjoe +#global gh_project uopz Summary: User Operations for Zend Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 5.0.0 +Version: 5.0.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -245,6 +245,9 @@ rm -rf %{buildroot} %changelog +* Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 5.0.1-1 +- update to 5.0.1 + * Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 5.0.0-1 - update to 5.0.0 for PHP 7 - sources from github (not yet released on pecl) |