diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-08-01 08:31:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-08-01 08:31:12 +0200 |
commit | 88fece97aa6b40f4c4ce05547318260e06eb0c0b (patch) | |
tree | 6d1d1331e25a1ae6d510f241654884bcf723d68f | |
parent | 9551a58f9fe606e797bf752d4a4b35106b34cfbe (diff) |
php-pecl-ds: 1.0.4
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ds.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #145 ds version 1.0.3 ] { +Extension [ <persistent> extension #145 ds version 1.0.4 ] { - Classes [11] { Interface [ <internal:ds> interface Ds\Hashable ] { diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 5bd3f63..9e88a82 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 664c3281858ffd04da8017e3d7c80cbd4e8c55e7 +%global gh_commit 2bb183bcf4719c99414be7176d6014b94e97183d %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.3 +Version: 1.0.4 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 +* Mon Aug 01 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1 +- Update to 1.0.4 + * Mon Aug 01 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 - Update to 1.0.3 (stable) |