[php-extras/el6] .

Dmitry Butskoy buc at fedoraproject.org
Tue Sep 13 14:03:51 UTC 2011


commit ae748f45401c6e7cbb8d0ae687bf78c278a8781e
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Tue Sep 13 18:03:31 2011 +0400

    .

 php-extras.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/php-extras.spec b/php-extras.spec
index 321c5f9..86ab68e 100644
--- a/php-extras.spec
+++ b/php-extras.spec
@@ -21,7 +21,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.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
 License: The PHP License
 URL: http://www.php.net/
@@ -41,7 +41,7 @@ have not been included in the basic PHP package for Fedora Core.
 %package -n php-recode
 Summary: Standard PHP module provides GNU recode support
 Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}
+Requires: php-api = %{apiver}
 %{?_with_recode:BuildRequires: recode-devel}
 
 %description -n php-recode
@@ -51,7 +51,7 @@ Standard PHP module provides GNU recode support
 %package -n php-mcrypt
 Summary: Standard PHP module provides mcrypt library support
 Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}
+Requires: php-api = %{apiver}
 %{?_with_mcrypt:BuildRequires: libmcrypt-devel}
 
 %description -n php-mcrypt
@@ -61,7 +61,7 @@ Standard PHP module provides mcrypt library support
 %package -n php-tidy
 Summary: Standard PHP module provides tidy library support
 Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}
+Requires: php-api = %{apiver}
 %{?_with_tidy:BuildRequires: libtidy-devel}
 
 %description -n php-tidy
@@ -71,7 +71,7 @@ Standard PHP module provides tidy library support
 %package -n php-mssql
 Summary: Standard PHP module provides mssql support
 Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}, php-pdo >= %{version}
+Requires: php-api = %{apiver}, php-pdo >= %{version}
 Provides: php_database
 %{?_with_mssql:BuildRequires: freetds-devel}
 
@@ -82,7 +82,7 @@ Standard PHP module provides mssql support
 %package -n php-interbase
 Summary: Standard PHP module provides interbase/firebird support
 Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}, php-pdo >= %{version}
+Requires: php-api = %{apiver}, php-pdo >= %{version}
 Provides: php_database, php-firebird
 %{?_with_interbase:BuildRequires: firebird-devel}
 
@@ -233,9 +233,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 13 2011 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.3.2-4
+- avoid explicit php dependencies in favour of php-api (#737956)
+
 * Wed Dec 22 2010 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.3.2-3
 - drop readline (now in the main php package)
-- drop mhash (no more providedi in php, hash used instead)
+- drop mhash (no more provided in php, hash used instead)
 - spec file cleanup
 
 * Tue Dec 21 2010 Nick Bebout <nb at fedoraproject.org> - 5.3.2-2


More information about the scm-commits mailing list