forked from pool/piglit
- Update to version 1~20230613:
* fface-invariant: Make the expected link failure go to stdout. * arb_arrays_of_arrays/max-binding: Don't log all the expected fails to stderr. * arb_texture_buffer_object: Don't compile the CS if GLSL version too low. * arb_blend_func_extended/output-location: Quiet expected link failure. * arb_cull_distance/exceed-limits: Don't log to stderr on expected result. * piglit: Don't warn about defaulting to GL under EGL if it's explicitly set. * gl-3.0-bound-resource-limits: Don't print to stderr on normal operation. * fface-invariant: Don't log to stderr when we compile fail as expected. * intel_performance_query: request 3.0 context * general/depth-clear-with-copy: New test. OBS-URL: https://build.opensuse.org/package/show/benchmark/piglit?expand=0&rev=39
This commit is contained in:
parent
5fb4d0fb33
commit
9bc8f9a3d6
17
_service
17
_service
@ -1,15 +1,16 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<service mode="disabled" name="obs_scm">
|
||||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
|
<param name="url">https://anongit.freedesktop.org/git/piglit.git/</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">piglit</param>
|
<param name="filename">piglit</param>
|
||||||
<param name="revision">master</param>
|
<param name="versionformat">1~%cd</param>
|
||||||
<param name="versionformat">1~%cd.%h</param>
|
<param name="revision">main</param>
|
||||||
</service>
|
|
||||||
<service mode="disabled" name="recompress">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="disabled" name="set_version"/>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">gz</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
|
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
|
||||||
<param name="changesrevision">c0b320729b87cd52b7f9f216185e5824293dbf9a</param></service></servicedata>
|
<param name="changesrevision">c0b320729b87cd52b7f9f216185e5824293dbf9a</param></service><service name="tar_scm">
|
||||||
|
<param name="url">https://anongit.freedesktop.org/git/piglit.git/</param>
|
||||||
|
<param name="changesrevision">172030ccb6805dd434bd6ace01fed84a91cd015c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:86caa0da8eec1a3b780474641ee81cab3eadc743e96ea7ccfd02116cf6d9a6da
|
|
||||||
size 8082388
|
|
3
piglit-1~20230613.obscpio
Normal file
3
piglit-1~20230613.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1e1c3a990bd55385e797db03d07d231c231a3944cbf90e7deae7d93c9219873
|
||||||
|
size 83994638
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 14 11:35:22 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1~20230613:
|
||||||
|
* fface-invariant: Make the expected link failure go to stdout.
|
||||||
|
* arb_arrays_of_arrays/max-binding: Don't log all the expected fails to stderr.
|
||||||
|
* arb_texture_buffer_object: Don't compile the CS if GLSL version too low.
|
||||||
|
* arb_blend_func_extended/output-location: Quiet expected link failure.
|
||||||
|
* arb_cull_distance/exceed-limits: Don't log to stderr on expected result.
|
||||||
|
* piglit: Don't warn about defaulting to GL under EGL if it's explicitly set.
|
||||||
|
* gl-3.0-bound-resource-limits: Don't print to stderr on normal operation.
|
||||||
|
* fface-invariant: Don't log to stderr when we compile fail as expected.
|
||||||
|
* intel_performance_query: request 3.0 context
|
||||||
|
* general/depth-clear-with-copy: New test.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 18 07:41:10 UTC 2022 - pgajdos@suse.com
|
Tue Oct 18 07:41:10 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
4
piglit.obsinfo
Normal file
4
piglit.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: piglit
|
||||||
|
version: 1~20230613
|
||||||
|
mtime: 1686678458
|
||||||
|
commit: 172030ccb6805dd434bd6ace01fed84a91cd015c
|
18
piglit.spec
18
piglit.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package piglit
|
# spec file for package piglit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,13 +26,13 @@
|
|||||||
%bcond_without opengles
|
%bcond_without opengles
|
||||||
%endif
|
%endif
|
||||||
Name: piglit
|
Name: piglit
|
||||||
Version: 1~20210326.6a4be9e99
|
Version: 1~20230613
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL driver testing framework
|
Summary: OpenGL driver testing framework
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Benchmark
|
Group: System/Benchmark
|
||||||
URL: https://cgit.freedesktop.org/piglit
|
URL: https://cgit.freedesktop.org/piglit
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: piglit-rpmlintrc
|
Source1: piglit-rpmlintrc
|
||||||
Source2: suse_qa.py
|
Source2: suse_qa.py
|
||||||
Source3: suse_qa-skip-tests.txt
|
Source3: suse_qa-skip-tests.txt
|
||||||
@ -42,19 +42,20 @@ BuildRequires: cmake
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: glslang-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-Mako
|
BuildRequires: python3-Mako
|
||||||
BuildRequires: python3-numpy
|
BuildRequires: python3-numpy
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: waffle-devel
|
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
BuildRequires: pkgconfig(vulkan)
|
||||||
|
BuildRequires: pkgconfig(waffle-1)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: pkgconfig(xcb-dri2)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
BuildRequires: pkgconfig(xcb-dri3)
|
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: python3-Mako
|
Requires: python3-Mako
|
||||||
Requires: python3-numpy
|
Requires: python3-numpy
|
||||||
@ -88,7 +89,7 @@ some specific regression tests for certain bugs. HTML summaries can
|
|||||||
be generated, including the ability to compare different test runs.
|
be generated, including the ability to compare different test runs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Note: Overwriting CMAKE_SHARED_LINKER_FLAGS with those from the cmake macro,
|
# Note: Overwriting CMAKE_SHARED_LINKER_FLAGS with those from the cmake macro,
|
||||||
@ -125,8 +126,7 @@ install -Dpm 644 %{SOURCE5} \
|
|||||||
{buildroot}%{_libdir}/piglit/tests
|
{buildroot}%{_libdir}/piglit/tests
|
||||||
%fdupes %{buildroot}/%{_libdir}/piglit
|
%fdupes %{buildroot}/%{_libdir}/piglit
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/piglit
|
%{_libdir}/piglit
|
||||||
|
Loading…
Reference in New Issue
Block a user