commit ueberzugpp for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ueberzugpp for openSUSE:Factory checked in at 2024-08-06 09:08:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ueberzugpp (Old) and /work/SRC/openSUSE:Factory/.ueberzugpp.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ueberzugpp" Tue Aug 6 09:08:00 2024 rev:11 rq:1191738 version:2.9.6+git20240730.415879b Changes: -------- --- /work/SRC/openSUSE:Factory/ueberzugpp/ueberzugpp.changes 2024-06-17 19:30:50.405208525 +0200 +++ /work/SRC/openSUSE:Factory/.ueberzugpp.new.7232/ueberzugpp.changes 2024-08-06 09:08:18.501652414 +0200 @@ -1,0 +2,18 @@ +Mon Aug 5 15:25:48 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com> + +- Swapping in pkgconfig(libcrypto) for pkgconfig(botan-3) per suggestion of + Andreas Stieger in https://build.opensuse.org/request/show/1191432 + +------------------------------------------------------------------- +Fri Aug 02 17:09:15 UTC 2024 - scott.bradnick@suse.com + +- Update to version 2.9.6+git20240730.415879b: + * Set minimum CMake version to 3.21 + * scripts: fzf preview positioning fixed + +------------------------------------------------------------------- +Fri Aug 2 17:08:22 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com> + +- Updating to use pkgconfig(botan-3) vs. pkgconfig(botan-2) + +------------------------------------------------------------------- Old: ---- ueberzugpp-2.9.6+git20240609.7051b04.tar.gz New: ---- ueberzugpp-2.9.6+git20240730.415879b.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ueberzugpp.spec ++++++ --- /var/tmp/diff_new_pack.HpxKKL/_old 2024-08-06 09:08:19.581696892 +0200 +++ /var/tmp/diff_new_pack.HpxKKL/_new 2024-08-06 09:08:19.581696892 +0200 @@ -18,7 +18,7 @@ %define short_name ueberzug Name: ueberzugpp -Version: 2.9.6+git20240609.7051b04 +Version: 2.9.6+git20240730.415879b Release: 0 Summary: Utility to render images in terminals License: GPL-3.0 @@ -34,9 +34,10 @@ BuildRequires: git-core BuildRequires: make BuildRequires: ninja +BuildRequires: pkgconfig BuildRequires: pkgconfig(CLI11) -BuildRequires: pkgconfig(botan-2) BuildRequires: pkgconfig(chafa) +BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libsixel) BuildRequires: pkgconfig(nlohmann_json) BuildRequires: pkgconfig(opencv4) ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.HpxKKL/_old 2024-08-06 09:08:19.629698868 +0200 +++ /var/tmp/diff_new_pack.HpxKKL/_new 2024-08-06 09:08:19.629698868 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/jstkdng/ueberzugpp</param> - <param name="changesrevision">7051b04e3a7d06aeeed8ca0c3243deed68966758</param></service></servicedata> + <param name="changesrevision">415879b61ad2dfb6943c665b3bc5c8bb42b650d8</param></service></servicedata> (No newline at EOF) ++++++ ueberzugpp-2.9.6+git20240609.7051b04.tar.gz -> ueberzugpp-2.9.6+git20240730.415879b.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ueberzugpp-2.9.6+git20240609.7051b04/CMakeLists.txt new/ueberzugpp-2.9.6+git20240730.415879b/CMakeLists.txt --- old/ueberzugpp-2.9.6+git20240609.7051b04/CMakeLists.txt 2024-06-09 16:34:46.000000000 +0200 +++ new/ueberzugpp-2.9.6+git20240730.415879b/CMakeLists.txt 2024-07-30 21:13:24.000000000 +0200 @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <https://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 3.22...3.28 FATAL_ERROR) +cmake_minimum_required(VERSION 3.21...3.28 FATAL_ERROR) set(UEBERZUGPP_VERSION 2.9.6) set(CMAKE_CXX_STANDARD 20) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ueberzugpp-2.9.6+git20240609.7051b04/scripts/fifo/fzf-fifo new/ueberzugpp-2.9.6+git20240730.415879b/scripts/fifo/fzf-fifo --- old/ueberzugpp-2.9.6+git20240609.7051b04/scripts/fifo/fzf-fifo 2024-06-09 16:34:46.000000000 +0200 +++ new/ueberzugpp-2.9.6+git20240730.415879b/scripts/fifo/fzf-fifo 2024-07-30 21:13:24.000000000 +0200 @@ -10,10 +10,6 @@ FIFO="/tmp/fzf_preview_fifo" [ -p "$FIFO" ] || mkfifo "$FIFO" -x=10 -y=5 -width=$(($(tput lines) / 2)) -height=$(($(tput lines) / 2)) start_ueberzugpp() { ueberzugpp layer --silent <"$FIFO" & @@ -26,7 +22,10 @@ trap cleanup HUP INT QUIT TERM EXIT preview_image() { - echo '{"path": "'"$1"'", "action": "add", "identifier": "fzfpreview", "x": "'"$x"'", "y": "'"$y"'", "width": "'"$width"'", "height": "'"$height"'"}' >"$FIFO" + echo '{"path": "'"$1"'", "action": "add", ''"identifier": "fzfpreview", '\ + '"x": "'"$FZF_PREVIEW_LEFT"'", "y": "'"$FZF_PREVIEW_TOP"'", '\ + '"width": "'"$FZF_PREVIEW_COLUMNS"'", "height": "'"$FZF_PREVIEW_LINES"'"}' \ + >"$FIFO" } case "$1" in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ueberzugpp-2.9.6+git20240609.7051b04/scripts/fzfub new/ueberzugpp-2.9.6+git20240730.415879b/scripts/fzfub --- old/ueberzugpp-2.9.6+git20240609.7051b04/scripts/fzfub 2024-06-09 16:34:46.000000000 +0200 +++ new/ueberzugpp-2.9.6+git20240730.415879b/scripts/fzfub 2024-07-30 21:13:24.000000000 +0200 @@ -15,13 +15,11 @@ UB_PID=$(cat "$UB_PID_FILE") export SOCKET="$UEBERZUG_TMP_DIR"/ueberzugpp-"$UB_PID".socket -export X=$(($(tput cols) / 2 + 1)) -# --max-width $FZF_PREVIEW_COLUMNS --max-height $FZF_PREVIEW_LINES -# if FZF_PREVIEW_COLUMNS exists, use it, otherwise use tput cols -[ -z "$FZF_PREVIEW_COLUMNS" ] && max_width=$(($(tput cols) - 2)) || max_width=$FZF_PREVIEW_COLUMNS -[ -z "$FZF_PREVIEW_LINES" ] && max_height=$(($(tput lines) - 2)) || max_height=$FZF_PREVIEW_LINES # run fzf with preview -fzf --reverse --preview="ueberzugpp cmd -s $SOCKET -i fzfpreview -a add -x $X -y 1 --max-width $max_width --max-height $max_height -f {}" +fzf --reverse --preview="ueberzugpp cmd -s $SOCKET -i fzfpreview -a add \ + -x \$FZF_PREVIEW_LEFT -y \$FZF_PREVIEW_TOP \ + --max-width \$FZF_PREVIEW_COLUMNS --max-height \$FZF_PREVIEW_LINES \ + -f {}" ueberzugpp cmd -s "$SOCKET" -a exit ++++++ ueberzugpp.obsinfo ++++++ --- /var/tmp/diff_new_pack.HpxKKL/_old 2024-08-06 09:08:19.789705458 +0200 +++ /var/tmp/diff_new_pack.HpxKKL/_new 2024-08-06 09:08:19.789705458 +0200 @@ -1,5 +1,5 @@ name: ueberzugpp -version: 2.9.6+git20240609.7051b04 -mtime: 1717943686 -commit: 7051b04e3a7d06aeeed8ca0c3243deed68966758 +version: 2.9.6+git20240730.415879b +mtime: 1722366804 +commit: 415879b61ad2dfb6943c665b3bc5c8bb42b650d8
participants (1)
-
Source-Sync