[php-Smarty/f19] Last upstream release

Johan Cwiklinski trasher at fedoraproject.org
Thu Oct 23 06:24:57 UTC 2014


commit 9d051cfd048fdee109cb922f8a4ce2fed7f57de3
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Thu Oct 23 08:22:03 2014 +0200

    Last upstream release
    
    Fix requires
    Fix version constant
    Fix changelog

 .gitignore      |    1 +
 php-Smarty.spec |   12 +++++++++---
 sources         |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 586278c..5ce6f37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Smarty-2.6.26.tar.gz
 /Smarty-3.1.18.tar.gz
 /Smarty-3.1.19.tar.gz
 /Smarty-3.1.20.tar.gz
+/Smarty-3.1.21.tar.gz
diff --git a/php-Smarty.spec b/php-Smarty.spec
index 5d875c4..bfc3c20 100644
--- a/php-Smarty.spec
+++ b/php-Smarty.spec
@@ -1,6 +1,6 @@
 Name:           php-Smarty
 Summary:        Template/Presentation Framework for PHP
-Version:        3.1.20
+Version:        3.1.21
 Release:        1%{?dist}
 
 Source0:        http://www.smarty.net/files/Smarty-%{version}.tar.gz
@@ -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
@@ -28,6 +28,7 @@ high-performance, scalability, security and future growth.
 
 %prep
 %setup -qn Smarty-%{version}
+sed -e "s/Smarty-3.1.21-dev/Smarty-3.1.21/" -i libs/Smarty.class.php
 
 
 %build
@@ -53,7 +54,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Oct 15 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.20-1.trashy
+* Thu Oct 23 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.21-1
+- New upstream release
+- Fix version constant
+- Fix requires
+
+* Wed Oct 15 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.20-1
 - New upstream release
 
 * Thu Jul 31 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.19-1
diff --git a/sources b/sources
index 34d7cd0..8b64825 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-92a62d4cb850eb8bacf21582596b731e  Smarty-3.1.20.tar.gz
+38ac058346d2e7a0b3b949c9c5519dd5  Smarty-3.1.21.tar.gz


More information about the scm-commits mailing list