Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fuzzel for openSUSE:Factory checked in at 2024-04-25 20:47:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fuzzel (Old) and /work/SRC/openSUSE:Factory/.fuzzel.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fuzzel" Thu Apr 25 20:47:57 2024 rev:11 rq:1169913 version:1.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fuzzel/fuzzel.changes 2023-10-29 19:42:19.944538280 +0100 +++ /work/SRC/openSUSE:Factory/.fuzzel.new.1880/fuzzel.changes 2024-04-25 20:48:07.551752595 +0200 @@ -1,0 +2,54 @@ +Mon Apr 22 21:58:46 UTC 2024 - Joshua Smith <[email protected]> + +- Add keyring and signature for package. +- Remove patches (Fixed upstream): + * 0001-shm-create-mfd-noexec-seal.patch + * 0002-fix-breakage-mfd-noexec-seal.patch +- Update to 1.10.2: + * Crash when terminal=yes (in fuzzel.ini), and a .desktop file + has Terminal=True but no Exec key. + * --anchor=center not working on some compositors. +- Updates from 1.10.1: + * Crash when executing the command line as is, i.e. when there is + no matching entry. + * Crash when parsing a .desktop file with lines beginning with + whitespace. +- Updates from 1.10.0: + Added: + * Support for the cursor-shape-v1 Wayland protocol. + * New option --anchor allows setting the window position anchor + (i.e. where on the screen the window should generally be + positioned), such as top, top-left, bottom-right, center, etc. + Defaults to center. + * --check-config command line option. + * New key binding: execute-input (mapped to shift+return by + default). This key binding executes the raw input as is, + regardless of whether it matches anything in the list or not. + * --select=STRING command line option. Selects the first entry + that matches the given string. + * include=<path> option to fuzzel.ini. + * New option --list-executables-in-path add executables presents + in the $PATH variable to the list. + * New key binding: delete-line-backward which corresponds to C-u + in bash. Also renames delete-line to delete-line-forward. + * The ID of the selected .desktop file, and executed command line + are now logged, at info level. + * Support for wp_fractional_scale_v1 (i.e. true fractional + scaling). + Changed: + * Minimum required version of wayland-protocols is now 1.32 + * Selection color is now painted over background color. + * Exact matches (of the application title) are now sorted first. + * Set default log level to warning. + * Rename delete-line binding to delete-line-forward. + * password-character can now be set to the empty string. + Fixed: + * Ignore whitespace in .desktop filesâ key and name values. + * Desktop entries with NoDisplay=true being ignored unless they + also had Name and Exec set. + * Crash when compositor sends a keyboard::modifiers event without + first sending a keyboard::keymap event (with a valid keymap). + * Quoted empty ("") arguments being ignored. + * Log-level not respected by syslog. + +------------------------------------------------------------------- Old: ---- 0001-shm-create-mfd-noexec-seal.patch 0002-fix-breakage-mfd-noexec-seal.patch fuzzel-1.9.2.tar.gz New: ---- fuzzel-1.10.2.tar.gz fuzzel-1.10.2.tar.gz.sig fuzzel.keyring BETA DEBUG BEGIN: Old:- Remove patches (Fixed upstream): * 0001-shm-create-mfd-noexec-seal.patch * 0002-fix-breakage-mfd-noexec-seal.patch Old: * 0001-shm-create-mfd-noexec-seal.patch * 0002-fix-breakage-mfd-noexec-seal.patch - Update to 1.10.2: BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fuzzel.spec ++++++ --- /var/tmp/diff_new_pack.ncRTc7/_old 2024-04-25 20:48:08.235777712 +0200 +++ /var/tmp/diff_new_pack.ncRTc7/_new 2024-04-25 20:48:08.235777712 +0200 @@ -1,7 +1,7 @@ # # spec file for package fuzzel # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,16 @@ Name: fuzzel -Version: 1.9.2 +Version: 1.10.2 Release: 0 Summary: A Wayland-native application launcher, similar to rofi's drun mode License: MIT Group: System/X11/Utilities URL: https://codeberg.org/dnkl/fuzzel -Source: https://codeberg.org/dnkl/fuzzel/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch1: https://codeberg.org/dnkl/fuzzel/commit/31bef7d63aa71df8bbb49c82eebeeed5fe615939.patch#/0001-shm-create-mfd-noexec-seal.patch -Patch2: https://codeberg.org/dnkl/fuzzel/commit/6e1afa2ec8b9c760e83c30c959b3ee78cd7c6776.patch#/0002-fix-breakage-mfd-noexec-seal.patch +Source: https://codeberg.org/dnkl/fuzzel/releases/download/%{version}/%{name}-%{version}.tar.gz +Source1: https://codeberg.org/dnkl/fuzzel/releases/download/%{version}/%{name}-%{version}.tar.gz.sig +# https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xb19964fbba09664cc81027ed5bbd4992c116573f +Source2: %{name}.keyring BuildRequires: meson >= 0.58 BuildRequires: pkgconfig BuildRequires: python3 @@ -50,7 +51,7 @@ A Wayland-native application launcher, similar to rofi's drun mode. %prep -%autosetup -n %name -p1 +%autosetup -p1 %package zsh-completion Summary: Zsh Completion for %{name} ++++++ fuzzel-1.9.2.tar.gz -> fuzzel-1.10.2.tar.gz ++++++ ++++ 2619 lines of diff (skipped)
