From 1bd29ab2694453a0227a1dc03cd651601a0e1ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 Dec 2021 18:29:20 +0100 Subject: [PATCH] mousepad: upgrade 0.5.7 -> 0.5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.5.8 ======================= - Bug Fixes: - Revert "Chain-up to parent in `mousepad_window_scroll_event()`" (#150) - Search: Fix a memory leak - Search: Remove obsolete workaround for the document finalization - Drop restrictions on URI scheme - Update `POTFILES.in` - Printing: Remove the "Page Setup" dialog (#148) - Flatpak: Complete scripts - Flatpak: Access remote locations with GVfs - Search: Fix the history cleanup - Search: Prevent GTask warnings when replacing text - Search: Ensure settings synchronization before searching - Fix translation domain in Appdata file - flatpak: Update README - flatpak: Add generic manifest and basic scripts - Translation Updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../mousepad/{mousepad_0.5.7.bb => mousepad_0.5.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-apps/mousepad/{mousepad_0.5.7.bb => mousepad_0.5.8.bb} (84%) diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb similarity index 84% rename from meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb rename to meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb index 4897a7eca70..0f847e45968 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.7.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.8.bb @@ -7,7 +7,7 @@ DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native" inherit xfce-app gsettings mime-xdg -SRC_URI[sha256sum] = "105315743042e09e794037ab0594a1c47cbbf0b6b834dffed157192f4f03bde8" +SRC_URI[sha256sum] = "921ebbcfdfd5e2e56f31a5177a2d26f46c758cc972595017bca9e0a6a3c3a721" PACKAGECONFIG ??= "" PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"