Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ristretto for openSUSE:Factory checked in at 2025-03-31 11:42:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ristretto (Old) and /work/SRC/openSUSE:Factory/.ristretto.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ristretto" Mon Mar 31 11:42:10 2025 rev:57 rq:1265318 version:0.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes 2025-01-01 23:09:32.068468034 +0100 +++ /work/SRC/openSUSE:Factory/.ristretto.new.2696/ristretto.changes 2025-03-31 11:43:15.312347193 +0200 @@ -1,0 +2,30 @@ +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) + +------------------------------------------------------------------- Old: ---- ristretto-0.13.3.tar.bz2 New: ---- ristretto-0.13.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ristretto.spec ++++++ --- /var/tmp/diff_new_pack.gG5uRL/_old 2025-03-31 11:43:16.200383990 +0200 +++ /var/tmp/diff_new_pack.gG5uRL/_new 2025-03-31 11:43:16.200383990 +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,22 +18,24 @@ %bcond_with git Name: ristretto -Version: 0.13.3 -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: pkgconfig(cairo) >= 1.10.0 +BuildRequires: pkgconfig(exo-2) 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 @@ -41,8 +43,8 @@ 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(x11) >= 1.6.5 +BuildRequires: pkgconfig(libxfconf-0) >= 4.16.0 +BuildRequires: pkgconfig(x11) >= 1.6.7 %if %{with git} BuildRequires: xfce4-dev-tools %endif @@ -66,13 +68,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