Hello community,

here is the log from the commit of package wofi for openSUSE:Factory checked in 
at 2020-11-13 19:00:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wofi (Old)
 and      /work/SRC/openSUSE:Factory/.wofi.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wofi"

Fri Nov 13 19:00:14 2020 rev:3 rq:848340 version:v1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/wofi/wofi.changes        2020-09-01 
20:11:06.688696411 +0200
+++ /work/SRC/openSUSE:Factory/.wofi.new.24930/wofi.changes     2020-11-13 
19:00:45.258227865 +0100
@@ -1,0 +2,7 @@
+Fri Nov 13 12:34:00 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.2.3:
+  * Fixed wofi with new wlroots not allowing 0 width/height with
+    unanchored surfaces
+
+-------------------------------------------------------------------

Old:
----
  wofi-v1.2.2.obscpio

New:
----
  wofi-v1.2.3.obscpio

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

Other differences:
------------------
++++++ wofi.spec ++++++
--- /var/tmp/diff_new_pack.XuQ7YF/_old  2020-11-13 19:00:45.870228628 +0100
+++ /var/tmp/diff_new_pack.XuQ7YF/_new  2020-11-13 19:00:45.874228633 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           wofi
-Version:        v1.2.2
+Version:        v1.2.3
 Release:        0
 Summary:        Launcher for wlroots compositors
 License:        GPL-3.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XuQ7YF/_old  2020-11-13 19:00:45.922228693 +0100
+++ /var/tmp/diff_new_pack.XuQ7YF/_new  2020-11-13 19:00:45.922228693 +0100
@@ -4,7 +4,7 @@
     <param name="url">https://hg.sr.ht/~scoopta/wofi</param>
     <param name="scm">hg</param>
     <param name="versionformat">{tags}</param>
-    <param name="revision">v1.2.2</param>
+    <param name="revision">v1.2.3</param>
   </service>
   <service mode="disabled" name="set_version"/>
   <service name="tar" mode="buildtime"/>

++++++ wofi-v1.2.2.obscpio -> wofi-v1.2.3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wofi-v1.2.2/.hgtags new/wofi-v1.2.3/.hgtags
--- old/wofi-v1.2.2/.hgtags     2020-08-27 04:46:46.000000000 +0200
+++ new/wofi-v1.2.3/.hgtags     2020-11-13 03:01:36.000000000 +0100
@@ -4,3 +4,4 @@
 96d47bb081be70e8866da71b5c9200f05f11557b v1.1.2
 afda93e153f6f393f441d8f42a7d0f66ea8f061a v1.2
 d24ec159f64442dd28774417295b2aa04bed76c6 v1.2.1
+b352d73b652aadd3b9da064267d6f3fa26007c25 v1.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wofi-v1.2.2/src/wofi.c new/wofi-v1.2.3/src/wofi.c
--- old/wofi-v1.2.2/src/wofi.c  2020-08-27 04:46:46.000000000 +0200
+++ new/wofi-v1.2.3/src/wofi.c  2020-11-13 03:01:36.000000000 +0100
@@ -139,11 +139,14 @@
        }
 }
 
-static void config_surface(void* data, struct zwlr_layer_surface_v1* surface, 
uint32_t serial, uint32_t _width, uint32_t _height) {
+static void config_surface(void* data, struct zwlr_layer_surface_v1* surface, 
uint32_t serial, uint32_t width, uint32_t height) {
        (void) data;
-       (void) _width;
-       (void) _height;
+       (void) width;
+       (void) height;
        zwlr_layer_surface_v1_ack_configure(surface, serial);
+}
+
+static void setup_surface(struct zwlr_layer_surface_v1* surface) {
        zwlr_layer_surface_v1_set_size(surface, width, height);
        zwlr_layer_surface_v1_set_keyboard_interactivity(surface, true);
 
@@ -1721,6 +1724,7 @@
                }
 
                wlr_surface = zwlr_layer_shell_v1_get_layer_surface(shell, 
wl_surface, output, wlr_layer, "wofi");
+               setup_surface(wlr_surface);
                struct zwlr_layer_surface_v1_listener* surface_listener = 
malloc(sizeof(struct zwlr_layer_surface_v1_listener));
                surface_listener->configure = config_surface;
                surface_listener->closed = nop;

++++++ wofi.obsinfo ++++++
--- /var/tmp/diff_new_pack.XuQ7YF/_old  2020-11-13 19:00:46.058228863 +0100
+++ /var/tmp/diff_new_pack.XuQ7YF/_new  2020-11-13 19:00:46.058228863 +0100
@@ -1,3 +1,3 @@
 name: wofi
-version: v1.2.2
-mtime: 1598496406
+version: v1.2.3
+mtime: 1605232896
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to