Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

5 changed files with 8 additions and 39 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.osc

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

BIN
ueberzugpp-2.8.9.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,32 +1,3 @@
-------------------------------------------------------------------
Wed Jul 19 20:43:50 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
- Taking step(s) to move to Gitea (https://src.opensuse.org)
-------------------------------------------------------------------
Tue Jul 18 14:04:10 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
- 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 <scott.bradnick@suse.com>
- 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 <scott.bradnick@suse.com>

View File

@ -18,21 +18,21 @@
%define short_name ueberzug
Name: ueberzugpp
Version: 2.8.9
Version: 2.8.7
Release: 0
Summary: Utility to render images in terminals
License: GPL-3.0-only
License: GPL-3.0
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,8 +73,6 @@ 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}
@ -85,3 +83,4 @@ ln -s %{_mandir}/man1/ueberzugpp.1 %{buildroot}%{_mandir}/man1/ueberzug.1
%{_mandir}/man1/%{short_name}pp.1%{?ext_man}
%changelog