Accepting request 1036995 from X11:XOrg

- 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/request/show/1036995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=11
factory
Dominique Leuenberger 7 months ago committed by Git OBS Bridge
commit 7f934c7fff

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529
size 332795

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dce5cc317f8f0b484ec347d87d81d552cdbebb178bd13c5d8193b6b7cd6ad00
size 295184

@ -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…
Cancel
Save