[php-extras/el6] .

Dmitry Butskoy buc at fedoraproject.org
Mon Nov 25 16:12:44 UTC 2013


commit ebacd8febca2daaff23ca6a003744f481c66d162
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Mon Nov 25 20:12:26 2013 +0400

    .

 php-extras.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/php-extras.spec b/php-extras.spec
index 34b1795..e25b3e1 100644
--- a/php-extras.spec
+++ b/php-extras.spec
@@ -17,7 +17,7 @@ Name: php-extras
 Summary: Additional PHP modules from the standard PHP distribution
 #Version: %(php-config --version 2>/dev/null || echo 0)
 Version: 5.3.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: PHP
 URL: http://www.php.net/
@@ -76,7 +76,7 @@ Summary: Standard PHP module provides mssql support
 Group: Development/Languages
 Requires: php(api) = %{php_core_api}
 Requires: php(zend-abi) = %{php_zend_api}
-Requires: php(pdo-abi) = %{php_pdo_api}
+Requires: php-pdo-abi = %{php_pdo_api}
 Provides: php_database
 %{?_with_mssql:BuildRequires: freetds-devel}
 
@@ -92,7 +92,7 @@ Summary: Standard PHP module provides interbase/firebird support
 Group: Development/Languages
 Requires: php(api) = %{php_core_api}
 Requires: php(zend-abi) = %{php_zend_api}
-Requires: php(pdo-abi) = %{php_pdo_api}
+Requires: php-pdo-abi = %{php_pdo_api}
 Provides: php_database, php-firebird
 %{?_with_interbase:BuildRequires: firebird-devel}
 
@@ -202,6 +202,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 25 2013 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.3.3-3
+- Fix php-pdo-abi dependencies (#1031936)
+
 * Tue Nov 19 2013 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.3.3-2
 - drop tidy (now in the main php package, #1031936)
 - spec file and build scripts cleanup


More information about the scm-commits mailing list