From 1e231e9ef775cac0f1707d6657f23de853b29c31 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Apr 2014 11:39:28 +0200 Subject: php-pecl-jsonc: 1.3.5 (stable) - security --- php-pecl-jsonc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-jsonc.spec b/php-pecl-jsonc.spec index 30bd0eb..2270611 100644 --- a/php-pecl-jsonc.spec +++ b/php-pecl-jsonc.spec @@ -32,8 +32,8 @@ Summary: Support for JSON serialization Name: php-pecl-%{proj_name} -Version: 1.3.4 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.3.5 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{proj_name} @@ -234,9 +234,12 @@ rm -rf %{buildroot} %endif # -# Note to remi : remember to always build in remi-test first +# Note to remi : remember to always build in remi-php55(56) first # %changelog +* Thu Apr 10 2014 Remi Collet - 1.3.5-1 +- release 1.3.4 (stable) - security + * Wed Apr 9 2014 Remi Collet - 1.3.4-2 - add numerical prefix to extension configuration file -- cgit