From 4e80716c2234e25666a0750d3546a39ed7a3580839a8ff84eba05a3d57c4b059 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 27 Aug 2022 08:57:37 +0000 Subject: [PATCH] - 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/package/show/X11:XOrg/libXau?expand=0&rev=16 --- libXau-1.0.10.tar.xz | 3 +++ libXau-1.0.9.tar.bz2 | 3 --- libXau.changes | 10 ++++++++++ libXau.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 libXau-1.0.10.tar.xz delete mode 100644 libXau-1.0.9.tar.bz2 diff --git a/libXau-1.0.10.tar.xz b/libXau-1.0.10.tar.xz new file mode 100644 index 0000000..ba9d50b --- /dev/null +++ b/libXau-1.0.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be6f292334d2f87e5b919c001e149a9fdc27005d6b3e053862ac6ebbf1a0c0a +size 271724 diff --git a/libXau-1.0.9.tar.bz2 b/libXau-1.0.9.tar.bz2 deleted file mode 100644 index edc325a..0000000 --- a/libXau-1.0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec -size 322650 diff --git a/libXau.changes b/libXau.changes index fb98c11..94e0d06 100644 --- a/libXau.changes +++ b/libXau.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 27 08:55:26 UTC 2022 - Stefan Dirsch + +- 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 diff --git a/libXau.spec b/libXau.spec index df81eba..e3699cd 100644 --- a/libXau.spec +++ b/libXau.spec @@ -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