summaryrefslogtreecommitdiffstats
path: root/php-Smarty.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-24 19:02:08 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-24 19:02:08 +0200
commit85a8b34c22124be3b673a209d160f433693dd640 (patch)
tree13c982de389f74ad7217483f17797015686a27d0 /php-Smarty.spec
parent7ac0263bde9711a09562d48bc9ecea32bf3f980a (diff)
php-Smarty: upstream patch for 'neq regression
Diffstat (limited to 'php-Smarty.spec')
-rw-r--r--php-Smarty.spec12
1 files changed, 10 insertions, 2 deletions
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 <remi@fedoraproject.org> - 3.1.24-2
+- upstream patch for 'neq' regression
+ https://github.com/smarty-php/smarty/issues/42
+
* Sun May 24 2015 Remi Collet <remi@fedoraproject.org> - 3.1.24-1
- update to 3.1.24