From 1f8d892268aad81147a519630ed86ffc781a062155b748f741fe1f8e2412bd38 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 4 Dec 2022 23:07:34 +0000 Subject: [PATCH] - Update to version 0.4.6 * Fix spelling/wording issues * gitlab CI: add a basic build test * Mark two dpy parameters const as suggested by cppcheck * Remove unnecessary casts from malloc() and free() calls * Wrap XComposite*CheckExtension() in do { ... } while(0) * Handle implicit conversion warnings from clang * XCompositeCloseDisplay: Mark codes as unused OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcomposite?expand=0&rev=19 --- libXcomposite-0.4.5.tar.bz2 | 3 --- libXcomposite-0.4.6.tar.xz | 3 +++ libXcomposite.changes | 12 ++++++++++++ libXcomposite.spec | 8 ++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 libXcomposite-0.4.5.tar.bz2 create mode 100644 libXcomposite-0.4.6.tar.xz diff --git a/libXcomposite-0.4.5.tar.bz2 b/libXcomposite-0.4.5.tar.bz2 deleted file mode 100644 index 1ca5243..0000000 --- a/libXcomposite-0.4.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f -size 316993 diff --git a/libXcomposite-0.4.6.tar.xz b/libXcomposite-0.4.6.tar.xz new file mode 100644 index 0000000..ee3c9d3 --- /dev/null +++ b/libXcomposite-0.4.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87 +size 265596 diff --git a/libXcomposite.changes b/libXcomposite.changes index bb4c976..4b875c0 100644 --- a/libXcomposite.changes +++ b/libXcomposite.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Dec 4 23:06:04 UTC 2022 - Stefan Dirsch + +- Update to version 0.4.6 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Mark two dpy parameters const as suggested by cppcheck + * Remove unnecessary casts from malloc() and free() calls + * Wrap XComposite*CheckExtension() in do { ... } while(0) + * Handle implicit conversion warnings from clang + * XCompositeCloseDisplay: Mark codes as unused + ------------------------------------------------------------------- Tue May 28 14:00:03 UTC 2019 - Stefan Dirsch diff --git a/libXcomposite.spec b/libXcomposite.spec index 03f7083..04a824a 100644 --- a/libXcomposite.spec +++ b/libXcomposite.spec @@ -1,7 +1,7 @@ # # spec file for package libXcomposite # -# Copyright (c) 2019 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 @@ -18,16 +18,16 @@ Name: libXcomposite %define lname libXcomposite1 -Version: 0.4.5 +Version: 0.4.6 Release: 0 Summary: X11 protocol Composite extension client library License: MIT Group: Development/Libraries/C and C++ -Url: http://wiki.freedesktop.org/wiki/Software/CompositeExt +URL: http://wiki.freedesktop.org/wiki/Software/CompositeExt #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXcomposite #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXcomposite/ -Source0: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2 +Source0: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool