diff --git a/.gitignore b/.gitignore index b12caf5..74d14ba 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /efl-1.14.1.tar.xz /efl-1.14.2.tar.xz /efl-1.15.0.tar.xz +/efl-1.16.0.tar.xz diff --git a/efl.spec b/efl.spec index fe8c7c3..16c6afd 100644 --- a/efl.spec +++ b/efl.spec @@ -12,17 +12,14 @@ %global use_wayland 0 Name: efl -Version: 1.15.1 -Release: 2%{?dist} +Version: 1.16.0 +Release: 1%{?dist} Summary: Collection of Enlightenment libraries License: BSD and LGPLv2+ and GPLv2 and zlib 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. @@ -470,6 +466,9 @@ fi %{_libdir}/pkgconfig/evas*.pc %changelog +* Tue Nov 10 2016 Tom Callaway - 1.16.0-1 +- update to 1.16.0 + * Mon Sep 14 2015 Tom Callaway - 1.15.1-2 - fix compilation against current lua (thanks to Rafael Fonseca) diff --git a/sources b/sources index 94beeaf..8445106 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7e57880566f67e3375fcd33d8143dde efl-1.15.1.tar.xz +3290df30810e7c5aa66df3923fa42f14 efl-1.16.0.tar.xz