From 1f009756a499d2ba31256a43cd57098f293c52e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Feb 2024 08:17:18 +0100 Subject: update to 2.2.3 drop patch merged upstream --- php-pecl-pq.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-pq.spec') diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 217ef0e..9261ec2 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -22,14 +22,12 @@ Summary: PostgreSQL client library (libpq) binding Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 2.2.2 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.2.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} -Patch0: %{pecl_name}-build.patch - %if 0%{?fedora} >= 29 && 0%{?rhel} >= 8 BuildRequires: libpq-devel > 9 %else @@ -80,8 +78,6 @@ sed -e '/role="test"/d' \ -i package.xml cd %{sources} -%patch -P0 -p1 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_PQ_VERSION/{s/.* "//;s/".*$//;p}' php_pq.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -250,6 +246,10 @@ exit $RET %changelog +* Tue Feb 6 2024 Remi Collet - 2.2.3-1 +- update to 2.2.3 +- drop patch merged upstream + * Mon Jan 29 2024 Remi Collet - 2.2.2-5 - Fix incompatible pointer types using patch from https://github.com/m6w6/ext-pq/pull/52 -- cgit