Blame SPECS/libglvnd.spec

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