- 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
This commit is contained in:
Stefan Dirsch 2022-12-04 23:07:34 +00:00 committed by Git OBS Bridge
parent 19e1f87b78
commit 1f8d892268
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3218a2c15bab8035d16810df5b8251ffc7132ff3aa70651a1fba0bfe9634e8f
size 316993

BIN
libXcomposite-0.4.6.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Dec 4 23:06:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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