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