Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gigolo for openSUSE:Factory checked in at 2025-05-30 14:32:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gigolo (Old) and /work/SRC/openSUSE:Factory/.gigolo.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gigolo" Fri May 30 14:32:46 2025 rev:31 rq:1280739 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gigolo/gigolo.changes 2025-01-01 23:09:31.100428280 +0100 +++ /work/SRC/openSUSE:Factory/.gigolo.new.25440/gigolo.changes 2025-05-30 17:21:07.860790199 +0200 @@ -1,0 +2,15 @@ +Tue May 27 12:58:13 UTC 2025 - Manfred Hollstein <[email protected]> + +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. + +- Update to version 0.6.0 + * Update README after switchover to meson + * Add suport to Meson + * Replace deprecated exo with libxfce4ui 4.21.0 + * Translation Updates + +------------------------------------------------------------------- Old: ---- gigolo-0.5.4.tar.bz2 New: ---- gigolo-0.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gigolo.spec ++++++ --- /var/tmp/diff_new_pack.PFVo09/_old 2025-05-30 17:21:08.384811923 +0200 +++ /var/tmp/diff_new_pack.PFVo09/_new 2025-05-30 17:21:08.384811923 +0200 @@ -1,7 +1,7 @@ # # spec file for package gigolo # -# 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 @@ -17,18 +17,19 @@ Name: gigolo -Version: 0.5.4 +Version: 0.6.0 Release: 0 Summary: Frontend to Manage Connections to Remote Filesystems License: GPL-2.0-or-later Group: System/Filesystems URL: https://git.xfce.org/apps/gigolo/ -Source0: https://archive.xfce.org/src/apps/gigolo/0.5/%{name}-%{version}.tar.bz2 +Source0: https://archive.xfce.org/src/apps/gigolo/0.6/%{name}-%{version}.tar.xz BuildRequires: gettext >= 0.19.8 +BuildRequires: meson >= 0.54.0 BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gio-2.0) >= 2.38.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.66.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.66.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0 # uses xdg-open Requires: xdg-utils Recommends: %{name}-lang = %{version} @@ -43,11 +44,11 @@ %setup -q %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install # remove documentation/license files included below rm -rf %{buildroot}%{_datadir}/doc
