diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cdd401 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ueberzugpp-2.8.7.tar.gz b/ueberzugpp-2.8.7.tar.gz deleted file mode 100644 index b1601c7..0000000 --- a/ueberzugpp-2.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:650fa80f632f4ad61313cec10d392ea092b8b2b74dd5ba5c5339aa01f6b8543a -size 53658 diff --git a/ueberzugpp-2.8.9.tar.gz b/ueberzugpp-2.8.9.tar.gz new file mode 100644 index 0000000..4d1da6a --- /dev/null +++ b/ueberzugpp-2.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeff6a6583b84620b7893e44b386fbcb828c1987ec193ac486c391f316d091c8 +size 58717 diff --git a/ueberzugpp.changes b/ueberzugpp.changes index 6b7f254..05d4b3d 100644 --- a/ueberzugpp.changes +++ b/ueberzugpp.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Jul 19 20:43:50 UTC 2023 - Scott Bradnick + +- Taking step(s) to move to Gitea (https://src.opensuse.org) + +------------------------------------------------------------------- +Tue Jul 18 14:04:10 UTC 2023 - Scott Bradnick + +- Update to version 2.8.9: + * support for multiple images being displayed at the same time, images with the same identifier will be replaced + * improved terminal recognition (deeply nested terminals are recognized correctly) + * improved image positioning under wayland + * improved multimonitor support under wayland + * improved tmux support under wayland + * code modernizing and cleanup + * libressl support + * small x11 performance improvements + +------------------------------------------------------------------- +Fri Jun 23 21:05:42 UTC 2023 - Scott Bradnick + +- Update to version 2.8.8: + * use xcb-res for obtaining pid of windows + * use xcb-errors for useful error logging (disabled by default) + * fix syncronization issues and performance improvements for x11 canvas + * improve terminal selection + * fixes for hyprland + * improve throughput of unix socket + ------------------------------------------------------------------- Sat Jun 10 16:24:58 UTC 2023 - Scott Bradnick diff --git a/ueberzugpp.spec b/ueberzugpp.spec index 63ff08f..08fb6b1 100644 --- a/ueberzugpp.spec +++ b/ueberzugpp.spec @@ -18,21 +18,21 @@ %define short_name ueberzug Name: ueberzugpp -Version: 2.8.7 +Version: 2.8.9 Release: 0 Summary: Utility to render images in terminals -License: GPL-3.0 +License: GPL-3.0-only URL: https://github.com/jstkdng/%{name} Source: https://github.com/jstkdng/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: automake BuildRequires: cmake -BuildRequires: cmake(Microsoft.GSL) -BuildRequires: cmake(spdlog) BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: git-core BuildRequires: make BuildRequires: ninja +BuildRequires: cmake(Microsoft.GSL) +BuildRequires: cmake(spdlog) BuildRequires: pkgconfig(CLI11) BuildRequires: pkgconfig(botan-2) BuildRequires: pkgconfig(chafa) @@ -73,6 +73,8 @@ Advantages over w3mimgdisplay and ueberzug: %install %cmake_install +rm -v %{buildroot}%{_mandir}/man1/ueberzug.1 +ln -s %{_mandir}/man1/ueberzugpp.1 %{buildroot}%{_mandir}/man1/ueberzug.1 %files %{_bindir}/%{short_name} @@ -83,4 +85,3 @@ Advantages over w3mimgdisplay and ueberzug: %{_mandir}/man1/%{short_name}pp.1%{?ext_man} %changelog -