[php-Smarty] Latest upstream release

Johan Cwiklinski trasher at fedoraproject.org
Tue Feb 12 14:24:33 UTC 2013


commit 5f9bcea5022d28ac440cded63073752dee2c96a7
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Tue Feb 12 15:25:41 2013 +0100

    Latest upstream release

 .gitignore      |    1 +
 php-Smarty.spec |   10 +++++++---
 sources         |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10fa253..0f32775 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Smarty-2.6.26.tar.gz
 /Smarty-3.1.10.tar.gz
 /Smarty-3.1.11.tar.gz
 /Smarty-3.1.12.tar.gz
+/Smarty-3.1.13.tar.gz
diff --git a/php-Smarty.spec b/php-Smarty.spec
index 1f51709..9ee0a5f 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.12
-Release:        2%{?dist}
+Version:        3.1.13
+Release:        1%{?dist}
 
 Source0:        http://www.smarty.net/distributions/Smarty-%{version}.tar.gz
 URL:            http://www.smarty.net
@@ -11,7 +11,7 @@ Group:          Development/Libraries
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       php-date php-pcre php-tokenizer
+Requires:       php-date php-pcre php-tokenizer php-mbstring
 
 %description
 Although Smarty is known as a "Template Engine", it would be more accurately
@@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 12 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.13-1
+- Last upstream release
+- Missing mbstring require
+
 * Sun Nov 25 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.12-2
 - Really fix requires (see bz #700179 comment #30)
 
diff --git a/sources b/sources
index fdd0313..af41293 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e93c5eb9ab88b5541d6cf6c4684a593b  Smarty-3.1.12.tar.gz
+7eed2c327ef9e340f1ec8f0f1508e8e7  Smarty-3.1.13.tar.gz


More information about the scm-commits mailing list