Blame SPECS/libglvnd.spec

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