From 75c858d5fe82bd16510d37a7fff6d5b0eb42e41b30258db1f7752714d76229b4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 20 Nov 2022 22:51:01 +0000 Subject: [PATCH] - Update to version 1.1.4 * Update configure.ac bug URL for gitlab migration * gitlab CI: add a basic build test * Fix build on Solaris 11.3.0 - 11.3.8 * Fix spelling/wording issues * gitlab CI: enable doc builds in basic build test * Use memcpy() instead of memmove() when buffers are known not to overlap * arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined * XdmcpDisposeARRAYofARRAY8: Reduce scope of i * Only link with libbsd if needed for arc4random_buf() * Switch from libbsd to libbsd-overlay OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=16 --- libXdmcp-1.1.3.tar.bz2 | 3 --- libXdmcp-1.1.4.tar.xz | 3 +++ libXdmcp.changes | 15 +++++++++++++++ libXdmcp.spec | 10 +++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 libXdmcp-1.1.3.tar.bz2 create mode 100644 libXdmcp-1.1.4.tar.xz diff --git a/libXdmcp-1.1.3.tar.bz2 b/libXdmcp-1.1.3.tar.bz2 deleted file mode 100644 index 89df051..0000000 --- a/libXdmcp-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529 -size 332795 diff --git a/libXdmcp-1.1.4.tar.xz b/libXdmcp-1.1.4.tar.xz new file mode 100644 index 0000000..46b12f7 --- /dev/null +++ b/libXdmcp-1.1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dce5cc317f8f0b484ec347d87d81d552cdbebb178bd13c5d8193b6b7cd6ad00 +size 295184 diff --git a/libXdmcp.changes b/libXdmcp.changes index b7a9132..df05681 100644 --- a/libXdmcp.changes +++ b/libXdmcp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Nov 20 22:48:32 UTC 2022 - Stefan Dirsch + +- Update to version 1.1.4 + * Update configure.ac bug URL for gitlab migration + * gitlab CI: add a basic build test + * Fix build on Solaris 11.3.0 - 11.3.8 + * Fix spelling/wording issues + * gitlab CI: enable doc builds in basic build test + * Use memcpy() instead of memmove() when buffers are known not to overlap + * arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined + * XdmcpDisposeARRAYofARRAY8: Reduce scope of i + * Only link with libbsd if needed for arc4random_buf() + * Switch from libbsd to libbsd-overlay + ------------------------------------------------------------------- Thu Mar 21 15:09:26 UTC 2019 - Stefan Dirsch diff --git a/libXdmcp.spec b/libXdmcp.spec index f059081..048ce2f 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -1,7 +1,7 @@ # # spec file for package libXdmcp # -# 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: libXdmcp %define lname libXdmcp6 -Version: 1.1.3 +Version: 1.1.4 Release: 0 Summary: X Display Manager Control 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/libXdmcp #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdmcp/ -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 BuildRequires: autoconf >= 2.60