diff options
Diffstat (limited to 'php-pecl-rdkafka4.spec')
-rw-r--r-- | php-pecl-rdkafka4.spec | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/php-pecl-rdkafka4.spec b/php-pecl-rdkafka4.spec index cc5de83..5f7b6de 100644 --- a/php-pecl-rdkafka4.spec +++ b/php-pecl-rdkafka4.spec @@ -20,7 +20,7 @@ Summary: Kafka client based on librdkafka Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.0.4 +Version: 4.1.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT URL: https://pecl.php.net/package/%{pecl_name} @@ -67,12 +67,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description This extension is a librdkafka binding providing a working client for Kafka. @@ -178,14 +172,14 @@ cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %if %{with_zts} cd ../ZTS : Minimal load test for ZTS extension %{__ztsphp} --no-php-ini \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %endif @@ -204,6 +198,9 @@ cd ../ZTS %changelog +* Mon Dec 7 2020 Remi Collet <remi@remirepo.net> - 4.1.0-1 +- update to 4.1.0 + * Thu Oct 8 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1 - update to 4.0.4 |