Accepting request 1029698 from X11:XOrg

- Update to version 1.1.4
This release includes two notable changes to XmuConvertStandardSelection():
1) It no longer supports XA_IP_ADDRESS, which only supported IPv4 addresses
   and simply provided the output of gethostbyname() on the local hostname.
2) XA_OWNER_OS no longer reports "BSD" for any Unix-like OS (including Linux)
   that it hadn't been coded to handle, instead relying on uname() where
   available to provide the OS name.
The lack of bug reports about the previously misleading output for these
suggests they're not widely used, with codesearch.debian.net only finding
matches in libXmu and the rust bindings to libXmu, and not any consumers
of these interfaces.

OBS-URL: https://build.opensuse.org/request/show/1029698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXmu?expand=0&rev=11
factory
Dominique Leuenberger 8 months ago committed by Git OBS Bridge
commit 166f2f4517

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731
size 394330

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:210de3ab9c3e9382572c25d17c2518a854ce6e2c62c5f8315deac7579e758244
size 349264

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 18 09:54:56 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.4
This release includes two notable changes to XmuConvertStandardSelection():
1) It no longer supports XA_IP_ADDRESS, which only supported IPv4 addresses
and simply provided the output of gethostbyname() on the local hostname.
2) XA_OWNER_OS no longer reports "BSD" for any Unix-like OS (including Linux)
that it hadn't been coded to handle, instead relying on uname() where
available to provide the OS name.
The lack of bug reports about the previously misleading output for these
suggests they're not widely used, with codesearch.debian.net only finding
matches in libXmu and the rust bindings to libXmu, and not any consumers
of these interfaces.
-------------------------------------------------------------------
Thu Mar 21 15:25:51 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

@ -1,7 +1,7 @@
#
# spec file for package libXmu
#
# 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,21 +12,21 @@
# 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: libXmu
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: Miscellaneous utility routines for X
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/libXmu
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXmu/
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
#git#BuildRequires: autoconf >= 2.60, automake, libtool

Loading…
Cancel
Save