diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-08-05 06:41:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-08-05 06:41:15 +0200 |
commit | 94015f9173e312944ae7e3225bbec5dbcab212d2 (patch) | |
tree | a53c8dcb9ac56a40f69575f001fab040f7e085d6 | |
parent | fd8b9d27381e0fe089c8a3dcf1f781f160786c68 (diff) |
php-pecl-ds: 1.1.2
-rw-r--r-- | REFLECTION | 7 | ||||
-rw-r--r-- | php-pecl-ds.spec | 7 |
2 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,9 @@ -Extension [ <persistent> extension #145 ds version 1.1.1 ] { +Extension [ <persistent> extension #146 ds version 1.1.2 ] { + + - Dependencies { + Dependency [ json (Required) ] + Dependency [ spl (Required) ] + } - Classes [11] { Interface [ <internal:ds> interface Ds\Hashable ] { diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 08b7825..e6b5866 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 42a9e2b3818e252ea9625e6b3a58cc236c32fc05 +%global gh_commit be1f54522f4016f81bbcf08cb750f02e5007c7a2 %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.1.1 +Version: 1.1.2 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 +* Fri Aug 05 2016 Remi Collet <remi@fedoraproject.org> - 1.1.2-1 +- Update to 1.1.2 (stable) + * Wed Aug 03 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1 - Update to 1.1.1 (stable) |