From 365df16bb029ba8c4b5ae4624794efbfe621cbc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 1 Feb 2016 20:42:41 +0100 Subject: [PATCH] - make it possible to coinstall phpXY-pdo-pgsql --- php.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index b3c48e2..1826c93 100644 --- a/php.spec +++ b/php.spec @@ -112,7 +112,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules. %define magic_mime /usr/share/misc/magic.mime %endif -%define rel 14 +%define rel 15 %define orgname php %define ver_suffix 52 %define php_suffix %{!?with_default_php:%{ver_suffix}} @@ -1320,8 +1320,8 @@ URL: http://www.php.net/manual/en/ref.pdo-pgsql.php Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pdo = %{epoch}:%{version}-%{release} Provides: php(pdo-pgsql) -Provides: php-pecl-PDO_PGSQL -Obsoletes: php-pecl-PDO_PGSQL +Provides: php-pecl-PDO_PGSQL = 4:5.2.17-1 +Obsoletes: php-pecl-PDO_PGSQL < 4:5.2.17-1 %description pdo-pgsql This is a dynamic shared object (DSO) for PHP that will add PDO -- 2.43.0