From 0de21ff5e850f078c06047b731034d35eccef9fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Sep 2015 07:49:36 +0200 Subject: php-pecl-jsonc: 1.3.8 (stable) --- REFLECTION | 2 +- php-pecl-jsonc.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 3450ed6..d7c9f07 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #106 json version 1.3.8RC1 ] { +Extension [ extension #108 json version 1.3.8 ] { - Constants [25] { Constant [ integer JSON_HEX_TAG ] { 1 } diff --git a/php-pecl-jsonc.spec b/php-pecl-jsonc.spec index 73ca4d5..cc47099 100644 --- a/php-pecl-jsonc.spec +++ b/php-pecl-jsonc.spec @@ -15,7 +15,7 @@ %global pecl_name json %global proj_name jsonc %global with_zts 0%{?__ztsphp:1} -%global prever RC1 +#global prever RC1 %if "%{php_version}" > "5.5" %global ext_name json @@ -32,7 +32,7 @@ Summary: Support for JSON serialization Name: %{?scl_prefix}php-pecl-%{proj_name} Version: 1.3.8 -Release: 0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # PHP extension is PHP # jsonc-c is MIT # json-c/linkhask.c is Public Domain @@ -94,7 +94,7 @@ serialization to PHP. This is a dropin alternative to standard PHP JSON extension which use the json-c library parser. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{scl_vendor})}. %package devel @@ -290,6 +290,9 @@ rm -rf %{buildroot} # Note to remi : remember to always build in remi-php55(56) first # %changelog +* Mon Sep 7 2015 Remi Collet - 1.3.8-1 +- release 1.3.8 (stable) + * Thu Jul 30 2015 Remi Collet - 1.3.8-0.1.RC1 - test build for upcoming 1.3.8 - build with system libjson-c is not more supported -- cgit