From 2ec699ef168de0d061de8bde39caaecab0927d1d7294aaa12af2d382d76f0d20 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 24 Apr 2024 00:01:21 +0000 Subject: [PATCH 1/2] - Update to release 1.6 * Skip shmblend if SHM pixmaps aren't supported * triangles: Fix tests for conjoint and disjoint ops * Be valgrind-clean * Don't fail to find the a8r8g8b8 format pointlessly * Enable a few more formats * Update bug tracker URL in man page * gitlab CI: add a basic build test * t_repeat.c, t_triangles.c: convert from ISO-8859-1 to UTF-8 * autogen.sh: use quoted string variables * Start using stdbool.h instead of Xlib or custom bools. * Save the list of active formats in a global for use by tests. * Use ELF sections to make test setup easier. * shmblend: New test for XRenderComposite() from a pixmap in SHM. * autogen: Set a default prefix for patches if unset. * Fix a printf format warning. * Add a meson build system. * Remove the autotools build system. * Simplify manpage variable substitution for Meson. * Explain how to build using meson in the README. * darwin: Build fix * Mark pointers to test structs as used to prevent dead symbol stripping * Prevent ASan from placing guards around test structs as we expect them to be laid out sequentially * Revert "Reduce the number of colors to speed up test execution." * meson: Set project version * meson: Set project license * autogen.sh: drop --enable-maintainer-mode * autogen.sh: honor NOCONFIGURE=1 * Fix errx handling of va_list - switched to meson build OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/rendercheck?expand=0&rev=8 --- rendercheck-1.5.tar.bz2 | 3 --- rendercheck-1.6.tar.xz | 3 +++ rendercheck.changes | 34 ++++++++++++++++++++++++++++++++++ rendercheck.spec | 20 +++++++++++--------- 4 files changed, 48 insertions(+), 12 deletions(-) delete mode 100644 rendercheck-1.5.tar.bz2 create mode 100644 rendercheck-1.6.tar.xz diff --git a/rendercheck-1.5.tar.bz2 b/rendercheck-1.5.tar.bz2 deleted file mode 100644 index ef1d961..0000000 --- a/rendercheck-1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00605679436d65ccf9a6f1f1cb206df7a2e8b28a7821e867922d2b14b009f1cc -size 143656 diff --git a/rendercheck-1.6.tar.xz b/rendercheck-1.6.tar.xz new file mode 100644 index 0000000..9b1c8dd --- /dev/null +++ b/rendercheck-1.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006a70232b190c8fc035db0b5c033e7d54e7f3442ac0325dbad10b7134c32a01 +size 23996 diff --git a/rendercheck.changes b/rendercheck.changes index 9b5142c..0b27ec7 100644 --- a/rendercheck.changes +++ b/rendercheck.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Apr 23 23:41:43 UTC 2024 - Stefan Dirsch + +- Update to release 1.6 + * Skip shmblend if SHM pixmaps aren't supported + * triangles: Fix tests for conjoint and disjoint ops + * Be valgrind-clean + * Don't fail to find the a8r8g8b8 format pointlessly + * Enable a few more formats + * Update bug tracker URL in man page + * gitlab CI: add a basic build test + * t_repeat.c, t_triangles.c: convert from ISO-8859-1 to UTF-8 + * autogen.sh: use quoted string variables + * Start using stdbool.h instead of Xlib or custom bools. + * Save the list of active formats in a global for use by tests. + * Use ELF sections to make test setup easier. + * shmblend: New test for XRenderComposite() from a pixmap in SHM. + * autogen: Set a default prefix for patches if unset. + * Fix a printf format warning. + * Add a meson build system. + * Remove the autotools build system. + * Simplify manpage variable substitution for Meson. + * Explain how to build using meson in the README. + * darwin: Build fix + * Mark pointers to test structs as used to prevent dead symbol stripping + * Prevent ASan from placing guards around test structs as we expect them to be laid out sequentially + * Revert "Reduce the number of colors to speed up test execution." + * meson: Set project version + * meson: Set project license + * autogen.sh: drop --enable-maintainer-mode + * autogen.sh: honor NOCONFIGURE=1 + * Fix errx handling of va_list +- switched to meson build + ------------------------------------------------------------------- Fri Jun 12 08:36:31 UTC 2015 - sndirsch@suse.com diff --git a/rendercheck.spec b/rendercheck.spec index a2698a4..f7549ce 100644 --- a/rendercheck.spec +++ b/rendercheck.spec @@ -1,7 +1,7 @@ # # spec file for package rendercheck # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: rendercheck -Version: 1.5 +Version: 1.6 Release: 0 Summary: Program to test a Render extension implementation License: HPND Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +URL: http://xorg.freedesktop.org/ +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz +BuildRequires: meson BuildRequires: pkg-config BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xrender) # This was part of the xorg-x11 package up to version 7.6 @@ -40,15 +42,15 @@ against separate calculations of expected output. %setup -q %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS COPYING NEWS README %{_bindir}/rendercheck %{_mandir}/man1/rendercheck.1%{?ext_man} From fe8e20d5783b0f1e09bece5b194b59377b32389bd0dee8257029a13b3151da0c Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 25 Apr 2024 13:23:33 +0000 Subject: [PATCH 2/2] - fixed source URL in specfile OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/rendercheck?expand=0&rev=9 --- rendercheck.changes | 1 + rendercheck.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rendercheck.changes b/rendercheck.changes index 0b27ec7..7db8a4e 100644 --- a/rendercheck.changes +++ b/rendercheck.changes @@ -31,6 +31,7 @@ Tue Apr 23 23:41:43 UTC 2024 - Stefan Dirsch * autogen.sh: honor NOCONFIGURE=1 * Fix errx handling of va_list - switched to meson build +- fixed source URL in specfile ------------------------------------------------------------------- Fri Jun 12 08:36:31 UTC 2015 - sndirsch@suse.com diff --git a/rendercheck.spec b/rendercheck.spec index f7549ce..71bba9f 100644 --- a/rendercheck.spec +++ b/rendercheck.spec @@ -23,7 +23,7 @@ Summary: Program to test a Render extension implementation License: HPND Group: System/X11/Utilities URL: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz +Source0: https://xorg.freedesktop.org/archive/individual/test/%{name}-%{version}.tar.xz BuildRequires: meson BuildRequires: pkg-config BuildRequires: pkgconfig(x11)