From 23102a12640502c2ff78baf6e5e307176a720b4a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 11 Nov 2015 11:47:34 -0500 Subject: [PATCH] drop unnecessary patch --- efl.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/efl.spec b/efl.spec index b0f71d2..16c6afd 100644 --- a/efl.spec +++ b/efl.spec @@ -20,9 +20,6 @@ URL: http://enlightenment.org/ Source0: http://download.enlightenment.org/rel/libs/efl/efl-%{version}.tar.xz # I think this one is Fedora specific. Patch0: efl-1.11.4-tslibfix.patch -# Fix lua compilation with lua 5.2+ -# https://phab.enlightenment.org/T2728 -Patch1: efl-1.15.1-fixlua.patch BuildRequires: bullet-devel libpng-devel libjpeg-devel gstreamer1-devel zlib-devel BuildRequires: gstreamer1-plugins-base-devel libtiff-devel openssl-devel BuildRequires: curl-devel dbus-devel glibc-devel fontconfig-devel freetype-devel @@ -154,7 +151,6 @@ Development files for EFL. %prep %setup -q %patch0 -p1 -b .tslibfix -%patch1 -p1 -b .fixlua autoreconf -ifv # This is why hardcoding paths is bad.