[php-extras/el6/master] Dropped mhash, deprecated.

Jon Ciesla limb at fedoraproject.org
Mon Dec 20 20:04:58 UTC 2010


commit 736a59dafe8f11ccfe62112f1e5029366e19028b
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Mon Dec 20 14:04:40 2010 -0600

    Dropped mhash, deprecated.

 php-extras.spec |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/php-extras.spec b/php-extras.spec
index 038ee01..dc08b00 100644
--- a/php-extras.spec
+++ b/php-extras.spec
@@ -11,7 +11,7 @@
 %{expand:%def interbase}
 
 
-%define list	%{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_mhash:mhash} %{?_with_tidy:tidy} %{?_with_mssql:mssql pdo_dblib} %{?_with_interbase:interbase pdo_firebird}
+%define list	%{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_tidy:tidy} %{?_with_mssql:mssql pdo_dblib} %{?_with_interbase:interbase pdo_firebird}
 
 %define opts	%{?_with_interbase:--with-interbase=%{_libdir}/firebird --with-pdo-firebird=%{_libdir}/firebird}
 
@@ -73,14 +73,14 @@ Requires: php >= %{version}, php-api = %{apiver}
 Standard PHP module provides mcrypt library support
 
 
-%package -n php-mhash
-Summary: Standard PHP module provides mhash support
-Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}
-%{?_with_mhash:BuildRequires: mhash-devel}
-
-%description -n php-mhash
-Standard PHP module provides mhash support
+#%package -n php-mhash
+#Summary: Standard PHP module provides mhash support
+#Group: Development/Languages
+#Requires: php >= %{version}, php-api = %{apiver}
+#%{?_with_mhash:BuildRequires: mhash-devel}
+#
+#%description -n php-mhash
+#Standard PHP module provides mhash support
 
 
 %package -n php-tidy
@@ -256,7 +256,7 @@ rm -rf $RPM_BUILD_ROOT
 %{expand:%fil readline}
 %{expand:%fil recode}
 %{expand:%fil mcrypt}
-%{expand:%fil mhash}
+#%{expand:%fil mhash}
 %{expand:%fil tidy}
 %{expand:%fil mssql}
 %{expand:%fil interbase}


More information about the scm-commits mailing list