Tue, 14 May 2024 04:46:23 UTC | login

Information for build wlcs-1.6.1-2.fc40

ID268669
Package Namewlcs
Version1.6.1
Release2.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/wlcs.git#8885432e1d3b5e3d9c51784ae13e1cb6053e04a6
SummaryWayland Conformance Test Suite
Descriptionwlcs aspires to be a protocol-conformance-verifying test suite usable by Wayland compositor implementors. It is growing out of porting the existing Weston test suite to be run in Mir’s test suite, but it is designed to be usable by any compositor. wlcs relies on compositors providing an integration module, providing wlcs with API hooks to start a compositor, connect a client, move a window, and so on. This makes both writing and debugging tests easier - the tests are (generally) in the same address space as the compositor, so there is a consistent global clock available, it’s easier to poke around in compositor internals, and standard debugging tools can follow control flow from the test client to the compositor and back again.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 23 Nov 2023 02:48:40 UTC
CompletedThu, 23 Nov 2023 09:31:41 UTC
Taskbuild (f40, /rpms/wlcs.git:8885432e1d3b5e3d9c51784ae13e1cb6053e04a6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/wlcs.git#8885432e1d3b5e3d9c51784ae13e1cb6053e04a6'}}
Tags
f40
RPMs
src
wlcs-1.6.1-2.fc40.src.rpm (info) (download)
riscv64
wlcs-1.6.1-2.fc40.riscv64.rpm (info) (download)
wlcs-devel-1.6.1-2.fc40.riscv64.rpm (info) (download)
wlcs-debuginfo-1.6.1-2.fc40.riscv64.rpm (info) (download)
wlcs-debugsource-1.6.1-2.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Mon Oct 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-2 - Rebuild for gtest 1.14.0 * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.1-1 - Update to 1.6.1 (close RHBZ#2243684) * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.0-2 - Reorganize sanitizer conditionals * Wed Jul 19 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.6.0-1 - Update to 1.6.0 (close RHBZ#2223843) * Sun Jun 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.0-4 - Use new (rpm 4.17.1+) bcond style * Tue Jan 24 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.0-2 - Rebuilt for gtest 1.13.0 (close RHBZ#2164017) * Fri Jan 20 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.0-1 - Update to 1.5.0 (close RHBZ#2162721) * Fri Jan 20 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.0-8 - Confirm lib*san architectures for GCC 13 * Thu Dec 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.0-7 - Indicate dirs. in files list with trailing slashes * Tue Nov 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.0-6 - Update License to SPDX * Tue Nov 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.0-5 - Update architecture list for libtsan * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 10 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.4.0-3 - Rebuild against new gtest * Tue Jun 28 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.0-2 - Rebuilt for gtest 1.12.0 (close RHBZ#2101750) * Sat Mar 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.0-1 - Update to 1.4.0 (close RHBZ#2065815) * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 14 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3.0-6 - Drop -Werror * Tue Nov 02 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3.0-4 - Rebuild for gtest 1.11.0 (fix RHBZ#2001358) - Remove obsolete macros and workarounds - Update architecture lists for sanitizers - Audit source licenses and correct License from “GPLv2 or GPLv3” to “GPLv3” - Drop license files from -devel since it depends on the base package - Reduce macro indirection in the spec file - Use more pkgconfig(…) and cmake(…) dependencies where appropriate - Package README.rst in -devel package only, and also package example/ - Fix a trivial typo in README.rst and the package description * Tue Nov 02 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3.0-3 - Backport upstream patch to build with gtest 1.11