summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-15 10:28:53 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-15 10:28:53 +0200
commite31e4b79cfdd72d43464b595de2020945cf6187f (patch)
treeb33ebdc9fad017bdc76e601cceb882dd1161b651
parent7d65072ae1ad9ca78b4b94239ea17f53c2469663 (diff)
php-pecl-jsonc: 1.3.10
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-jsonc.spec9
2 files changed, 6 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index d7c9f07..c14269a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 json version 1.3.8 ] {
+Extension [ <persistent> extension #112 json version 1.3.10 ] {
- Constants [25] {
Constant [ integer JSON_HEX_TAG ] { 1 }
diff --git a/php-pecl-jsonc.spec b/php-pecl-jsonc.spec
index 501ee84..f30746e 100644
--- a/php-pecl-jsonc.spec
+++ b/php-pecl-jsonc.spec
@@ -31,8 +31,8 @@
Summary: Support for JSON serialization
Name: %{?scl_prefix}php-pecl-%{proj_name}
-Version: 1.3.9
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.3.10
+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
@@ -63,8 +63,6 @@ Provides: %{?scl_prefix}php-pecl(%{proj_name})%{?_isa} = %{version}
Obsoletes: %{?scl_prefix}php-pecl-json < 1.3.1-2
Provides: %{?scl_prefix}php-pecl-json = %{version}-%{release}
Provides: %{?scl_prefix}php-pecl-json%{?_isa} = %{version}-%{release}
-Provides: %{?scl_prefix}php-pecl-jsonc = %{version}-%{release}
-Provides: %{?scl_prefix}php-pecl-jsonc%{?_isa} = %{version}-%{release}
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}
# Other third party repo stuff
@@ -296,6 +294,9 @@ rm -rf %{buildroot}
# Note to remi : remember to always build in remi-php55(56) first
#
%changelog
+* Wed Jun 15 2016 Remi Collet <remi@fedoraproject.org> - 1.3.10-1
+- release 1.3.10 (stable)
+
* Tue Mar 8 2016 Remi Collet <remi@fedoraproject.org> - 1.3.9-3
- adapt for F24