diff --git a/libepoxy.spec b/libepoxy.spec index f4822dc..f8abd36 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -6,13 +6,15 @@ Summary: epoxy runtime library Name: libepoxy Version: 1.3.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: http://github.com/anholt/libepoxy # github url - generated archive #ource0: https://github.com/anholt/libepoxy/archive/%{commit}/%{name}-%{commit}.tar.gz Source0: https://github.com/anholt/libepoxy/archive/v%{version}/v%{version}.tar.gz +Patch0: 0001-egl-Be-somewhat-aware-of-EGL-client-extensions.patch + BuildRequires: automake autoconf libtool BuildRequires: mesa-libGL-devel BuildRequires: mesa-libEGL-devel @@ -33,6 +35,7 @@ developing applications that use %{name}. %prep %setup -q +%patch0 -p1 -b .clientext %build autoreconf -vif || exit 1 @@ -69,6 +72,9 @@ make check ||: %{_libdir}/pkgconfig/epoxy.pc %changelog +* Fri Sep 23 2016 Adam Jackson - 1.3.1-3 +- Fix detection of EGL client extensions + * Thu Feb 04 2016 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild