Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ueberzugpp for openSUSE:Factory 
checked in at 2025-11-05 16:19:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ueberzugpp (Old)
 and      /work/SRC/openSUSE:Factory/.ueberzugpp.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ueberzugpp"

Wed Nov  5 16:19:05 2025 rev:14 rq:1315579 version:2.9.8+git20251027.c1c76e3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ueberzugpp/ueberzugpp.changes    2025-09-18 
21:09:09.347609610 +0200
+++ /work/SRC/openSUSE:Factory/.ueberzugpp.new.1980/ueberzugpp.changes  
2025-11-05 16:23:01.189971851 +0100
@@ -1,0 +2,14 @@
+Tue Oct 28 18:38:17 UTC 2025 - Scott Bradnick <[email protected]>
+
+- Update to version 2.9.8+git20251027.c1c76e3:
+  * bump version
+  * Added CLI11 version safeguard for 2.5.0 and prior.
+  * Added support for CLI11-v2.6.0
+
+-------------------------------------------------------------------
+Thu Sep 18 17:49:18 UTC 2025 - Scott Bradnick <[email protected]>
+
+- Update to version 2.9.7+git20250824.4d62c04:
+  * Guard vips image initialization with try/catch to prevent crashes
+
+-------------------------------------------------------------------

Old:
----
  ueberzugpp-2.9.7+git20250611.55d96e8.tar.gz

New:
----
  README.md
  _scmsync.obsinfo
  build.specials.obscpio
  ueberzugpp-2.9.8+git20251027.c1c76e3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ueberzugpp.spec ++++++
--- /var/tmp/diff_new_pack.Dq6WpX/_old  2025-11-05 16:23:01.990005514 +0100
+++ /var/tmp/diff_new_pack.Dq6WpX/_new  2025-11-05 16:23:01.990005514 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ueberzugpp
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
 
 %define short_name ueberzug
 Name:           ueberzugpp
-Version:        2.9.7+git20250611.55d96e8
+Version:        2.9.8+git20251027.c1c76e3
 Release:        0
 Summary:        Utility to render images in terminals
 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
+Source0:        %{name}-%{version}.tar.gz
+Source100:      README.md
 BuildRequires:  automake
 BuildRequires:  cmake
 BuildRequires:  cmake(Microsoft.GSL)

++++++ README.md ++++++
# ueberzugpp

