diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-01 13:03:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-01 13:03:49 +0200 |
commit | 89bfa90133706e754c3e49c46c30905cbf723a58 (patch) | |
tree | 432316efab7aaaf5e8724afc667a811537f67cde | |
parent | f1f22fa7bc86cfa99e5c5ef69a69cf004596480e (diff) |
php-pecl-ds: 1.1.5
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ds.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #62 ds version 1.1.4 ] { +Extension [ <persistent> extension #79 ds version 1.1.5 ] { - Dependencies { Dependency [ json (Required) ] diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 3e313f3..80bb1f1 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 be1f54522f4016f81bbcf08cb750f02e5007c7a2 +%global gh_commit 59193bb8e75daf06779fcd881528f7c437cd1a2d %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.4 +Version: 1.1.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -206,7 +206,7 @@ cd .. -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ %{_bindir}/phpunit \ --bootstrap tests/autoload.php \ - --configuration tests/phpunit.xml + tests %endif @@ -225,6 +225,9 @@ cd .. %changelog +* Thu Sep 01 2016 Remi Collet <remi@fedoraproject.org> - 1.1.5-1 +- Update to 1.1.5 + * Mon Aug 08 2016 Remi Collet <remi@fedoraproject.org> - 1.1.4-1 - Update to 1.1.4 |