Accepting request 1092035 from home:sbradnick

- Update to version 2.8.7:
  * add debian packaging
  * replace layer output flag `wlroots` in favor of `wayland`: it now works with any wayland wms, but only sway and hyprland have proper window positioning, hopefully add support for other wms in the future
  * support multiple monitors under sway and hyprland
  * peformance improvements for X11 canvas
  * update documentation
  * add more features to cmake install
  * improve libvips and opencv code

OBS-URL: https://build.opensuse.org/request/show/1092035
OBS-URL: https://build.opensuse.org/package/show/utilities/ueberzugpp?expand=0&rev=7
This commit is contained in:
Scott Bradnick 2023-06-10 17:14:19 +00:00 committed by Git OBS Bridge
parent e5391b2b5a
commit 48e8c8177d
4 changed files with 19 additions and 4 deletions

View File

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

3
ueberzugpp-2.8.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:650fa80f632f4ad61313cec10d392ea092b8b2b74dd5ba5c5339aa01f6b8543a
size 53658

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jun 10 16:24:58 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 2.8.7:
* add debian packaging
* replace layer output flag `wlroots` in favor of `wayland`: it now works with any wayland wms, but only sway and hyprland have proper window positioning, hopefully add support for other wms in the future
* support multiple monitors under sway and hyprland
* peformance improvements for X11 canvas
* update documentation
* add more features to cmake install
* improve libvips and opencv code
-------------------------------------------------------------------
Tue May 30 00:57:17 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>

View File

@ -18,7 +18,7 @@
%define short_name ueberzug
Name: ueberzugpp
Version: 2.8.6
Version: 2.8.7
Release: 0
Summary: Utility to render images in terminals
License: GPL-3.0
@ -76,8 +76,11 @@ Advantages over w3mimgdisplay and ueberzug:
%files
%{_bindir}/%{short_name}
%{_bindir}/%{short_name}pp
%license LICENSE
%doc README.md
%{_mandir}/man1/%{short_name}.1%{?ext_man}
%{_mandir}/man1/%{short_name}pp.1%{?ext_man}
%changelog