From 55b913106d09f5273e08a062f4760ca313ef8f25 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Apr 2016 06:50:28 +0200 Subject: php-nette.spec: composer.json (2.3.9) --- REFLECTION-PHP7 | 2 +- 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 [ extension #15 uopz version 5.0.0 ] { +Extension [ 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 - 5.0.1-1 +- update to 5.0.1 + * Wed Apr 13 2016 Remi Collet - 5.0.0-1 - update to 5.0.0 for PHP 7 - sources from github (not yet released on pecl) -- cgit