summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-07 07:49:36 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-07 07:49:36 +0200
commit0de21ff5e850f078c06047b731034d35eccef9fd (patch)
tree3db8b0c1768f0d5143d7e1eb7e612a76765cb284
parent704089a4dad31c53b47c64a3e1741d6a97269d8b (diff)
php-pecl-jsonc: 1.3.8 (stable)
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-jsonc.spec9
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 [ <persistent> extension #106 json version 1.3.8RC1 ] {
+Extension [ <persistent> 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 <remi@fedoraproject.org> - 1.3.8-1
+- release 1.3.8 (stable)
+
* Thu Jul 30 2015 Remi Collet <remi@fedoraproject.org> - 1.3.8-0.1.RC1
- test build for upcoming 1.3.8
- build with system libjson-c is not more supported