URL: [ueberzugpp](https://github.com/jstkdng/ueberzugpp)

----

Überzug++ is a command line utility written in C++ which allows to draw images
on terminals by using child windows or using sixel on supported terminals.
This is a drop-in replacement for the now defunct ueberzug project.

Advantages over w3mimgdisplay and ueberzug:

- support for wayland (sway only)
- support for MacOS
- no race conditions as a new window is created to display images
- expose events will be processed, so images will be redrawn on switch
  workspaces
- tmux support on X11
- terminals without the WINDOWID environment variable are supported
- chars are used as position - and size unit
- No memory leak (usage of smart pointers)
- A lot of image formats supported (through opencv and libvips).
- GIF and animated WEBP support on X11 and Sixel
- Fast image downscaling (through opencv and opencl)
- Cache resized images for faster viewing

++++++ _scmsync.obsinfo ++++++
mtime: 1761677005
commit: 94fdf8fece304b057dcdbc1d8d1ddbb590b7c006ea8c5b879c5122a10878db6f
url: https://src.opensuse.org/sbradnick/ueberzugpp
revision: main

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Dq6WpX/_old  2025-11-05 16:23:02.122011068 +0100
+++ /var/tmp/diff_new_pack.Dq6WpX/_new  2025-11-05 16:23:02.138011741 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/jstkdng/ueberzugpp</param>
-              <param 
name="changesrevision">55d96e8734fe41d044811b77b015d255d39a9a3f</param></service></servicedata>
+              <param 
name="changesrevision">c1c76e34bac97403ed3f2f403fcf96b5cfd0b914</param></service></servicedata>
 (No newline at EOF)
 

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-10-28 19:43:42.000000000 +0100
@@ -0,0 +1,4 @@
+_buildconfig-*
+_buildinfo-*
+*.obscpio
+ueberzugpp/

++++++ ueberzugpp-2.9.7+git20250611.55d96e8.tar.gz -> 
ueberzugpp-2.9.8+git20251027.c1c76e3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ueberzugpp-2.9.7+git20250611.55d96e8/CMakeLists.txt 
new/ueberzugpp-2.9.8+git20251027.c1c76e3/CMakeLists.txt
--- old/ueberzugpp-2.9.7+git20250611.55d96e8/CMakeLists.txt     2025-06-12 
01:09:18.000000000 +0200
+++ new/ueberzugpp-2.9.8+git20251027.c1c76e3/CMakeLists.txt     2025-10-28 
02:01:48.000000000 +0100
@@ -15,7 +15,7 @@
 
 cmake_minimum_required(VERSION 3.21...3.28 FATAL_ERROR)
 
-set(UEBERZUGPP_VERSION 2.9.7)
+set(UEBERZUGPP_VERSION 2.9.8)
 set(CMAKE_CXX_STANDARD 20)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(CMAKE_CXX_EXTENSIONS OFF)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ueberzugpp-2.9.7+git20250611.55d96e8/src/main.cpp 
new/ueberzugpp-2.9.8+git20251027.c1c76e3/src/main.cpp
--- old/ueberzugpp-2.9.7+git20250611.55d96e8/src/main.cpp       2025-06-12 
01:09:18.000000000 +0200
+++ new/ueberzugpp-2.9.8+git20251027.c1c76e3/src/main.cpp       2025-10-28 
02:01:48.000000000 +0100
@@ -22,6 +22,12 @@
 #include <spdlog/cfg/env.h>
 #include <spdlog/spdlog.h>
 
+#include <CLI/Version.hpp>
+#if (CLI11_VERSION_MAJOR >= 3) || (CLI11_VERSION_MAJOR == 2 && 
CLI11_VERSION_MINOR >= 6)
+// CLI11 2.6.0 and beyond requires this header file for the CLI::IsMember 
validator.
+#  include <CLI/ExtraValidators.hpp>
+#endif
+
 #include "application.hpp"
 #include "flags.hpp"
 #include "tmux.hpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ueberzugpp-2.9.7+git20250611.55d96e8/src/util/util.cpp 
new/ueberzugpp-2.9.8+git20251027.c1c76e3/src/util/util.cpp
--- old/ueberzugpp-2.9.7+git20250611.55d96e8/src/util/util.cpp  2025-06-12 
01:09:18.000000000 +0200
+++ new/ueberzugpp-2.9.8+git20251027.c1c76e3/src/util/util.cpp  2025-10-28 
02:01:48.000000000 +0100
@@ -234,8 +234,8 @@
 
 auto util::read_exif_rotation(const fs::path &path) -> 
std::optional<std::uint16_t>
 {
-    auto image = vips::VImage::new_from_file(path.c_str());
     try {
+        auto image = vips::VImage::new_from_file(path.c_str());
         return image.get_int("orientation");
     } catch (const vips::VError &) {
         return {};

++++++ ueberzugpp.obsinfo ++++++
--- /var/tmp/diff_new_pack.Dq6WpX/_old  2025-11-05 16:23:02.534028405 +0100
+++ /var/tmp/diff_new_pack.Dq6WpX/_new  2025-11-05 16:23:02.542028742 +0100
@@ -1,5 +1,5 @@
 name: ueberzugpp
-version: 2.9.7+git20250611.55d96e8
-mtime: 1749683358
-commit: 55d96e8734fe41d044811b77b015d255d39a9a3f
+version: 2.9.8+git20251027.c1c76e3
+mtime: 1761613308
+commit: c1c76e34bac97403ed3f2f403fcf96b5cfd0b914
 

Reply via email to