diff options
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-pecl-solr2.spec | 9 |
2 files changed, 9 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #198 solr version 2.2.0 ] { +Extension [ <persistent> extension #198 solr version 2.2.1 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -8,8 +8,8 @@ Extension [ <persistent> extension #198 solr version 2.2.0 ] { - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 2 } Constant [ integer SOLR_MINOR_VERSION ] { 2 } - Constant [ integer SOLR_PATCH_VERSION ] { 0 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.2.0 } + Constant [ integer SOLR_PATCH_VERSION ] { 1 } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.2.1 } } - Functions { diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index f029dde..d846a2d 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -36,13 +36,13 @@ # For full test (using localhost server) use --with tests # create: docker run -d -p 8983:8983 --name solr5 -t omars/solr53 # cleanup: docker stop solr5 && docker rm solr5 -%global with_tests 0%{?_with_tests:1} +%global with_tests 1%{?_with_tests:1} Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?sub_prefix}php-pecl-solr2 -Version: 2.2.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.2.1 +Release: 0.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 @@ -274,6 +274,9 @@ rm -rf %{buildroot} %changelog +* Sun Sep 27 2015 Remi Collet <remi@fedoraproject.org> - 2.2.1-1 +- test build for upcoming 2.2.1 + * Sat Sep 26 2015 Remi Collet <rcollet@redhat.com> - 2.2.0-1 - update to 2.2.0 |