- Update to version 1.2.5

* Add missing `-help` function
  * Make output with unknown width terminal the same as old code
  * Free string list returned from XmbTextPropertyToTextList
  * Correct icon buffer width computation for truecolor terminals
  * Check return value from ioctl(TIOCGWINSZ)
  * Don't display icons if they would line-wrap.
  * Break down memory allocation logic and fix overallocating for UTF8.
  * Fix aspect ratio for icon display by using two characters per icon pixel.
  * Support true color output for icons if the terminal advertises it.
  * Fix formatting of back-to-back not shown icons.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=11
This commit is contained in:
Stefan Dirsch 2020-11-20 11:01:57 +00:00 committed by Git OBS Bridge
parent 6f15a5a956
commit 9e1249f0c6
4 changed files with 22 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753
size 149930

3
xprop-1.2.5.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Nov 20 10:57:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.2.5
* Add missing `-help` function
* Make output with unknown width terminal the same as old code
* Free string list returned from XmbTextPropertyToTextList
* Correct icon buffer width computation for truecolor terminals
* Check return value from ioctl(TIOCGWINSZ)
* Don't display icons if they would line-wrap.
* Break down memory allocation logic and fix overallocating for UTF8.
* Fix aspect ratio for icon display by using two characters per icon pixel.
* Support true color output for icons if the terminal advertises it.
* Fix formatting of back-to-back not shown icons.
-------------------------------------------------------------------
Sun Mar 10 11:51:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xprop
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,17 @@
# 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: xprop
Version: 1.2.4
Version: 1.2.5
Release: 0
Summary: Property displayer for X
License: MIT
Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)