]> git.pld-linux.org Git - packages/php.git/commitdiff
- make it possible to coinstall phpXY-pdo-pgsql auto/th/php52-5.2.17-20130717.15
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 1 Feb 2016 19:42:41 +0000 (20:42 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 1 Feb 2016 19:42:41 +0000 (20:42 +0100)
php.spec

index b3c48e2eaaf7a30334f2dd2201536caea31349c7..1826c93914b26154707e9a42f83b9f5600e3da05 100644 (file)
--- 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
This page took 0.055257 seconds and 4 git commands to generate.