diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-08 07:45:23 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-08 07:45:23 +0100 |
commit | 982e23139426cb11e73aaceafaff02f5d035807c (patch) | |
tree | 163ebe652b050089971cd85c9d51269af3802113 | |
parent | 143a39f60d09f9360fcc69cbcf9a74b31bd298d7 (diff) |
php-pecl-strict: 0.4.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-strict.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #185 strict version 0.4.0 ] { +Extension [ <persistent> extension #186 strict version 0.4.1 ] { - Constants [8] { Constant [ integer strict\integer ] { 1 } diff --git a/php-pecl-strict.spec b/php-pecl-strict.spec index 4885b04..209081c 100644 --- a/php-pecl-strict.spec +++ b/php-pecl-strict.spec @@ -24,7 +24,7 @@ Summary: Strict scalar parameter type hint Name: %{?scl_prefix}php-pecl-strict -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -226,6 +226,9 @@ rm -rf %{buildroot} %changelog +* Mon Dec 08 2014 Remi Collet <remi@fedoraproject.org> - 0.4.1-1 +- Update to 0.4.1 + * Mon Dec 01 2014 Remi Collet <remi@fedoraproject.org> - 0.4.0-1 - Update to 0.4.0 |