[drupal6-date/el5] Dep fix for php53.

Jon Ciesla limb at fedoraproject.org
Mon Jul 30 17:14:42 UTC 2012


commit b262a96fa426a22ee8c32f1076e339c182ab7f2d
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Jul 30 12:14:25 2012 -0500

    Dep fix for php53.

 drupal6-date.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/drupal6-date.spec b/drupal6-date.spec
index 6e3113e..f98f36f 100644
--- a/drupal6-date.spec
+++ b/drupal6-date.spec
@@ -1,7 +1,7 @@
 %define drupaldir %{_datadir}/drupal6
 Name: drupal6-date
 Version:  2.8
-Release:  1%{?dist}
+Release:  1%{?dist}.1
 Summary:  This package contains both the Date module and a Date API module
 
 Group: Applications/Publishing
@@ -13,7 +13,7 @@ Source1: %{name}-fedora-README.txt
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: drupal6 >= 6.0, drupal6-cck, php >= 5.2
+Requires: drupal6 >= 6.0, drupal6-cck, php53
 Obsoletes: drupal-date <= 6.x.2.4
 
 %description
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %exclude %{drupaldir}/modules/date/help/date-views.html
 
 %changelog
+* Mon Jul 30 2012 Jon Ciesla <limburgher at gmail.com> - 2.8-1.1
+- Needs php > 5.2, so using php53.
+
 * Thu Mar 22 2012 Jon Ciesla <limburgher at gmail.com> - 2.8-1
 - New upstream, security fixes.
 


More information about the scm-commits mailing list