Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libXrender for openSUSE:Factory checked in at 2022-10-23 16:33:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libXrender (Old) and /work/SRC/openSUSE:Factory/.libXrender.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libXrender" Sun Oct 23 16:33:02 2022 rev:11 rq:1030487 version:0.9.11 Changes: -------- --- /work/SRC/openSUSE:Factory/libXrender/libXrender.changes 2016-11-05 21:21:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libXrender.new.2275/libXrender.changes 2022-10-23 16:33:18.551286680 +0200 @@ -1,0 +2,41 @@ +Sat Oct 22 08:17:20 UTC 2022 - Stefan Dirsch <sndirsch@suse.com> + +- Update to version 0.9.11 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Remove unnecessary casts from malloc & free calls + * Reduce variable scopes as recommended by cppcheck + * Resolve -Wsign-compare warnings + * Rename xDepth to xPDepth to quiet -Wshadow warnings + * fix coredumps in XRenderComputeTrapezoids (issue #1) + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * WIP: Documentation + * autogen.sh: use exec instead of waiting for configure to finish + * Add missing HAVE_CONFIG_H guard to Xrenderint.h + * amend cppcheck-scope change, fixing c89 build + * additional cppcheck-scope warning + * cppcheck (removing unused assignment lets variable scope reduction) + * use casts to reduce compiler warnings (no object change) + * use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings + * use _X_UNUSED for compiler-warnings + * whitespace fix + * fix regression + * fix coredumps in XRenderComputeTrapezoids (issue #1) + * autogen.sh: use quoted string variables + * autogen: add default patch prefix + * WIP: Documentation + * autogen.sh: use exec instead of waiting for configure to finish + * Add missing HAVE_CONFIG_H guard to Xrenderint.h + * amend cppcheck-scope change, fixing c89 build + * additional cppcheck-scope warning + * cppcheck (removing unused assignment lets variable scope reduction) + * use casts to reduce compiler warnings (no object change) + * use _Xconst with DataInt32/DataInt16/memcpy to reduce strict compiler warnings + * use _X_UNUSED for compiler-warnings + * whitespace fix + * fix regression + +------------------------------------------------------------------- Old: ---- libXrender-0.9.10.tar.bz2 New: ---- libXrender-0.9.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libXrender.spec ++++++ --- /var/tmp/diff_new_pack.iO8SWe/_old 2022-10-23 16:33:18.955287673 +0200 +++ /var/tmp/diff_new_pack.iO8SWe/_new 2022-10-23 16:33:18.959287683 +0200 @@ -1,7 +1,7 @@ # # spec file for package libXrender # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +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: libXrender %define lname libXrender1 -Version: 0.9.10 +Version: 0.9.11 Release: 0 Summary: X Rendering Extension library License: MIT Group: Development/Libraries/C and C++ -Url: http://cgit.freedesktop.org/xorg/lib/libXrender/ +URL: http://cgit.freedesktop.org/xorg/lib/libXrender/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrender #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrender/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool