diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-08-08 15:37:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-08-08 15:37:47 +0200 |
commit | f1f22fa7bc86cfa99e5c5ef69a69cf004596480e (patch) | |
tree | d43316b23aa659477ccc24a71f29eeecd3281973 | |
parent | e6b507d3d714914c29041c22e4d4961355367632 (diff) |
php-pecl-ds: 1.1.4
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ds.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #146 ds version 1.1.3 ] { +Extension [ <persistent> extension #62 ds version 1.1.4 ] { - Dependencies { Dependency [ json (Required) ] diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index b3a5255..3e313f3 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -29,7 +29,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -225,6 +225,9 @@ cd .. %changelog +* Mon Aug 08 2016 Remi Collet <remi@fedoraproject.org> - 1.1.4-1 +- Update to 1.1.4 + * Mon Aug 08 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-1 - Update to 1.1.3 - Fix License tag |