8f8cd6
#global commit0 f92208be88dd06a70b6f79a1cb95571e2762a9ec
8f8cd6
#global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
8f8cd6
8f8cd6
8f8cd6
Name:           libglvnd
8f8cd6
Version:        1.3.4
8f8cd6
Release:        1%{?dist}
8f8cd6
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
8f8cd6
Epoch:          1
8f8cd6
Summary:        The GL Vendor-Neutral Dispatch library
8f8cd6
8f8cd6
License:        MIT
8f8cd6
URL:            https://github.com/NVIDIA/libglvnd
8f8cd6
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
8f8cd6
#Source0:        %%{url}/archive/%%{commit0}.tar.gz#/%%{name}-%%{shortcommit0}.tar.gz
8f8cd6
Patch0:         libglvnd-python3.patch
8f8cd6
Patch1:         0001-glx-Add-another-fallback-library-name.patch
8f8cd6
8f8cd6
BuildRequires: make
8f8cd6
BuildRequires:  libtool
8f8cd6
BuildRequires:  gcc
8f8cd6
BuildRequires:  python3-rpm-macros
8f8cd6
BuildRequires:  python3-libxml2
8f8cd6
BuildRequires:  pkgconfig(glproto)
8f8cd6
BuildRequires:  pkgconfig(x11)
8f8cd6
BuildRequires:  pkgconfig(xext)
8f8cd6
BuildRequires:  xorg-x11-server-Xvfb
8f8cd6
8f8cd6
%{?_without_mesa_glvnd_default:
8f8cd6
%global __provides_exclude_from %{_libdir}/%{name}
8f8cd6
%global __requires_exclude_from %{_libdir}/%{name}
8f8cd6
}
8f8cd6
8f8cd6
%description
8f8cd6
libglvnd is an implementation of the vendor-neutral dispatch layer for
8f8cd6
arbitrating OpenGL API calls between multiple vendors on a per-screen basis.
8f8cd6
8f8cd6
8f8cd6
%package        devel
8f8cd6
Summary:        Development files for %{name}
8f8cd6
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
Requires:       %{name}-opengl%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
Requires:       %{name}-gles%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
Requires:       %{name}-glx%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
Requires:       %{name}-egl%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
Requires:       %{name}-core-devel%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
# Required by any glx.h users.
8f8cd6
Requires:       libX11-devel%{?_isa}
8f8cd6
# We might split into more sub-packages
8f8cd6
Obsoletes:      mesa-libGLES-devel < 19.3.0~rc1
8f8cd6
Provides:       mesa-libGLES-devel = %{epoch}:%{version}-%{release}
8f8cd6
Provides:       mesa-libGLES-devel%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
Obsoletes:      mesa-khr-devel < 19.3.0~rc1
8f8cd6
Provides:       mesa-khr-devel = %{epoch}:%{version}-%{release}
8f8cd6
Provides:       mesa-khr-devel%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
Provides:       libGLES-devel = %{epoch}:%{version}-%{release}
8f8cd6
Provides:       libGLES-devel%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
8f8cd6
%description    devel
8f8cd6
The %{name}-devel package contains libraries and header files for
8f8cd6
developing applications that use %{name}.
8f8cd6
8f8cd6
8f8cd6
%package        core-devel
8f8cd6
Summary:        Core development files for %{name}
8f8cd6
8f8cd6
%description core-devel
8f8cd6
The %{name}-core-devel package is a bootstrap trick for Mesa, which wants
8f8cd6
to build against the %{name} headers but does not link against any of
8f8cd6
its libraries (and, initially, has file conflicts with them). If you are
8f8cd6
not Mesa you almost certainly want %{name}-devel instead.
8f8cd6
8f8cd6
8f8cd6
%package        opengl
8f8cd6
Summary:        OpenGL support for libglvnd
8f8cd6
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
8f8cd6
%description    opengl
8f8cd6
libOpenGL is the common dispatch interface for the workstation OpenGL API.
8f8cd6
8f8cd6
8f8cd6
%package        gles
8f8cd6
Summary:        GLES support for libglvnd
8f8cd6
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
%{!?_without_mesa_glvnd_default:
8f8cd6
# mesa is the default EGL implementation provider
8f8cd6
Requires:       mesa-libEGL%{?_isa} >= 13.0.4-1
8f8cd6
Obsoletes:      mesa-libGLES < 19.3.0~rc1
8f8cd6
Provides:       mesa-libGLES
8f8cd6
Provides:       mesa-libGLES%{?_isa}
8f8cd6
Provides:       libGLES
8f8cd6
Provides:       libGLES%{?_isa}
8f8cd6
}
8f8cd6
8f8cd6
%description    gles
8f8cd6
libGLESv[12] are the common dispatch interface for the GLES API.
8f8cd6
8f8cd6
8f8cd6
%package        egl
8f8cd6
Summary:        EGL support for libglvnd
8f8cd6
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
%{!?_without_mesa_glvnd_default:
8f8cd6
# mesa is the default EGL implementation provider
8f8cd6
Requires:       mesa-libEGL%{?_isa} >= 13.0.4-1
8f8cd6
Provides:       libEGL
8f8cd6
Provides:       libEGL%{?_isa}
8f8cd6
}
8f8cd6
8f8cd6
%description    egl
8f8cd6
libEGL are the common dispatch interface for the EGL API.
8f8cd6
8f8cd6
8f8cd6
%package        glx
8f8cd6
Summary:        GLX support for libglvnd
8f8cd6
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
8f8cd6
%{!?_without_mesa_glvnd_default:
8f8cd6
# mesa is the default GL implementation provider
8f8cd6
Requires:       mesa-libGL%{?_isa} >= 13.0.4-1
8f8cd6
Provides:       libGL
8f8cd6
Provides:       libGL%{?_isa}
8f8cd6
}
8f8cd6
8f8cd6
%description    glx
8f8cd6
libGL and libGLX are the common dispatch interface for the GLX API.
8f8cd6
8f8cd6
8f8cd6
%prep
8f8cd6
%autosetup -p1 -n %{name}-%{?commit0}%{?!commit0:%{version}}
8f8cd6
autoreconf -vif
8f8cd6
8f8cd6
%build
8f8cd6
export PYTHON=%{__python3}
8f8cd6
#Prefer asm and tls for x86* and ppc64*
8f8cd6
#armhfp and aarch64 fallback to asm and tsd
8f8cd6
#Others arches fallback to pure-c and tls.
8f8cd6
%configure \
8f8cd6
  --disable-static \
