Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rendercheck for openSUSE:Factory 
checked in at 2024-04-26 23:26:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rendercheck (Old)
 and      /work/SRC/openSUSE:Factory/.rendercheck.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rendercheck"

Fri Apr 26 23:26:28 2024 rev:8 rq:1170149 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rendercheck/rendercheck.changes  2015-06-12 
20:32:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rendercheck.new.1880/rendercheck.changes        
2024-04-26 23:26:33.367381061 +0200
@@ -1,0 +2,35 @@
+Tue Apr 23 23:41:43 UTC 2024 - Stefan Dirsch <sndir...@suse.com>
+
+- 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
+- fixed source URL in specfile
+
+-------------------------------------------------------------------

Old:
----
  rendercheck-1.5.tar.bz2

New:
----
  rendercheck-1.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rendercheck.spec ++++++
--- /var/tmp/diff_new_pack.8CFDUd/_old  2024-04-26 23:26:33.827397851 +0200
+++ /var/tmp/diff_new_pack.8CFDUd/_new  2024-04-26 23:26:33.831397997 +0200
@@ -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:        
https://xorg.freedesktop.org/archive/individual/test/%{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 @@
 %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}
 

Reply via email to