Accepting request 999539 from X11:XOrg

- Update to version 1.0.10
  * gitlab CI: add a basic build test
  * Fix spelling/wording issues
  * Autest.c: Fix -Wdiscarded-qualifiers warnings
  * Remove unnnecessary casts from malloc() and free() calls
  * XauReadAuth: move failure handling code to a common code block

OBS-URL: https://build.opensuse.org/request/show/999539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXau?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-08-28 11:12:18 +00:00 committed by Git OBS Bridge
commit 0191b45341
4 changed files with 18 additions and 8 deletions

3
libXau-1.0.10.tar.xz Normal file
View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 27 08:55:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.10
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* Autest.c: Fix -Wdiscarded-qualifiers warnings
* Remove unnnecessary casts from malloc() and free() calls
* XauReadAuth: move failure handling code to a common code block
-------------------------------------------------------------------
Mon Feb 11 11:15:25 UTC 2019 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libXau
#
# 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
@ -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: libXau
%define lname libXau6
Version: 1.0.9
Version: 1.0.10
Release: 0
Summary: X11 authorization protocol library
License: MIT
Group: Development/Libraries/C and C++
Url: http://xorg.freedesktop.org/
URL: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXau
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXau/
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