8f8cd6
  --enable-asm \
8f8cd6
  --enable-tls
8f8cd6
8f8cd6
%make_build V=1
8f8cd6
8f8cd6
8f8cd6
%install
8f8cd6
%make_install INSTALL="install -p"
8f8cd6
find %{buildroot} -name '*.la' -delete
8f8cd6
8f8cd6
%{?_without_mesa_glvnd_default:
8f8cd6
# Avoid conflict with mesa-libGL
8f8cd6
mkdir -p %{buildroot}%{_libdir}/%{name}/
8f8cd6
for l in libEGL libGL libGLESv1_CM libGLESv2 libGLX; do
8f8cd6
  mv %{buildroot}%{_libdir}/${l}.so* \
8f8cd6
    %{buildroot}%{_libdir}/%{name}/
8f8cd6
done
8f8cd6
}
8f8cd6
8f8cd6
# Create directory layout
8f8cd6
mkdir -p %{buildroot}%{_sysconfdir}/glvnd/egl_vendor.d/
8f8cd6
mkdir -p %{buildroot}%{_datadir}/glvnd/egl_vendor.d/
8f8cd6
mkdir -p %{buildroot}%{_sysconfdir}/egl/egl_external_platform.d/
8f8cd6
mkdir -p %{buildroot}%{_datadir}/egl/egl_external_platform.d/
8f8cd6
8f8cd6
8f8cd6
%check
8f8cd6
export DO_X11_TESTS=1
8f8cd6
xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \
8f8cd6
%ifarch s390x ppc64
8f8cd6
    :
