Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ristretto for openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/ristretto (Old) and /work/SRC/openSUSE:Leap:16.0/.ristretto.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ristretto" Mon Jul 14 15:58:48 2025 rev:2 rq:1291979 version:0.13.4 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/ristretto/ristretto.changes 2025-03-19 11:56:29.598320113 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.ristretto.new.7373/ristretto.changes 2025-07-14 15:59:00.952790292 +0200 @@ -1,0 +2,73 @@ +Mon Mar 31 10:03:05 UTC 2025 - Flann van der Eik <fl...@posteo.de> + +- Recommend webp-pixbuf-loader for WebP support + +------------------------------------------------------------------- +Fri Mar 28 10:34:45 UTC 2025 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 0.13.4 + Meson has been added as a build system in this release, and the + associated archive has been generated by 'meson dist'. Although + autotools has been retained for the time being and can still be used + via 'autogen.sh', meson is now the preferred build system, and + autotools will be removed in a future release. + + * flatpak: Updates from flathub and use meson when possible + * meson-build: Remove check for xdt-csource + * autotools-build: Be sure gdbus-codegen files are regenerated + * build: Replace xdt-csource with glib-compile-resources + * build: Automate copyright year management + * Replace deprecated exo with libxfce4ui 4.21.0 + * Completely hide pointer when fullscreen-timeout is set to 0 + * viewer: Reset adjustments when switching file + * Revert "viewer: Reset viewer geometry data when setting file" + * Store adjustment values and restore them when switching file + * viewer: Reset viewer geometry data when setting file + * flatpak: Updates from Flathub and git + * icon-bar: Silence -Wmaybe-uninitialized warning + * Add meson build + * icons: Remove old app icon + * viewer: Don't set adjustement values if unchanged + * Add support for showing containing folder + * Translation Updates +- Add BuildRequires: pkgconfig(exo-2) + +------------------------------------------------------------------- +Mon Dec 30 08:15:48 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 0.13.3 + * Added missing Keywords entry to .desktop file + * thumbnailer: Properly limit request size + * Avoid stack use-after-scope + * settings: Add accels before loading accels.scm + * scan-build: Add false positive file + * gcc-analyzer: Fix -Wanalyzer-deref-before-check + * build: Use AM_DISTCHECK_CONFIGURE_FLAGS + * Apply .clang-format file + * clang-format: Use IncludeBlocks::Regroup + * clang-format: Break after assignment operator + * clang-format: Break remaining parameters in function definition + * viewer: Warn when max size is reached + * viewer: Limit image size to what cairo can support + * viewer: Fix limited-quality load size + * clang-format: Insert a newline at end of file if missing + * Apply .clang-format file + * clang-format: Add file + * Remove unnecessary or unwanted translations + * Remove unused project file + * Add a toggle to enable/disable smoothing + * prefs-dialog: Wrap labels using GtkLabel API + * image-list: Use standard::fast-content-type instead of content-type + * Manage thumbs of thumbs correctly + * configure.ac: Explicitly depend on gio-2.0 + * Makefile.am: Drop references of GTHREAD_CFLAGS + * configure.ac: Explicitly depend on gio-unix-2.0 + * Add image/webp as supported mime type in .desktop file + * file: Add missing sanity checks + * Do not define G_DISABLE_CHECKS in release mode + * Fix use of gdk_cursor_new*() + * Fix memory leak + * Translation Updates +- Refresh ristretto-add-mime-types.patch + +------------------------------------------------------------------- Old: ---- ristretto-0.13.2.tar.bz2 New: ---- ristretto-0.13.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ristretto.spec ++++++ --- /var/tmp/diff_new_pack.0PhF8J/_old 2025-07-14 15:59:01.196800399 +0200 +++ /var/tmp/diff_new_pack.0PhF8J/_new 2025-07-14 15:59:01.196800399 +0200 @@ -1,7 +1,7 @@ # # spec file for package ristretto # -# 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,37 +18,38 @@ %bcond_with git Name: ristretto -Version: 0.13.2 -Release: 0lib +Version: 0.13.4 +Release: 0 Summary: Image viewer for the Xfce Desktop Environment License: GPL-2.0-or-later Group: Productivity/Graphics/Viewers URL: https://docs.xfce.org/apps/ristretto/start -Source0: https://archive.xfce.org/src/apps/ristretto/0.13/%{name}-%{version}.tar.bz2 +Source0: https://archive.xfce.org/src/apps/ristretto/0.13/%{name}-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE ristretto-add-mime-types.patch g...@opensuse.org -- Adds support for additional image MIME types supported by openSUSE Patch0: ristretto-add-mime-types.patch BuildRequires: appstream-glib BuildRequires: fdupes BuildRequires: file-devel BuildRequires: gettext >= 0.19.8 +BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: xfce4-dev-tools BuildRequires: pkgconfig(cairo) >= 1.10.0 BuildRequires: pkgconfig(exo-2) -BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-2.0) >= 2.56.0 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.56.0 BuildRequires: pkgconfig(glib-2.0) >= 2.56.0 -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 BuildRequires: pkgconfig(libexif) >= 0.6.0 BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16.0 BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.16.0 -BuildRequires: pkgconfig(libxfconf-0) >= 4.12.1 +BuildRequires: pkgconfig(libxfconf-0) >= 4.16.0 +BuildRequires: pkgconfig(x11) >= 1.6.7 %if %{with git} BuildRequires: xfce4-dev-tools %endif Recommends: %{name}-lang = %{version} +Recommends: webp-pixbuf-loader %description The Ristretto Image Viewer is an application that can be used to @@ -68,13 +69,12 @@ NOCONFIGURE=1 ./autogen.sh %configure \ --enable-maintainer-mode -%else -%configure %endif -%make_build +%meson +%meson_build %install -%make_install +%meson_install %suse_update_desktop_file -i org.xfce.ristretto GTK Graphics Viewer ++++++ ristretto-add-mime-types.patch ++++++ --- /var/tmp/diff_new_pack.0PhF8J/_old 2025-07-14 15:59:01.224801559 +0200 +++ /var/tmp/diff_new_pack.0PhF8J/_new 2025-07-14 15:59:01.232801891 +0200 @@ -1,11 +1,10 @@ -Index: ristretto-0.3.5/org.xfce.ristretto.desktop.in -=================================================================== ---- ristretto-0.3.5.orig/org.xfce.ristretto.desktop.in -+++ ristretto-0.3.5/org.xfce.ristretto.desktop.in -@@ -10,4 +10,4 @@ Type=Application - X-MultipleArgs=false +diff -rup a/org.xfce.ristretto.desktop.in b/org.xfce.ristretto.desktop.in +--- a/org.xfce.ristretto.desktop.in 2024-12-25 16:26:34.000000000 +0100 ++++ b/org.xfce.ristretto.desktop.in 2024-12-30 09:49:33.054607941 +0100 +@@ -11,4 +11,4 @@ X-MultipleArgs=false Categories=GTK;Graphics;Viewer; + Keywords=image;photo;picture;viewer;graphics; StartupNotify=true --MimeType=image/png;image/gif;image/jpeg;image/bmp;image/x-pixmap;image/tiff;image/svg+xml;image/x-xpixmap; -+MimeType=image/png;image/gif;image/jpeg;image/bmp;image/tiff;image/svg+xml;image/x-xpixmap;image/x-xpm;image/x-cmu-raster;image/x-ico;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-sun-raster;image/x-tga;image/x-win-bitmap;image/x-xbitmap; +-MimeType=image/png;image/gif;image/jpeg;image/bmp;image/x-pixmap;image/tiff;image/svg+xml;image/x-xpixmap;image/webp; ++MimeType=image/png;image/gif;image/jpeg;image/bmp;image/x-pixmap;image/tiff;image/svg+xml;image/x-xpixmap;image/webp;image/x-xpm;image/x-cmu-raster;image/x-ico;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-sun-raster;image/x-tga;image/x-win-bitmap;image/x-xbitmap;