From e291945289d380a4faa28d32d13a4bd1e2b3aae03ddee49a0ab9b06aeb4e58b0 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 3 Mar 2024 03:37:52 +0000 Subject: [PATCH] - Update to version 1.1.5 * Remove "All rights reserved" from Oracle copyright notices * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL * Xdmcp.h: add access attributes to function prototypes * Clear -Wunused-macros warnings when arc4random_buf() is available * XdmcpWriteHeader: drop unnecessary cast of free() argument * XdmcpWriteHeader: use calloc instead of malloc to alloc buffer * gitlab CI: add xz-utils to container for "make distcheck" OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=18 --- libXdmcp-1.1.4.tar.xz | 3 --- libXdmcp-1.1.5.tar.xz | 3 +++ libXdmcp.changes | 13 +++++++++++++ libXdmcp.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 libXdmcp-1.1.4.tar.xz create mode 100644 libXdmcp-1.1.5.tar.xz diff --git a/libXdmcp-1.1.4.tar.xz b/libXdmcp-1.1.4.tar.xz deleted file mode 100644 index 46b12f7..0000000 --- a/libXdmcp-1.1.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dce5cc317f8f0b484ec347d87d81d552cdbebb178bd13c5d8193b6b7cd6ad00 -size 295184 diff --git a/libXdmcp-1.1.5.tar.xz b/libXdmcp-1.1.5.tar.xz new file mode 100644 index 0000000..1334da0 --- /dev/null +++ b/libXdmcp-1.1.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a5222828c3adab70adf69a5583f1d32eb5ece04304f7f8392b6a353aa2228c +size 297596 diff --git a/libXdmcp.changes b/libXdmcp.changes index df05681..b66d4ce 100644 --- a/libXdmcp.changes +++ b/libXdmcp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Mar 3 03:34:58 UTC 2024 - Stefan Dirsch + +- Update to version 1.1.5 + * Remove "All rights reserved" from Oracle copyright notices + * configure: Use LT_INIT from libtool 2 instead of deprecated + AC_PROG_LIBTOOL + * Xdmcp.h: add access attributes to function prototypes + * Clear -Wunused-macros warnings when arc4random_buf() is available + * XdmcpWriteHeader: drop unnecessary cast of free() argument + * XdmcpWriteHeader: use calloc instead of malloc to alloc buffer + * gitlab CI: add xz-utils to container for "make distcheck" + ------------------------------------------------------------------- Sun Nov 20 22:48:32 UTC 2022 - Stefan Dirsch diff --git a/libXdmcp.spec b/libXdmcp.spec index 048ce2f..290550a 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -1,7 +1,7 @@ # # spec file for package libXdmcp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libXdmcp %define lname libXdmcp6 -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: X Display Manager Control Protocol library License: MIT