Author: kiesiu Date: Tue Nov 15 22:10:00 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.1.5
---- Files affected: packages/php-Smarty: php-Smarty.spec (1.12 -> 1.13) , path.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/php-Smarty/php-Smarty.spec diff -u packages/php-Smarty/php-Smarty.spec:1.12 packages/php-Smarty/php-Smarty.spec:1.13 --- packages/php-Smarty/php-Smarty.spec:1.12 Tue Oct 25 07:33:03 2011 +++ packages/php-Smarty/php-Smarty.spec Tue Nov 15 23:09:55 2011 @@ -1,7 +1,7 @@ # $Revision$, $Date$ -%define doc_version 3.1.4 +%define doc_version 3.1.5 %define php_min_version 5.2.0 -%define main_version 3.1.4 +%define main_version 3.1.5 Summary: Template engine for PHP Summary(pl.UTF-8): System szablonów dla PHP Name: php-Smarty @@ -10,10 +10,10 @@ License: LGPL v2.1+ Group: Development/Languages/PHP Source0: http://www.smarty.net/files/Smarty-%{version}.tar.gz -# Source0-md5: 478df4629ffe9afa62a316987f5073ad +# Source0-md5: 2e81d8e0f85e682d399210f9cbc84b54 # Source1Download: http://www.smarty.net/documentation Source1: http://www.smarty.net/files/docs/manual-en-%{doc_version}.zip -# Source1-md5: adbb3bc2d690ba98344d9777fbfe0c9f +# Source1-md5: 7f35f5c4a165d1ced28bb8bb3fbdd440 Patch0: path.patch URL: http://www.smarty.net/ BuildRequires: rpm-php-pearprov >= 4.4.2-11 @@ -104,6 +104,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2011/11/15 22:09:55 kiesiu +- updated to 3.1.5 + Revision 1.12 2011/10/25 05:33:03 uzsolt - 3.1.4 - update doc version too ================================================================ Index: packages/php-Smarty/path.patch diff -u packages/php-Smarty/path.patch:1.1 packages/php-Smarty/path.patch:1.2 --- packages/php-Smarty/path.patch:1.1 Sun Dec 12 19:28:20 2010 +++ packages/php-Smarty/path.patch Tue Nov 15 23:09:55 2011 @@ -1,12 +1,12 @@ -diff -ur Smarty-3.0.5/libs/Smarty.class.php Smarty-3.0.5.new//libs/Smarty.class.php ---- Smarty-3.0.5/libs/Smarty.class.php 2010-11-21 03:59:07.000000000 +0100 -+++ Smarty-3.0.5.new//libs/Smarty.class.php 2010-12-12 19:05:26.021806440 +0100 +diff -uNr Smarty-3.1.5.old/libs/Smarty.class.php Smarty-3.1.5/libs/Smarty.class.php +--- Smarty-3.1.5.old/libs/Smarty.class.php 2011-11-14 18:55:20.000000000 +0100 ++++ Smarty-3.1.5/libs/Smarty.class.php 2011-11-15 22:52:22.824193889 +0100 @@ -43,7 +43,7 @@ - * Sets SMARTY_DIR only if user application has not already defined it. - */ + * Sets SMARTY_DIR only if user application has not already defined it. + */ if (!defined('SMARTY_DIR')) { - define('SMARTY_DIR', dirname(__FILE__) . DS); + define('SMARTY_DIR', '/usr/share/php/Smarty3/'); - } + } /** ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-Smarty/php-Smarty.spec?r1=1.12&r2=1.13&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-Smarty/path.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
