- 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
This commit is contained in:
parent
a377da9893
commit
75c858d5fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529
|
||||
size 332795
|
BIN
libXdmcp-1.1.4.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXdmcp-1.1.4.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 20 22:48:32 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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 <sndirsch@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user