Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mousepad for openSUSE:Factory checked in at 2021-09-25 22:51:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mousepad (Old) and /work/SRC/openSUSE:Factory/.mousepad.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mousepad" Sat Sep 25 22:51:27 2021 rev:11 rq:921408 version:0.5.7 Changes: -------- --- /work/SRC/openSUSE:Factory/mousepad/mousepad.changes 2021-08-02 12:05:50.225646242 +0200 +++ /work/SRC/openSUSE:Factory/.mousepad.new.1899/mousepad.changes 2021-09-25 22:51:36.435361536 +0200 @@ -1,0 +2,34 @@ +Thu Sep 23 13:48:21 UTC 2021 - Marcel Kuehlhorn <[email protected]> + +- Update to version 0.5.7 + * Update Appdata file and use the same description everywhere + * Prevent warning when saving a deleted file via a symlink + (gxo#apps/mousepad#135) + * Conform to Freedesktop.org standard for file naming + * Properly disconnect signal handlers + * Be sure not to disable highlighting when disabling regex search + * Check for realpath() + * Check for `errno.h` required by CI + * Fix a nasty memory leak + * Fix "Save As" procedure when it recurses + * Allow drag and drop on selections in the textview + * Code cleanup: Remove a useless dnd signal forwarding + * Code cleanup: Simplify `mousepad_file_save()` + * Fix a small memory leak + * Improve trash can management + * Update read-only status on file location change/validation + * Monitor also the target of broken links + * Fix monitoring of files opened through a symlink + * Allow drag and drop of broken links + * Follow symlinks if necessary when checking if a file exists + * Replace `g_realloc()` with `g_renew()` + * Replace `g_malloc*()` with `g_new*()` (gxo#apps/mousepad!113) + * Make sure that `gtk_selection_data_get_uris()` returned non-NULL + (gxo#apps/mousepad!113) + * Initialize `contents` and use it to guard `g_file_replace_contents` + (gxo#apps/mousepad!113) + * Fix an unlikely memory leak + * Make CSD consistent with other Xfce windows (gxo#apps/mousepad#145) + * Translation Updates + +------------------------------------------------------------------- Old: ---- mousepad-0.5.6.tar.bz2 New: ---- mousepad-0.5.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mousepad.spec ++++++ --- /var/tmp/diff_new_pack.nTOdvQ/_old 2021-09-25 22:51:36.947362188 +0200 +++ /var/tmp/diff_new_pack.nTOdvQ/_new 2021-09-25 22:51:36.947362188 +0200 @@ -18,7 +18,7 @@ %define libname libmousepad0 Name: mousepad -Version: 0.5.6 +Version: 0.5.7 Release: 0 Summary: Simple Text Editor for Xfce License: GPL-2.0-or-later @@ -70,7 +70,7 @@ %find_lang %{name} %{?no_lang_C} -%suse_update_desktop_file %{name} +%suse_update_desktop_file org.xfce.%{name} appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml @@ -81,12 +81,12 @@ %doc AUTHORS NEWS ChangeLog README.md %license COPYING %{_bindir}/mousepad -%{_datadir}/applications/mousepad.desktop -%{_datadir}/applications/mousepad-settings.desktop +%{_datadir}/applications/org.xfce.mousepad.desktop +%{_datadir}/applications/org.xfce.mousepad-settings.desktop %{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml %{_datadir}/glib-2.0/schemas/org.xfce.mousepad.plugins.gspell.gschema.xml %{_datadir}/polkit-1/ -%{_datadir}/metainfo/%{name}.appdata.xml +%{_datadir}/metainfo/org.xfce.%{name}.appdata.xml %{_datadir}/icons/hicolor/*/apps/org.xfce.mousepad.* %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins ++++++ mousepad-0.5.6.tar.bz2 -> mousepad-0.5.7.tar.bz2 ++++++ ++++ 6471 lines of diff (skipped)
