From e83732241d448d9c48cb554a62b0cf970b197d4780bae800407194a03df4f443 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 12 Jul 2019 10:43:48 +0000 Subject: [PATCH] - Update to version 1.1 * This release fixes a race condition where an existing authority file would be unlinked (possibly causing other clients to fail to connect), and fixes sorting and merging of authority file entries. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xauth?expand=0&rev=11 --- xauth-1.0.10.tar.bz2 | 3 --- xauth-1.1.tar.bz2 | 3 +++ xauth.changes | 9 +++++++++ xauth.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 xauth-1.0.10.tar.bz2 create mode 100644 xauth-1.1.tar.bz2 diff --git a/xauth-1.0.10.tar.bz2 b/xauth-1.0.10.tar.bz2 deleted file mode 100644 index 7680f94..0000000 --- a/xauth-1.0.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d -size 162176 diff --git a/xauth-1.1.tar.bz2 b/xauth-1.1.tar.bz2 new file mode 100644 index 0000000..f2a763b --- /dev/null +++ b/xauth-1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c +size 163510 diff --git a/xauth.changes b/xauth.changes index 47f29c4..1d11b56 100644 --- a/xauth.changes +++ b/xauth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 12 10:41:09 UTC 2019 - Stefan Dirsch + +- Update to version 1.1 + * This release fixes a race condition where an existing + authority file would be unlinked (possibly causing other + clients to fail to connect), and fixes sorting and merging + of authority file entries. + ------------------------------------------------------------------- Wed Feb 1 13:27:01 UTC 2017 - sndirsch@suse.com diff --git a/xauth.spec b/xauth.spec index 4c962b4..8cd5fc8 100644 --- a/xauth.spec +++ b/xauth.spec @@ -1,7 +1,7 @@ # # spec file for package xauth # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # 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: xauth -Version: 1.0.10 +Version: 1.1 Release: 0 Summary: Utility to edit and display the X authorization information License: MIT @@ -53,7 +53,7 @@ make %{?_smp_mflags} %files %defattr(-,root,root) -%doc ChangeLog COPYING README +%doc ChangeLog COPYING README.md %{_bindir}/xauth %{_mandir}/man1/xauth.1%{?ext_man}