Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fuzzel for openSUSE:Factory checked 
in at 2022-10-28 19:31:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuzzel (Old)
 and      /work/SRC/openSUSE:Factory/.fuzzel.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuzzel"

Fri Oct 28 19:31:55 2022 rev:4 rq:1031947 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuzzel/fuzzel.changes    2022-10-26 
12:31:35.848287518 +0200
+++ /work/SRC/openSUSE:Factory/.fuzzel.new.2275/fuzzel.changes  2022-10-28 
19:32:27.699513333 +0200
@@ -1,0 +2,7 @@
+Fri Oct 28 12:11:39 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 1.8.1:
+  - Fixed:
+    * Regression: not able to input text with modifiers (e.g. Shift) pressed 
(#177).
+
+-------------------------------------------------------------------

Old:
----
  1.8.0.tar.gz

New:
----
  1.8.1.tar.gz

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

Other differences:
------------------
++++++ fuzzel.spec ++++++
--- /var/tmp/diff_new_pack.xP3Z8c/_old  2022-10-28 19:32:28.175515720 +0200
+++ /var/tmp/diff_new_pack.xP3Z8c/_new  2022-10-28 19:32:28.179515740 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           fuzzel
-Version:        1.8.0
+Version:        1.8.1
 Release:        0
 Summary:        A Wayland-native application launcher, similar to rofi's drun 
mode
 License:        MIT

++++++ 1.8.0.tar.gz -> 1.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuzzel/CHANGELOG.md new/fuzzel/CHANGELOG.md
--- old/fuzzel/CHANGELOG.md     2022-10-23 14:37:03.000000000 +0200
+++ new/fuzzel/CHANGELOG.md     2022-10-27 14:05:38.000000000 +0200
@@ -1,5 +1,6 @@
 # Changelog
 
+* [1.8.1](#1-8-1)
 * [1.8.0](#1-8-0)
 * [1.7.0](#1-7-0)
 * [1.6.5](#1-6-5)
@@ -17,6 +18,16 @@
 * [1.4.1](#1-4-1)
 
 
+## 1.8.1
+
+### Fixed
+
+* Regression: not able to input text with modifiers (e.g. Shift)
+  pressed ([#177][177]).
+
+[177]: https://codeberg.org/dnkl/fuzzel/issues/177
+
+
 ## 1.8.0
 
 ### Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuzzel/PKGBUILD new/fuzzel/PKGBUILD
--- old/fuzzel/PKGBUILD 2022-10-23 14:37:03.000000000 +0200
+++ new/fuzzel/PKGBUILD 2022-10-27 14:05:38.000000000 +0200
@@ -3,7 +3,7 @@
 SVG_BACKEND=librsvg  # none|librsvg|nanosvg (librsvg force-enables cairo, 
nanosvg is bundled)
 
 pkgname=fuzzel
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Simplistic application launcher for wayland"
 arch=('x86_64' 'aarch64')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuzzel/meson.build new/fuzzel/meson.build
--- old/fuzzel/meson.build      2022-10-23 14:37:03.000000000 +0200
+++ new/fuzzel/meson.build      2022-10-27 14:05:38.000000000 +0200
@@ -1,5 +1,5 @@
 project('fuzzel', 'c',
-        version: '1.8.0',
+        version: '1.8.1',
         license: 'MIT',
         meson_version: '>=0.58.0',
         default_options: [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuzzel/wayland.c new/fuzzel/wayland.c
--- old/fuzzel/wayland.c        2022-10-23 14:37:03.000000000 +0200
+++ new/fuzzel/wayland.c        2022-10-27 14:05:38.000000000 +0200
@@ -761,7 +761,7 @@
         }
     }
 
-    if (bind_mods != 0)
+    if ((bind_mods & ~bind_consumed) != 0)
         goto maybe_repeat;
 
     /*

Reply via email to