From 2a257b041a311e77b70da252556cebec99f6f815 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Mar 2016 16:09:58 +0200 Subject: php-pecl-solr2: 2.4.0 (php 5 and 7, stable) --- REFLECTION | 16 +++++++++++----- php-pecl-solr2.spec | 5 ++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/REFLECTION b/REFLECTION index 8aaca0e..c23fdc5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #197 solr version 2.3.0 ] { +Extension [ extension #207 solr version 2.4.0 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -7,9 +7,9 @@ Extension [ extension #197 solr version 2.3.0 ] { - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 2 } - Constant [ integer SOLR_MINOR_VERSION ] { 3 } + Constant [ integer SOLR_MINOR_VERSION ] { 4 } Constant [ integer SOLR_PATCH_VERSION ] { 0 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.3.0 } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.4.0 } } - Functions { @@ -4018,7 +4018,7 @@ Extension [ extension #197 solr version 2.3.0 ] { Method [ public method setField ] { - Parameters [1] { - Parameter #0 [ $field ] + Parameter #0 [ $fieldName ] } } @@ -4684,7 +4684,7 @@ Extension [ extension #197 solr version 2.3.0 ] { - Static properties [0] { } - - Static methods [5] { + - Static methods [6] { Method [ static public method escapeQueryChars ] { - Parameters [1] { @@ -4719,6 +4719,12 @@ Extension [ extension #197 solr version 2.3.0 ] { - Parameters [0] { } } + + Method [ static public method getSolrStats ] { + + - Parameters [0] { + } + } } - Properties [0] { diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 9294a33..eea77da 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -39,7 +39,7 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?sub_prefix}php-pecl-solr2 Version: 2.4.0 -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/solr @@ -301,6 +301,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 30 2016 Remi Collet - 2.4.0-1 +- update to 2.4.0 (stable) + * Fri Mar 25 2016 Remi Collet - 2.4.0-0 - test build for upcoming 2.4.0 -- cgit