commit 6f8d58e4e491437968ba8d2cc31ce5554b8c50ff
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Oct 19 16:46:23 2015 +0300

    up to 2.6.29
    
    - PHP7 raises E_DEPRECATED. use __construct for compatibility

 Smarty.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/Smarty.spec b/Smarty.spec
index c626438..b1408d9 100644
--- a/Smarty.spec
+++ b/Smarty.spec
@@ -1,15 +1,16 @@
+%define                main_version    2.6.29
 %define                doc_version     2.6.14
 %define                php_min_version 5.0.0
 %include       /usr/lib/rpm/macros.php
 Summary:       Template engine for PHP
 Summary(pl.UTF-8):     System szablonów dla PHP
 Name:          Smarty
-Version:       2.6.28
+Version:       %{main_version}
 Release:       1
 License:       LGPL v2.1+
 Group:         Development/Languages/PHP
-Source0:       http://www.smarty.net/files/%{name}-%{version}.tar.gz
-# Source0-md5: ebfaddb5261773c95c87200514602c4f
+Source0:       
https://github.com/smarty-php/smarty/archive/v%{version}/smarty-%{version}.tar.gz
+# Source0-md5: 0a40794cbe0be0b42ef29e155a99932f
 # Source1Download: http://www.smarty.net/download-docs.php
 Source1:       
http://www.smarty.net/distributions/manual/en/%{name}-%{doc_version}-docs.tar.gz
 # Source1-md5: 5123152dd248898a84b96b806f551e78
@@ -56,7 +57,7 @@ Documentation for Smarty template engine.
 Dokumentacja do systemu szablonów Smarty.
 
 %prep
-%setup -q -a1
+%setup -qn smarty-%{main_version} -a1
 %patch0 -p1
 cp -a libs/plugins/modifier.{,mb_}truncate.php
 %patch1 -p1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Smarty.git/commitdiff/6f8d58e4e491437968ba8d2cc31ce5554b8c50ff

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to