Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fuzzel for openSUSE:Factory checked 
in at 2026-03-03 15:32:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuzzel (Old)
 and      /work/SRC/openSUSE:Factory/.fuzzel.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuzzel"

Tue Mar  3 15:32:06 2026 rev:17 rq:1335970 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuzzel/fuzzel.changes    2025-08-27 
21:36:55.148293267 +0200
+++ /work/SRC/openSUSE:Factory/.fuzzel.new.29461/fuzzel.changes 2026-03-03 
15:33:03.334309984 +0100
@@ -1,0 +2,44 @@
+Fri Feb 13 14:12:24 UTC 2026 - Soc Virnyl Estela 
<[email protected]>
+
+- Disable cairo and use resvg
+
+-------------------------------------------------------------------
+Fri Feb 13 14:06:34 UTC 2026 - Soc Virnyl Estela 
<[email protected]>
+
+- Update to version 1.14.0:
+  * Faster, more accurate SVG rendering with `resvg` backend. It does
+    not require cairo and supports gamma correction. Packagers are
+    advised to prefer this backend. The librsvg and nanosvg backends may
+    be removed in a future release.
+  * `--match-nth=N` command line option, allowing dmenu entries to be
+    matched against text other than what is being displayed.
+  * `--only-match` command line option, preventing the user from
+    executing "custom" input in dmenu mode.
+  * `--nth-delimiter=CHR` option added support for custom delimiter in 1.13
+    but is just now documented in the changelog.
+  * The ability to set a custom "message" above the prompt, controlled
+    with the new command line options `--mesg`, `--mesg-mode` and
+    `--message-color` (and the corresponding config options `mesg`,
+    `mesg-mode` and `colors.message`).
+  * When typing, the selected entry now always reverts to the first
+    match (if you had selected an entry further down the list, with
+    either the mouse or the arrow keys). Previously, the same _index_
+    would stay selected (meaning the actually selected entry may have
+    changed).
+  * More environment variables are now passed to `--launch-prefix`. This
+    saves launcher that need more details from reparsing the desktop
+    file, spending up launching.
+  * `FUZZEL_DESKTOP_FILE_ID` has been deprecated and will be removed in
+    a future release. The replacement is `DESKTOP_ENTRY_ID` which is
+    consistent with other `DESKTOP_ENTRY_*` variables we now export.
+  * `--with-nth` and `--accept-nth` crashing if a column is empty
+    (e.g. `\tsecond column`, or `first\t\tthird`)
+  * Regression: `--accept-nth=0` and `--with-nth=0` not being treated as
+    if not specified at all.
+  * Improved scrolling with mouse wheel and touchpad.
+  * Incorrect touch coordinates with desktop scaling enabled.
+  * --match-mode=fzf now prioritizes matching at word boundaries,
+    matching fzf's behavior.
+
+
+-------------------------------------------------------------------

Old:
----
  fuzzel-1.13.1.tar.gz
  fuzzel-1.13.1.tar.gz.sig

New:
----
  fuzzel-1.14.0.tar.gz
  fuzzel-1.14.0.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fuzzel.spec ++++++
--- /var/tmp/diff_new_pack.i2Ha3q/_old  2026-03-03 15:33:03.830330530 +0100
+++ /var/tmp/diff_new_pack.i2Ha3q/_new  2026-03-03 15:33:03.834330696 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fuzzel
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           fuzzel
-Version:        1.13.1
+Version:        1.14.0
 Release:        0
 Summary:        A Wayland-native application launcher, similar to rofi's drun 
mode
 License:        MIT
@@ -30,8 +30,8 @@
 BuildRequires:  meson >= 0.58
 BuildRequires:  pkgconfig
 BuildRequires:  python3
+BuildRequires:  resvg-devel
 BuildRequires:  scdoc
-BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(fcft) <  4.0.0
 BuildRequires:  pkgconfig(fcft) >= 3.0.0
 BuildRequires:  pkgconfig(pixman-1)
@@ -76,7 +76,7 @@
 %build
 export CFLAGS="%{optflags}"
 %meson \
--Denable-cairo=enabled -Dpng-backend=libpng -Dsvg-backend=nanosvg \
+-Denable-cairo=disabled -Dpng-backend=libpng -Dsvg-backend=resvg \
 %if 0%{?sle_version} == 150400 && 0%{?is_opensuse}
 # For whatever reason, meson >= 0.58 should already support the c18 standard.
        -Dc_std=c11 \

++++++ fuzzel-1.13.1.tar.gz -> fuzzel-1.14.0.tar.gz ++++++
++++ 3536 lines of diff (skipped)

Reply via email to