summaryrefslogtreecommitdiffstats
path: root/php-pecl-pq.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-06 08:17:18 +0100
committerRemi Collet <remi@php.net>2024-02-06 08:17:18 +0100
commit1f009756a499d2ba31256a43cd57098f293c52e9 (patch)
treea12e1f6723a702657e50d93b576bc294634ebfd0 /php-pecl-pq.spec
parent41cdf652f6ebf992c05b35f885859fb1e924f604 (diff)
update to 2.2.3
drop patch merged upstream
Diffstat (limited to 'php-pecl-pq.spec')
-rw-r--r--php-pecl-pq.spec12
1 files changed, 6 insertions, 6 deletions
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 <remi@remirepo.net> - 2.2.3-1
+- update to 2.2.3
+- drop patch merged upstream
+
* Mon Jan 29 2024 Remi Collet <remi@remirepo.net> - 2.2.2-5
- Fix incompatible pointer types using patch from
https://github.com/m6w6/ext-pq/pull/52