From 982e23139426cb11e73aaceafaff02f5d035807c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Dec 2014 07:45:23 +0100 Subject: php-pecl-strict: 0.4.1 --- REFLECTION | 2 +- php-pecl-strict.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 19429cc..4d1e7ff 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #185 strict version 0.4.0 ] { +Extension [ 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 - 0.4.1-1 +- Update to 0.4.1 + * Mon Dec 01 2014 Remi Collet - 0.4.0-1 - Update to 0.4.0 -- cgit