From 517f04014dd4095ddae3331bef2fd00611e594a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Aug 2016 19:26:15 +0200 Subject: php-pecl-ds: 1.1.0 --- REFLECTION | 11 +++++++++-- php-pecl-ds.spec | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 3d349ad..b5a0c82 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #145 ds version 1.0.4 ] { +Extension [ extension #145 ds version 1.1.0 ] { - Classes [11] { Interface [ interface Ds\Hashable ] { @@ -1666,7 +1666,7 @@ Extension [ extension #145 ds version 1.0.4 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { - Parameters [2] { @@ -1675,6 +1675,13 @@ Extension [ extension #145 ds version 1.0.4 ] { } } + Method [ public method copy ] { + + - Parameters [0] { + } + - Return [ Ds\Pair or NULL ] + } + Method [ public method jsonSerialize ] { - Parameters [0] { diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 9e88a82..bccd868 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -21,7 +21,7 @@ %global ini_name 40-%{pecl_name}.ini # For test suite, see https://github.com/php-ds/tests/commits/master -%global gh_commit 2bb183bcf4719c99414be7176d6014b94e97183d +%global gh_commit 42a9e2b3818e252ea9625e6b3a58cc236c32fc05 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php-ds %global gh_project tests @@ -29,7 +29,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.4 +Version: 1.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -225,6 +225,9 @@ cd .. %changelog +* Wed Aug 03 2016 Remi Collet - 1.1.0-1 +- Update to 1.1.0 + * Mon Aug 01 2016 Remi Collet - 1.0.4-1 - Update to 1.0.4 -- cgit