[php-Smarty/el5] Requires fix.

Jon Ciesla limb at fedoraproject.org
Mon Jun 11 16:34:37 UTC 2012


commit 7311cd2e332d1a2565e4f0941853b3de8e37cf39
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Jun 11 11:34:30 2012 -0500

    Requires fix.

 php-Smarty.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-Smarty.spec b/php-Smarty.spec
index 3540e31..0461ddc 100644
--- a/php-Smarty.spec
+++ b/php-Smarty.spec
@@ -1,7 +1,7 @@
 Name:           php-Smarty
 Summary:        Template/Presentation Framework for PHP
 Version:        2.6.26
-Release:        1%{?dist}.1
+Release:        1%{?dist}.2
 
 Source0:        http://www.smarty.net/distributions/Smarty-%{version}.tar.gz
 URL:            http://www.smarty.net
@@ -16,7 +16,7 @@ BuildArch:      noarch
 #%else
 #Requires:       php >= 5.2.0-9
 #%endif
-Requires:       libphp5.so
+Requires:       php-date php-pcre php-tokenizer
 
 %description
 Although Smarty is known as a "Template Engine", it would be more accurately
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 1 2012 Jon Ciesla <limburgher at gmail.com> - 2.6.26-1.2
+- Change Requires to php-date+pcre+tokenizer to allow use with php and php53, BZ 700179.
+
 * Wed May 09 2012 Jon Ciesla <limburgher at gmail.com> - 2.6.26-1.1
 - Change Requires to libphp5.so to allow use with php and php53, BZ 700179.
 


More information about the scm-commits mailing list