diff --git a/libXrender-0.9.10.tar.bz2 b/libXrender-0.9.10.tar.bz2 deleted file mode 100644 index 4fdb8a0..0000000 --- a/libXrender-0.9.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949 -size 308318 diff --git a/libXrender-0.9.11.tar.xz b/libXrender-0.9.11.tar.xz new file mode 100644 index 0000000..b23e953 --- /dev/null +++ b/libXrender-0.9.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc53759a3a83d1ff702fb59641b3d2f7c56e05051fa0cfa93501166fa782dc24 +size 302900 diff --git a/libXrender.changes b/libXrender.changes index 6cc137e..089b8f0 100644 --- a/libXrender.changes +++ b/libXrender.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sat Oct 22 08:17:20 UTC 2022 - Stefan Dirsch + +- 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 + ------------------------------------------------------------------- Sat Oct 29 00:03:45 UTC 2016 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXrender.spec b/libXrender.spec index 145e85e..f04b643 100644 --- a/libXrender.spec +++ b/libXrender.spec @@ -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