Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gigolo for openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/gigolo (Old) and /work/SRC/openSUSE:Leap:16.0/.gigolo.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gigolo" Mon Jul 14 15:58:44 2025 rev:2 rq:1291964 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/gigolo/gigolo.changes 2025-03-19 11:44:47.348861455 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.gigolo.new.7373/gigolo.changes 2025-07-14 15:58:46.532192960 +0200 @@ -1,0 +2,28 @@ +Tue May 27 12:58:13 UTC 2025 - Manfred Hollstein <manfre...@gmx.net> + +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 + +------------------------------------------------------------------- +Mon Dec 30 08:57:19 UTC 2024 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 0.5.4 + * Update copyright year + * I18n: Update po/LINGUAS list + * Added missing Keywords entry to .desktop file + * build: Use XDT_VERSION_INIT + * build: Switch from intltool to gettext + * build: Add #ifdef around bind_textdomain_codeset + * build: Define our own windowing macro instead of extending GDK's + * Translation Updates + +------------------------------------------------------------------- Old: ---- gigolo-0.5.3.tar.bz2 New: ---- gigolo-0.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gigolo.spec ++++++ --- /var/tmp/diff_new_pack.k2sGHA/_old 2025-07-14 15:58:46.784203399 +0200 +++ /var/tmp/diff_new_pack.k2sGHA/_new 2025-07-14 15:58:46.784203399 +0200 @@ -1,7 +1,7 @@ # # spec file for package gigolo # -# Copyright (c) 2023 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.3 +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 -BuildRequires: intltool +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 +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