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