[php-Smarty] Fix package requires

Johan Cwiklinski trasher at fedoraproject.org
Thu Oct 23 06:07:25 UTC 2014


commit cd1204a4b2aadcad3d8193e0b521c9e43fa2fbd0
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Thu Oct 23 08:07:38 2014 +0200

    Fix package requires

 php-Smarty.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-Smarty.spec b/php-Smarty.spec
index 5996b87..4d0c679 100644
--- a/php-Smarty.spec
+++ b/php-Smarty.spec
@@ -1,7 +1,7 @@
 Name:           php-Smarty
 Summary:        Template/Presentation Framework for PHP
 Version:        3.1.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Source0:        http://www.smarty.net/files/Smarty-%{version}.tar.gz
 URL:            http://www.smarty.net
@@ -13,7 +13,7 @@ BuildArch:      noarch
 
 Provides: php-composer(smarty/smarty) = %{version}
 
-Requires:       php-date php-pcre php-tokenizer php-mbstring
+Requires:       php-ctype php-date php-pcre php-mbstring php-spl
 
 %description
 Although Smarty is known as a "Template Engine", it would be more accurately
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 23 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.21-2
+- Fix requires
+
 * Thu Oct 23 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.21-1
 - New upstream release
 - Fix version constant


More information about the scm-commits mailing list