[php-Smarty] New upstream release

Johan Cwiklinski trasher at fedoraproject.org
Thu Oct 23 06:03:29 UTC 2014


commit 828605ddf94c01308e66c4555f597bf89f2977f0
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Thu Oct 23 08:03:24 2014 +0200

    New upstream release
    
    Also fix version constant (thanks to Remi)

 .gitignore      |    1 +
 php-Smarty.spec |    7 ++++++-
 sources         |    2 +-
 3 files changed, 8 insertions(+), 2 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 9f8b4b4..5996b87 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
@@ -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,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 23 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.21-1
+- New upstream release
+- Fix version constant
+
 * Wed Oct 15 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.20-1
 - New upstream release
 
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