From 7b989def7355fcb8deaf16b7ba0dfff0851d4da1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Aug 2021 14:12:05 +0200 Subject: update to 0.1.4 drop patch merge upstream --- php-pecl-simple-kafka-client.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-simple-kafka-client.spec') diff --git a/php-pecl-simple-kafka-client.spec b/php-pecl-simple-kafka-client.spec index fa44e3f..e964dac 100644 --- a/php-pecl-simple-kafka-client.spec +++ b/php-pecl-simple-kafka-client.spec @@ -20,14 +20,12 @@ Summary: Kafka client based on librdkafka Name: %{?sub_prefix}php-pecl-simple-kafka-client -Version: 0.1.3 +Version: 0.1.4 Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: %{pecl_name}-php81.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: librdkafka1php-devel >= 1.7 @@ -79,8 +77,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr54 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_SIMPLE_KAFKA_CLIENT_VERSION/{s/.* "//;s/".*$//;p}' php_simple_kafka_client_int.h) if test "x${extver}" != "x%{version}"; then @@ -201,6 +197,10 @@ cd ../ZTS %changelog +* Wed Aug 4 2021 Remi Collet - 0.1.4-1 +- update to 0.1.4 +- drop patch merge upstream + * Wed Aug 4 2021 Remi Collet - 0.1.3-2 - add patch for PHP 8.1.0beta2 from https://github.com/php-kafka/php-simple-kafka-client/pull/54 -- cgit