Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mousepad for openSUSE:Factory checked in at 2025-03-27 22:32:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mousepad (Old) and /work/SRC/openSUSE:Factory/.mousepad.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mousepad" Thu Mar 27 22:32:09 2025 rev:19 rq:1256329 version:0.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/mousepad/mousepad.changes 2024-11-06 16:52:43.221975869 +0100 +++ /work/SRC/openSUSE:Factory/.mousepad.new.2696/mousepad.changes 2025-03-27 22:32:20.668713440 +0100 @@ -1,0 +2,33 @@ +Tue Mar 25 11:36:31 UTC 2025 - Manfred Hollstein <[email protected]> + +- Update to version 0.6.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 + * file: Fix GError leak in mousepad_file_autosave_delete_finish + * build: Automate copyright year management + * history: Save session when an inactive tab is closed + * file: Fix possible dereference of null pointer + * Extend saved state comparison to auto-saved modified files + * window: Avoid unnecessary switching to the tab to be closed + * Use build system-independent macro for mousepad name + * flatpak: Updates from Flathub and git + * meson-build: Compile gsettings schemas + * history: Fix -Wmaybe-uninitialized + * meson-build: Fix statement not under conditional + * Add meson build + * Remove unused .in level in desktop files + * file: Don't use G_FILE_MONITOR_WATCH_HARD_LINKS + * dialogs: Set current name in save-as dialog for deleted files too + * Add parentheses to parameterized actions in accels.scm + * Fix broken shortcut for reload action + * Hide the launcher for mousepad-settings + * CSD: Drop custom code for decoration layout + * prefs-dialog: Make widgets focusable again + * Translation Updates + +------------------------------------------------------------------- Old: ---- mousepad-0.6.3.tar.bz2 New: ---- mousepad-0.6.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mousepad.spec ++++++ --- /var/tmp/diff_new_pack.D3fUzj/_old 2025-03-27 22:32:21.192735131 +0100 +++ /var/tmp/diff_new_pack.D3fUzj/_new 2025-03-27 22:32:21.196735296 +0100 @@ -1,7 +1,7 @@ # # spec file for package mousepad # -# 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,19 +18,21 @@ %define libname libmousepad0 Name: mousepad -Version: 0.6.3 +Version: 0.6.4 Release: 0 Summary: Simple Text Editor for Xfce License: GPL-2.0-or-later Group: Productivity/Text/Editors URL: https://docs.xfce.org/apps/mousepad/start -Source: https://archive.xfce.org/src/apps/mousepad/0.6/mousepad-%{version}.tar.bz2 +Source: https://archive.xfce.org/src/apps/mousepad/0.6/mousepad-%{version}.tar.xz BuildRequires: appstream-glib BuildRequires: gettext >= 0.19.8 +BuildRequires: meson >= 0.57.0 BuildRequires: update-desktop-files +BuildRequires: pkgconfig(gio-2.0) >= 2.56.2 BuildRequires: pkgconfig(glib-2.0) >= 2.56.2 BuildRequires: pkgconfig(gmodule-2.0) >= 2.56.2 -BuildRequires: pkgconfig(gspell-1) +BuildRequires: pkgconfig(gspell-1) >= 1.6.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.0 BuildRequires: pkgconfig(libxfce4ui-2) >= 4.17.5 @@ -62,11 +64,11 @@ %setup -q %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print @@ -80,7 +82,7 @@ %postun -n %{libname} -p /sbin/ldconfig %files -%doc AUTHORS NEWS ChangeLog README.md +%doc AUTHORS NEWS README.md %license COPYING %{_bindir}/mousepad %{_datadir}/applications/org.xfce.mousepad.desktop
