forked from pool/piglit
Accepting request 1093126 from benchmark
- 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/request/show/1093126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/piglit?expand=0&rev=17
This commit is contained in:
commit
cabe957630
@ -1,7 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">6</size>
|
||||
<size unit="G">8</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</constraints>
|
||||
|
17
_service
17
_service
@ -1,15 +1,16 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git</param>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://anongit.freedesktop.org/git/piglit.git/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">piglit</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">1~%cd.%h</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="versionformat">1~%cd</param>
|
||||
<param name="revision">main</param>
|
||||
</service>
|
||||
<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>
|
||||
|
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<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
|
||||
|
||||
|
4
piglit.obsinfo
Normal file
4
piglit.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: piglit
|
||||
version: 1~20230613
|
||||
mtime: 1686678458
|
||||
commit: 172030ccb6805dd434bd6ace01fed84a91cd015c
|
20
piglit.spec
20
piglit.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,13 +26,13 @@
|
||||
%bcond_without opengles
|
||||
%endif
|
||||
Name: piglit
|
||||
Version: 1~20210326.6a4be9e99
|
||||
Version: 1~20230613
|
||||
Release: 0
|
||||
Summary: OpenGL driver testing framework
|
||||
License: MIT
|
||||
Group: System/Benchmark
|
||||
URL: https://cgit.freedesktop.org/piglit
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: piglit-rpmlintrc
|
||||
Source2: suse_qa.py
|
||||
Source3: suse_qa-skip-tests.txt
|
||||
@ -42,24 +42,25 @@ BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-Mako
|
||||
BuildRequires: python3-numpy
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: waffle-devel
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
BuildRequires: pkgconfig(waffle-1) >= 1.6.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-dri2)
|
||||
BuildRequires: pkgconfig(xcb-dri3)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
Requires: python3
|
||||
Requires: python3-Mako
|
||||
Requires: python3-numpy
|
||||
Requires: python3-xml
|
||||
Recommends: waffle
|
||||
Recommends: waffle >= 1.6.0
|
||||
ExcludeArch: %{ix86} ppc
|
||||
%if %{with opengl}
|
||||
BuildRequires: pkgconfig(gl)
|
||||
@ -88,7 +89,7 @@ some specific regression tests for certain bugs. HTML summaries can
|
||||
be generated, including the ability to compare different test runs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
# Note: Overwriting CMAKE_SHARED_LINKER_FLAGS with those from the cmake macro,
|
||||
@ -125,8 +126,7 @@ install -Dpm 644 %{SOURCE5} \
|
||||
{buildroot}%{_libdir}/piglit/tests
|
||||
%fdupes %{buildroot}/%{_libdir}/piglit
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%{_libdir}/piglit
|
||||
|
Loading…
Reference in New Issue
Block a user