From 9f7f79c598a228ed9c1ea7d9b2801456e7bc45eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Jul 2024 07:52:46 +0200 Subject: update to 3.1.4 (no change) drop patch merged upstream --- php-pecl-event.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-event.spec') diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 1cfc1b6..a4bc9ef 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -27,7 +27,7 @@ # After 20-sockets.so %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.1.3 +%global upstream_version 3.1.4 #global upstream_prever RC1 #global upstream_postver r1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -36,13 +36,11 @@ Summary: Provides interface to libevent library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}%{?upstream_postver:+%{upstream_postver}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/event Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}%{?upstream_postver}.tgz -Patch0: 0001-fix-tests-expectation-for-8.4.0alpha1.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel @@ -89,8 +87,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd %{sources} -%patch -P0 -p1 - # Sanity check, really often broken DIR=$(%{__php} -r 'echo "php" . PHP_MAJOR_VERSION;') #sed -e '/PHP_EVENT_VERSION/s/2.4.2/2.4.3/' -i $DIR/php_event.h @@ -228,6 +224,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 16 2024 Remi Collet - 3.1.4-1 +- update to 3.1.4 (no change) +- drop patch merged upstream + * Mon Jan 29 2024 Remi Collet - 3.1.3-1 - update to 3.1.3 -- cgit