8f8cd6
%else
8f8cd6
    (cat `find . -name test-suite.log` ; exit 1)
8f8cd6
%endif
8f8cd6
8f8cd6
8f8cd6
%ldconfig_scriptlets
8f8cd6
%files
8f8cd6
%doc README.md
8f8cd6
%dir %{_sysconfdir}/glvnd/
8f8cd6
%dir %{_datadir}/glvnd/
8f8cd6
%{_libdir}/libGLdispatch.so.0*
8f8cd6
8f8cd6
%ldconfig_scriptlets opengl
8f8cd6
%files opengl
8f8cd6
%{_libdir}/libOpenGL.so.0*
8f8cd6
8f8cd6
%ldconfig_scriptlets gles
8f8cd6
%files gles
8f8cd6
%if 0%{?_without_mesa_glvnd_default}
8f8cd6
%{_libdir}/%{name}/libGLES*.so.*
8f8cd6
%else
8f8cd6
%{_libdir}/libGLES*.so.*
8f8cd6
%endif
8f8cd6
8f8cd6
%ldconfig_scriptlets glx
8f8cd6
%files glx
8f8cd6
%if 0%{?_without_mesa_glvnd_default}
8f8cd6
%{_libdir}/%{name}/libGL.so.*
8f8cd6
%{_libdir}/%{name}/libGLX.so.*
8f8cd6
%else
8f8cd6
%{_libdir}/libGL.so.*
8f8cd6
%{_libdir}/libGLX.so.*
8f8cd6
%endif
8f8cd6
8f8cd6
%ldconfig_scriptlets egl
8f8cd6
%files egl
8f8cd6
%dir %{_sysconfdir}/glvnd/egl_vendor.d/
8f8cd6
%dir %{_datadir}/glvnd/egl_vendor.d/
8f8cd6
%dir %{_sysconfdir}/egl/
8f8cd6
%dir %{_sysconfdir}/egl/egl_external_platform.d/
8f8cd6
%dir %{_datadir}/egl/
8f8cd6
%dir %{_datadir}/egl/egl_external_platform.d/
8f8cd6
%if 0%{?_without_mesa_glvnd_default}
8f8cd6
%{_libdir}/%{name}/libEGL*.so.*
8f8cd6
%else
8f8cd6
%{_libdir}/libEGL*.so.*
8f8cd6
%endif
8f8cd6
8f8cd6
%files core-devel
8f8cd6
%dir %{_includedir}/glvnd/
8f8cd6
%{_includedir}/glvnd/*.h
8f8cd6
%{_libdir}/pkgconfig/libglvnd.pc
8f8cd6
8f8cd6
%files devel
8f8cd6
%dir %{_includedir}/EGL/
8f8cd6
%dir %{_includedir}/GL/
8f8cd6
%dir %{_includedir}/GLES/
8f8cd6
%dir %{_includedir}/GLES2/
8f8cd6
%dir %{_includedir}/GLES3/
8f8cd6
%dir %{_includedir}/KHR/
8f8cd6
%{_includedir}/EGL/*.h
8f8cd6
%{_includedir}/GL/*.h
8f8cd6
%{_includedir}/GLES/*.h
8f8cd6
%{_includedir}/GLES2/*.h
8f8cd6
%{_includedir}/GLES3/*.h
8f8cd6
%{_includedir}/KHR/*.h
8f8cd6
%{_libdir}/lib*.so
8f8cd6
%if 0%{?_without_mesa_glvnd_default}
8f8cd6
%{_libdir}/%{name}/lib*.so
8f8cd6
%endif
8f8cd6
%{_libdir}/pkgconfig/gl*.pc
8f8cd6
%{_libdir}/pkgconfig/egl.pc
8f8cd6
%{_libdir}/pkgconfig/opengl.pc
8f8cd6
8f8cd6
8f8cd6
%changelog
8f8cd6
* Mon Nov 22 2021 Dave Airlie <airlied@redhat.com> - 1:1.3.4-1
8f8cd6
- Update to 1.3.4 for nvidia drivers
8f8cd6
8f8cd6
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.3.2-5
8f8cd6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8f8cd6
  Related: rhbz#1991688
8f8cd6
8f8cd6
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.3.2-4
8f8cd6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8f8cd6
8f8cd6
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.2-3
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8f8cd6
8f8cd6
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.2-2
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8f8cd6
8f8cd6
* Mon Jun 29 2020 Nicolas Chauvet <kwizart@gmail.com> - 1:1.3.2-1
8f8cd6
- Update to 1.3.2
8f8cd6
8f8cd6
* Fri May 08 2020 Nicolas Chauvet <kwizart@gmail.com> - 1:1.3.1-2
8f8cd6
- Forward few patches from rhel
8f8cd6
8f8cd6
* Mon Feb 24 2020 Nicolas Chauvet <kwizart@gmail.com> - 1:1.3.1-1
8f8cd6
- Update to 1.3.1
8f8cd6
8f8cd6
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 1:1.3.0-1
8f8cd6
- Update to 1.3.0
8f8cd6
8f8cd6
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 1:1.2.0-10
8f8cd6
- Bump mesa-libGLES obsoletes version as well
8f8cd6
8f8cd6
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.0-9
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8f8cd6
8f8cd6
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 1:1.2.0-8
8f8cd6
- Bump mesa-libGLES-devel and mesa-khr-devel obsoletes versions
8f8cd6
8f8cd6
* Sat Oct 26 2019 Nicolas Chauvet <kwizart@gmail.com> - 1:1.2.0-7
8f8cd6
- Move from core to main
8f8cd6
8f8cd6
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 1:1.2.0-6
8f8cd6
- Add %%{?_isa} too, just for fun!
8f8cd6
8f8cd6
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 1:1.2.0-5
8f8cd6
- provides shouldn't have been versioned
8f8cd6
8f8cd6
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 1:1.2.0-4
8f8cd6
- Also provide old libGLES-devel
8f8cd6
8f8cd6
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 1:1.2.0-4
8f8cd6
- Obsolete/Provide the bits moved from mesa so builds don't break
8f8cd6
8f8cd6
* Fri Oct 25 2019 Pete Walter <pwalter@fedoraproject.org> - 1:1.2.0-2
8f8cd6
- Sync headers with mesa
8f8cd6
8f8cd6
* Thu Oct 24 2019 Leigh Scott <leigh123linux@gmail.com> - 1:1.2.0-1
8f8cd6
- libglvnd 1.2.0
8f8cd6
8f8cd6
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.1-5
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8f8cd6
8f8cd6
* Thu Mar 14 2019 Adam Jackson <ajax@redhat.com> - 1.1.1-4
8f8cd6
- libglvnd 1.1.1
8f8cd6
8f8cd6
* Thu Feb 14 2019 Nicolas Chauvet <kwizart@gmail.com> - 1:1.1.0-4.gitf92208b
8f8cd6
- Update snapshot
8f8cd6
8f8cd6
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.0-3
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8f8cd6
8f8cd6
* Thu Aug 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:1.1.0-2
8f8cd6
- Add upstream python3 PR
8f8cd6
8f8cd6
* Thu Aug 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:1.1.0-1
8f8cd6
- Update to 1.1.0 release
8f8cd6
8f8cd6
* Tue Jul 24 2018 Dave Airlie <airlied@redhat.com> - 1.0.1-0.9.git5baa1e5
8f8cd6
- rename fallback from fedora to system
8f8cd6
8f8cd6
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.1-0.8.git5baa1e5
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8f8cd6
8f8cd6
* Thu Jun 14 2018 Adam Jackson <ajax@redhat.com> - 1.0.1-0.7.git5baa1e5
8f8cd6
- Add another fallback GLX library name
8f8cd6
8f8cd6
* Thu Apr 26 2018 Adam Jackson <ajax@redhat.com> - 1.0.1-0.6.git5baa1e5
8f8cd6
- Enable %%check for all but ppc64 and s390x, which has known but low-impact
8f8cd6
  failures
8f8cd6
- Simplify %%release
8f8cd6
8f8cd6
* Wed Apr 18 2018 Adam Jackson <ajax@redhat.com> - 1.0.1-0.5.20180327git5baa1e5
8f8cd6
- Go back to Requires: mesa-*, the fallout is too great (#1568881 etc)
8f8cd6
8f8cd6
* Fri Apr 13 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:1.0.1-0.4.20180327git5baa1e5
8f8cd6
- Update snapshot to 20180327
8f8cd6
8f8cd6
* Thu Mar 15 2018 Adam Jackson <ajax@redhat.com> - 1.0.1-0.3.20180226gitb029c24
8f8cd6
- Use Recommends: mesa-* not Requires.
8f8cd6
- (Trivially) switch the build to python3
8f8cd6
8f8cd6
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:1.0.1-0.2.20180226gitb029c24
8f8cd6
- Update Python 2 dependency declarations to new packaging standards
8f8cd6
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
8f8cd6
8f8cd6
* Wed Feb 28 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:1.0.1-0.1.20180226gitb029c24
8f8cd6
- Update snapshot to 20180226
8f8cd6
- Update scriptlets
8f8cd6
8f8cd6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.0-2
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8f8cd6
8f8cd6
* Thu Nov 09 2017 Leigh Scott <leigh123linux@googlemail.com> - 1:1.0.0-1
8f8cd6
- Update to 1.0.0 release
8f8cd6
8f8cd6
* Wed Aug 23 2017 Nicolas Chauvet <kwizart@gmail.com> - 1:0.2.999-24.20170818git8d4d03f
8f8cd6
- Update snapshot to 20170818
8f8cd6
8f8cd6
* Mon Aug 14 2017 Ville Skyttä <ville.skytta@iki.fi> - 1:0.2.999-23.20170620gitd850cdd
8f8cd6
- Own %%{_sysconfdir}/egl and %%{_datadir}/egl dirs
8f8cd6
8f8cd6
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.2.999-22.20170620gitd850cdd
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8f8cd6
8f8cd6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.2.999-21.20170620gitd850cdd
8f8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8f8cd6
8f8cd6
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:0.2.999-20.20170620gitd850cdd
8f8cd6
- Rebuild due to bug in RPM (RHBZ #1468476)
8f8cd6
8f8cd6
* Thu Jul 06 2017 Nicolas Chauvet <kwizart@gmail.com> - 1:0.2.999-19.20170620gitd850cdd
8f8cd6
- Update snapshot to 20170620
8f8cd6
8f8cd6
* Tue Jun 13 2017 Nicolas Chauvet <kwizart@gmail.com> - 1:0.2.999-18.20170607git80d9a87
8f8cd6
- Update snapshot to 20170607
8f8cd6
- Default to asm and tls when available
8f8cd6
- Use the fixed tsd for armhfp and aarch64
8f8cd6
  fixed in https://github.com/NVIDIA/libglvnd/issues/116
8f8cd6
8f8cd6
* Tue Apr 04 2017 Björn Esser <besser82@fedoraproject.org> - 1:0.2.999-17.20170308git8e6e102
8f8cd6
- Add conditional to disable testsuite, when needed
8f8cd6
8f8cd6
* Tue Apr 04 2017 Björn Esser <besser82@fedoraproject.org> - 1:0.2.999-16.20170308git8e6e102
8f8cd6
- Rebuilt with testsuite again
8f8cd6
8f8cd6
* Tue Apr 04 2017 Björn Esser <besser82@fedoraproject.org> - 1:0.2.999-15.20170308git8e6e102
8f8cd6
- Rebuilt without testssuite
8f8cd6
8f8cd6
* Tue Apr 04 2017 Björn Esser <besser82@fedoraproject.org> - 1:0.2.999-14.20170308git8e6e102
8f8cd6
- Fix conditionals for _without_mesa_glvnd_default
8f8cd6
- Fix other RHEL-conditionals, too
8f8cd6
8f8cd6
* Tue Apr 04 2017 Simone Caronni <negativo17@gmail.com> - 1:0.2.999-13.20170308git8e6e102
8f8cd6
- Update RPM filters for private libraries (includes GLX, fixes RHEL 6).
8f8cd6
8f8cd6
* Mon Apr 03 2017 Simone Caronni <negativo17@gmail.com> - 1:0.2.999-12.20170308git8e6e102
8f8cd6
- Update to latest snapshot, remove upstreamed patches.
8f8cd6
- Update release to packaging guidelines format.
8f8cd6
- Make sure that for Fedora 24 and RHEL the libraries are always private.
8f8cd6
8f8cd6
* Thu Feb 23 2017 Nicolas Chauvet <kwizart@gmail.com> - 1:0.2.999-11.gitdc16f8c
8f8cd6
- asm enabled only for x86 - rhbz#1419944
8f8cd6
8f8cd6
* Mon Feb  6 2017 Hans de Goede <hdegoede@redhat.com> - 1:0.2.999-10.gitdc16f8c
8f8cd6
- Drop 0007-GLX-Add-GLX_SGIX_fbconfig-functions.patch the bug this works
8f8cd6
  around actually is in mesa
8f8cd6
8f8cd6
* Thu Feb  2 2017 Hans de Goede <hdegoede@redhat.com> - 1:0.2.999-9.gitdc16f8c
8f8cd6
- Add eglexternalplatform spec. config dirs to -egl subpackage (rhbz#1415143)
8f8cd6
8f8cd6
* Thu Feb  2 2017 Hans de Goede <hdegoede@redhat.com> - 1:0.2.999-8.gitdc16f8c
8f8cd6
- Fix GLX_SGIX_fbconfig extension, this fixes games such as "The Binding of
8f8cd6
  Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam not working
8f8cd6
8f8cd6
* Wed Jan 11 2017 Hans de Goede <hdegoede@redhat.com> - 1:0.2.999-7.gitdc16f8c
8f8cd6
- Epoch:1 to provide upgrade path from negativo17.org rpms
8f8cd6
- New snapshot
8f8cd6
- Add patches to fix building on ARM (from Rob Clark)
8f8cd6
- Add BuildRequires: python
8f8cd6
- Add ldconfig scriptlets for library sub-packages
8f8cd6
8f8cd6
* Wed Jan 11 2017 Adam Jackson <ajax@redhat.com>
8f8cd6
- Don't hide libraries in a subdir (rhbz#1413579)
8f8cd6
- Split up libraries to appropriate subpackages
8f8cd6
- Make the req/prov filter catch more cases
8f8cd6
- Restore libGLESv1 for ABI compliance
8f8cd6
8f8cd6
* Wed Oct 26 2016 Leigh Scott <leigh123linux@googlemail.com> - 0.2.999-6.git28867bb
8f8cd6
- Update snapshot
8f8cd6
- Fix EGL crash for KDE/Plasma (rfbz#4303)
8f8cd6
8f8cd6
* Tue Oct 25 2016 Leigh Scott <leigh123linux@googlemail.com> - 0.2.999-5.git295e5e5
8f8cd6
- Fix EGL crash (rfbz#4303)
8f8cd6
8f8cd6
* Fri Oct 14 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.2.999-4.git295e5e5
8f8cd6
- Update snapshot
8f8cd6
8f8cd6
* Wed Oct 12 2016 Adam Jackson <ajax@redhat.com> - 0.2.999-3.git14f6283
8f8cd6
- Restore hardened build
8f8cd6
- Remove ExclusiveArch
8f8cd6
- Remove some pointless Provides/Obsoletes
8f8cd6
- BuildRequires pkgconfig(xext) not pkgconfig(xv)
8f8cd6
- Update description to be a bit more confident
8f8cd6
- Dump make check errors into the build log
8f8cd6
8f8cd6
* Wed Oct 05 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.2.999-2.git14f6283
8f8cd6
- Add the correct License: MIT
8f8cd6
8f8cd6
* Thu Sep 15 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.2.999-1.git14f6283
8f8cd6
- Update to 2.999 version
8f8cd6
- Add EGL
8f8cd6
8f8cd6
* Fri Sep 02 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.1-2.gitf7fbc4b
8f8cd6
- Update license
8f8cd6
- Fix Obsoletes/Provides to avoid self obsolete
8f8cd6
8f8cd6
* Tue Aug 30 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.1-1.gitf7fbc4b
8f8cd6
- Update to 1.1.gitf7fbc4b
8f8cd6
8f8cd6
* Tue Jun 14 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-4.git093f048
8f8cd6
- Update to 20160610 git commit
8f8cd6
8f8cd6
* Fri May 20 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-3.gita82982d
8f8cd6
- Update to current snapshot
8f8cd6
8f8cd6
* Fri May 13 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-2.git509de0d
8f8cd6
- Update to current snapshot
8f8cd6
- Remove unused dt-auxiliary
8f8cd6
- Add support for graphical make test
8f8cd6
- Undefine hardened build for xorg
8f8cd6
8f8cd6
* Wed May 04 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-1.git8277115
8f8cd6
- Update to lastest snapshot
8f8cd6
8f8cd6
* Thu Feb 18 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-9.git4d977ea
8f8cd6
- Remove patch to enable by default
8f8cd6
8f8cd6
* Wed Feb 17 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-8git20160217
8f8cd6
- Update to git20160217
8f8cd6
- Introduce --with mesa-libglvnd-default build conditional
8f8cd6
- Avoid error on make check - testglxqueryversion.sh stil fails in mock
8f8cd6
- Filter on provided libGL until glvnd support is in upstream mesa
8f8cd6
- Use upstream tarball and use autoreconf
8f8cd6
8f8cd6
* Fri Jan 15 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-7git20160115
8f8cd6
- Bump for 20160115
8f8cd6
- Enable make check
8f8cd6
- Description improvements
8f8cd6
- Enable libglvnd by default
8f8cd6
- Enable devel sub-package
8f8cd6
8f8cd6
* Wed Jan 06 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-6git20160106
8f8cd6
- Update to 20160106 snapshot
8f8cd6
- Remove 10-x11glvnd
8f8cd6
8f8cd6
* Sat Nov 21 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-5git20151121
8f8cd6
- Update to 20151121 snapshot
8f8cd6
- Avoid conflicts with mesa-libGL{,ES}
8f8cd6
- Disable libGLESv1_CM
8f8cd6
8f8cd6
* Tue Nov 10 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-4git20151110
8f8cd6
- Update to today snapshot
8f8cd6
- Fix license
8f8cd6
8f8cd6
* Tue Sep 01 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-3git20150901
8f8cd6
- Update to snapshot 20150901
8f8cd6
8f8cd6
* Fri Aug 07 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-2
8f8cd6
- Update to today snapshoot
8f8cd6
8f8cd6
* Fri Feb  6 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-1
8f8cd6
- Initial spec file