diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-23 15:50:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-23 15:50:09 +0200 |
commit | 395ca762b4e64fa5d72cff9abe65ecf290ab15ec (patch) | |
tree | 7d1c29bf66d4f6ca0402fcc5bfdefcebb2336a89 | |
parent | d6da84f7657f2d05f9da51dbf9e3a0558fac34db (diff) |
rebuild for 7.4.0beta1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | php-pecl-solr2.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -4,4 +4,4 @@ solr Solr Support => enabled Version => 2.5.0 Last Build Date => Jul 4 2019 -Last Build Time => 16:02:39 +Last Build Time => 16:53:58 diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 3beec23..b8566d9 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -30,7 +30,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.5.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/solr @@ -273,6 +273,9 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.5.0-2 +- rebuild for 7.4.0beta1 + * Thu Jul 4 2019 Remi Collet <remi@remirepo.net> - 2.5.0-1 - update to 2.5.0 (stable) - raise dependency on PHP > 7 |