Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bemenu for openSUSE:Factory checked 
in at 2024-02-04 19:07:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bemenu (Old)
 and      /work/SRC/openSUSE:Factory/.bemenu.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bemenu"

Sun Feb  4 19:07:52 2024 rev:23 rq:1143745 version:0.6.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/bemenu/bemenu.changes    2024-02-02 
15:48:38.507654069 +0100
+++ /work/SRC/openSUSE:Factory/.bemenu.new.1815/bemenu.changes  2024-02-04 
19:08:06.542246393 +0100
@@ -1,0 +2,6 @@
+Sat Feb  3 06:38:03 UTC 2024 - Michael Vetter <[email protected]>
+
+- Update to 0.6.19:
+  * Revert "wayland: force window->scale = 1, if BEMENU_SCALE"
+
+-------------------------------------------------------------------

Old:
----
  bemenu-0.6.18.tar.gz

New:
----
  bemenu-0.6.19.tar.gz

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

Other differences:
------------------
++++++ bemenu.spec ++++++
--- /var/tmp/diff_new_pack.psN0NO/_old  2024-02-04 19:08:07.830292806 +0100
+++ /var/tmp/diff_new_pack.psN0NO/_new  2024-02-04 19:08:07.830292806 +0100
@@ -18,7 +18,7 @@
 
 %define bcond_with curses
 Name:           bemenu
-Version:        0.6.18
+Version:        0.6.19
 Release:        0
 Summary:        Dynamic menu library and client program inspired by dmenu
 License:        MIT

++++++ bemenu-0.6.18.tar.gz -> bemenu-0.6.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bemenu-0.6.18/VERSION new/bemenu-0.6.19/VERSION
--- old/bemenu-0.6.18/VERSION   2024-02-02 10:41:37.000000000 +0100
+++ new/bemenu-0.6.19/VERSION   2024-02-02 13:05:50.000000000 +0100
@@ -1 +1 @@
-0.6.18
+0.6.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bemenu-0.6.18/lib/renderers/wayland/wayland.c 
new/bemenu-0.6.19/lib/renderers/wayland/wayland.c
--- old/bemenu-0.6.18/lib/renderers/wayland/wayland.c   2024-02-02 
10:41:37.000000000 +0100
+++ new/bemenu-0.6.19/lib/renderers/wayland/wayland.c   2024-02-02 
13:05:50.000000000 +0100
@@ -510,10 +510,7 @@
         window->max_height = min_max_height;
     }
 
-    const char *env_scale = getenv("BEMENU_SCALE");
-    if (env_scale) {
-        window->scale = 1;
-    } else if (max_scale != window->scale) {
+    if (max_scale != window->scale) {
         window->scale = max_scale;
     }
 }

Reply via email to