[php-Smarty] 3.1.8.

Jon Ciesla limb at fedoraproject.org
Mon May 7 14:35:35 UTC 2012


commit 55c0db9fdfca6125a5b34148a71fc88af05fc120
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon May 7 09:35:27 2012 -0500

    3.1.8.

 .gitignore      |    1 +
 php-Smarty.spec |   13 ++++++-------
 sources         |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58c5ea9..05a3133 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Smarty-2.6.26.tar.gz
+/Smarty-3.1.8.tar.gz
diff --git a/php-Smarty.spec b/php-Smarty.spec
index dbfb380..6642fff 100644
--- a/php-Smarty.spec
+++ b/php-Smarty.spec
@@ -1,7 +1,7 @@
 Name:           php-Smarty
 Summary:        Template/Presentation Framework for PHP
-Version:        2.6.26
-Release:        3%{?dist}
+Version:        3.1.8
+Release:        1%{?dist}
 
 Source0:        http://www.smarty.net/distributions/Smarty-%{version}.tar.gz
 URL:            http://www.smarty.net
@@ -30,9 +30,6 @@ high-performance, scalability, security and future growth.
 
 %prep
 %setup -qn Smarty-%{version}
-iconv -f iso8859-1 -t utf-8 NEWS > NEWS.conv && mv -f NEWS.conv NEWS
-iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog
-
 
 %build
 # empty build section, nothing required
@@ -52,12 +49,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc BUGS ChangeLog COPYING.lib demo FAQ NEWS QUICK_START README
-%doc RELEASE_NOTES TODO
+%doc COPYING.lib demo README change_log.txt SMARTY*.txt
 %{_datadir}/php/Smarty
 
 
 %changelog
+* Mon May 07 2012 Jon Ciesla <limburgher at gmail.com> - 3.1.8-1
+- Update to 3.1.18, BZ 819162.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.26-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6338e8b..2004bb7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0da351443b8613e1013c481ab30cb84  Smarty-2.6.26.tar.gz
+8721b50c573888e5c33767d45cddd535  Smarty-3.1.8.tar.gz


More information about the scm-commits mailing list