From de124c590bc5b0e34cfad8f91ed19861b7d29463 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jan 2024 15:46:29 +0100 Subject: final test build for upcoming 2.7.0 --- REFLECTION | 12 ++++++------ php-pecl-solr2.spec | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index fe186a1..43717ef 100644 --- a/REFLECTION +++ b/REFLECTION @@ -5023,7 +5023,7 @@ Extension [ extension #82 solr version 2.7.0 ] { Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ protected $sourceline = 118 ] - Property [ protected $sourcefile = '/dev/shm/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] + Property [ protected $sourcefile = '/builddir/build/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] Property [ protected $zif_name = 'solr_exception_register_class_properties' ] } @@ -5124,7 +5124,7 @@ Extension [ extension #82 solr version 2.7.0 ] { Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ protected $sourceline = 118 ] - Property [ protected $sourcefile = '/dev/shm/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] + Property [ protected $sourcefile = '/builddir/build/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] Property [ protected $zif_name = 'solr_exception_register_class_properties' ] } @@ -5225,7 +5225,7 @@ Extension [ extension #82 solr version 2.7.0 ] { Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ protected $sourceline = 118 ] - Property [ protected $sourcefile = '/dev/shm/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] + Property [ protected $sourcefile = '/builddir/build/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] Property [ protected $zif_name = 'solr_exception_register_class_properties' ] } @@ -5326,7 +5326,7 @@ Extension [ extension #82 solr version 2.7.0 ] { Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ protected $sourceline = 118 ] - Property [ protected $sourcefile = '/dev/shm/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] + Property [ protected $sourcefile = '/builddir/build/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] Property [ protected $zif_name = 'solr_exception_register_class_properties' ] } @@ -5427,7 +5427,7 @@ Extension [ extension #82 solr version 2.7.0 ] { Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ protected $sourceline = 118 ] - Property [ protected $sourcefile = '/dev/shm/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] + Property [ protected $sourcefile = '/builddir/build/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] Property [ protected $zif_name = 'solr_exception_register_class_properties' ] } @@ -5528,7 +5528,7 @@ Extension [ extension #82 solr version 2.7.0 ] { Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ protected $sourceline = 118 ] - Property [ protected $sourcefile = '/dev/shm/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] + Property [ protected $sourcefile = '/builddir/build/BUILD/php-pecl-solr2-2.7.0/solr-2.7.0/src/php7/solr_functions_helpers.c' ] Property [ protected $zif_name = 'solr_exception_register_class_properties' ] } diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 91b1b2e..4fdb05d 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -31,7 +31,7 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?scl_prefix}php-pecl-solr2 Version: 2.7.0 -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/solr @@ -247,6 +247,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Jan 11 2024 Remi Collet - 2.7.0-0.1 +- final test build for upcoming 2.7.0 + * Thu Jan 11 2024 Remi Collet - 2.7.0-0 - test build for upcoming 2.7.0 -- cgit