summaryrefslogtreecommitdiffstats
path: root/php-pecl-rdkafka4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-rdkafka4.spec')
-rw-r--r--php-pecl-rdkafka4.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php-pecl-rdkafka4.spec b/php-pecl-rdkafka4.spec
index 2845f50..002105d 100644
--- a/php-pecl-rdkafka4.spec
+++ b/php-pecl-rdkafka4.spec
@@ -20,12 +20,14 @@
Summary: Kafka client based on librdkafka
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.1.0
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 4.1.1
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: MIT
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
+# git checkout master; git diff 4.1.1 -- *h *.c tests/ >/tmp/pp
+# + cleanup (version, produce_consume_transactional.phpt)
Patch0: %{pecl_name}-php8.patch
BuildRequires: %{?dtsprefix}gcc
@@ -205,6 +207,9 @@ cd ../ZTS
%changelog
+* Tue Dec 8 2020 Remi Collet <remi@remirepo.net> - 4.1.1-1
+- update to 4.1.1
+
* Mon Dec 7 2020 Remi Collet <remi@remirepo.net> - 4.1.0-2
- add upstream patches for PHP 8