From 85a8b34c22124be3b673a209d160f433693dd640 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 May 2015 19:02:08 +0200 Subject: php-Smarty: upstream patch for 'neq regression --- php-Smarty.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'php-Smarty.spec') diff --git a/php-Smarty.spec b/php-Smarty.spec index 274d6da..cce4154 100644 --- a/php-Smarty.spec +++ b/php-Smarty.spec @@ -16,12 +16,15 @@ Name: php-Smarty Summary: Template/Presentation Framework for PHP Version: 3.1.24 -Release: 1%{?dist} +Release: 2%{?dist} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz URL: http://www.smarty.net License: LGPLv2+ Group: Development/Libraries +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz + +# https://github.com/smarty-php/smarty/issues/42 +Patch0: %{name}-upstream.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -52,6 +55,7 @@ high-performance, scalability, security and future growth. %prep %setup -qn %{gh_project}-%{gh_commit} +%patch0 -p1 %build # empty build section, nothing required @@ -80,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 24 2015 Remi Collet - 3.1.24-2 +- upstream patch for 'neq' regression + https://github.com/smarty-php/smarty/issues/42 + * Sun May 24 2015 Remi Collet - 3.1.24-1 - update to 3.1.24 -- cgit