diff --git a/xprop-1.2.4.tar.bz2 b/xprop-1.2.4.tar.bz2 deleted file mode 100644 index f5da435..0000000 --- a/xprop-1.2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753 -size 149930 diff --git a/xprop-1.2.5.tar.bz2 b/xprop-1.2.5.tar.bz2 new file mode 100644 index 0000000..d9a7cde --- /dev/null +++ b/xprop-1.2.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b92ed0316bf2486121d8bac88bd1878f16b43bd335f18009b1f941f1eca93a1 +size 151216 diff --git a/xprop.changes b/xprop.changes index 6f07538..1896763 100644 --- a/xprop.changes +++ b/xprop.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Nov 20 10:57:17 UTC 2020 - Stefan Dirsch + +- 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 diff --git a/xprop.spec b/xprop.spec index 905f5a2..ab35507 100644 --- a/xprop.spec +++ b/xprop.spec @@ -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)