|
|
@ -1,10 +1,11 @@
|
|
|
|
Summary: epoxy runtime library
|
|
|
|
Summary: epoxy runtime library
|
|
|
|
Name: libepoxy
|
|
|
|
Name: libepoxy
|
|
|
|
Version: 1.5.5
|
|
|
|
Version: 1.5.10
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
|
|
|
# SPDX
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/anholt/libepoxy
|
|
|
|
URL: https://github.com/anholt/libepoxy
|
|
|
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/1.5/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
@ -15,7 +16,9 @@ BuildRequires: libEGL-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
BuildRequires: python3
|
|
|
|
BuildRequires: python3
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb mesa-dri-drivers
|
|
|
|
BuildRequires: mesa-dri-drivers
|
|
|
|
|
|
|
|
BuildRequires: mutter
|
|
|
|
|
|
|
|
BuildRequires: xwayland-run
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
A library for handling OpenGL function pointer management.
|
|
|
|
A library for handling OpenGL function pointer management.
|
|
|
@ -41,11 +44,9 @@ developing applications that use %{name}.
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# this should be %%meson_test but the macro expands with a bajillion
|
|
|
|
# this should be %%meson_test but the macro expands with a bajillion
|
|
|
|
# embedded newlines for no obvious reason
|
|
|
|
# embedded newlines for no obvious reason
|
|
|
|
xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
|
|
|
|
xwfb-run -c mutter -- ninja -C %{_vpath_builddir} test || \
|
|
|
|
(cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1)
|
|
|
|
(cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1)
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
@ -57,12 +58,59 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
|
|
|
|
%{_libdir}/pkgconfig/epoxy.pc
|
|
|
|
%{_libdir}/pkgconfig/epoxy.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.5-4
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.5.10-9
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.5.10-8
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 08 2024 Niels De Graef <ndegraef@redhat.com> - 1.5.10-8
|
|
|
|
|
|
|
|
- Move away from xvfb-run
|
|
|
|
|
|
|
|
Resolves: https://issues.redhat.com/browse/RHEL-36639
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.5.10-7
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com>
|
|
|
|
|
|
|
|
- SPDX migration: license is already SPDX compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.10-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.5.10-1
|
|
|
|
|
|
|
|
- Update to 1.5.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.9-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 15 2021 Kalev Lember <klember@redhat.com> - 1.5.9-1
|
|
|
|
|
|
|
|
- Update to 1.5.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 26 2021 Kalev Lember <klember@redhat.com> - 1.5.8-1
|
|
|
|
|
|
|
|
- Update to 1.5.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 1.5.7-1
|
|
|
|
|
|
|
|
- Update to 1.5.7
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.5-3
|
|
|
|
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 1.5.6-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 1.5.6
|
|
|
|
|
|
|
|
- Remove ldconfig_scriptlets use
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|