Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2021-04-08 21:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Thu Apr  8 21:32:31 2021 rev:26 rq:883814 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2021-03-16 
15:46:38.729251163 +0100
+++ /work/SRC/openSUSE:Factory/.sway.new.2401/sway.changes      2021-04-08 
21:32:45.547846218 +0200
@@ -1,0 +2,15 @@
+Thu Apr  8 08:25:34 UTC 2021 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.6:
+  New features:
+  * Input method editor (IME) improvements: better support for CJK IMEs,
+    allow IMEs to work on desktop UIs (such as panels and lockscreens)
+  * Smoother interactive move/resize operations
+  * Allow Flatpak and snap applications to better integrate with the
+    system via the xdg-foreign protocol
+  * Improved i3 compatibility for commands changing the window layout
+  * Add an option to hide the cursor when typing
+  * Add tray icon support to systems without systemd/elogind
+  * X11 clipboard reliability improvements
+
+-------------------------------------------------------------------

Old:
----
  sway-1.5.1.tar.gz

New:
----
  sway-1.6.tar.gz

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.ct0MRr/_old  2021-04-08 21:32:46.095846820 +0200
+++ /var/tmp/diff_new_pack.ct0MRr/_new  2021-04-08 21:32:46.099846824 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sway
-Version:        1.5.1
+Version:        1.6
 Release:        0
 Summary:        Window manager for Wayland compatible with i3
 License:        MIT
@@ -34,7 +34,7 @@
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
 BuildRequires:  scdoc >= 1.9.2
-BuildRequires:  wlroots-devel >= 0.12.0
+BuildRequires:  wlroots-devel >= 0.13.0
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dbus-1) >= 1.10
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -77,6 +77,7 @@
 
 %package contrib
 Summary:        Contributed scripts for %{name}
+Group:          System/GUI/Other
 BuildRequires:  python3-i3ipc
 
 %description contrib
@@ -89,8 +90,9 @@
 export CFLAGS="%{optflags}"
 %meson \
 %if 0%{?suse_version} < 1550
-  -Dtray=disabled
+  -Dtray=disabled \
 %endif
+  -Dsd-bus-provider=libsystemd
 
 %meson_build
 

++++++ sway-1.0-include.patch ++++++
--- /var/tmp/diff_new_pack.ct0MRr/_old  2021-04-08 21:32:46.123846851 +0200
+++ /var/tmp/diff_new_pack.ct0MRr/_new  2021-04-08 21:32:46.123846851 +0200
@@ -1,6 +1,6 @@
-diff -urEbw sway-1.5/common/util.c sway-1.5.new/common/util.c
---- sway-1.5/common/util.c     2020-07-16 01:04:23.000000000 +0200
-+++ sway-1.5.new/common/util.c 2020-07-16 10:33:51.931400571 +0200
+diff -urEbw sway-1.6/common/util.c sway-1.6.new/common/util.c
+--- sway-1.6/common/util.c     2021-04-07 21:44:21.000000000 +0200
++++ sway-1.6.new/common/util.c 2021-04-08 10:38:43.904321614 +0200
 @@ -6,7 +6,7 @@
  #include <stdlib.h>
  #include <string.h>
@@ -10,9 +10,9 @@
  #include "log.h"
  #include "util.h"
  
-diff -urEbw sway-1.5/include/cairo.h sway-1.5.new/include/cairo.h
---- sway-1.5/include/cairo.h   2020-07-16 01:04:23.000000000 +0200
-+++ sway-1.5.new/include/cairo.h       2020-07-16 10:34:11.895528595 +0200
+diff -urEbw sway-1.6/include/cairo.h sway-1.6.new/include/cairo.h
+--- sway-1.6/include/cairo.h   2021-04-07 21:44:21.000000000 +0200
++++ sway-1.6.new/include/cairo.h       2021-04-08 10:39:26.336461949 +0200
 @@ -3,7 +3,7 @@
  #include "config.h"
  #include <stdint.h>
@@ -22,9 +22,9 @@
  
  void cairo_set_source_u32(cairo_t *cairo, uint32_t color);
  cairo_subpixel_order_t to_cairo_subpixel_order(enum wl_output_subpixel 
subpixel);
-diff -urEbw sway-1.5/include/util.h sway-1.5.new/include/util.h
---- sway-1.5/include/util.h    2020-07-16 01:04:23.000000000 +0200
-+++ sway-1.5.new/include/util.h        2020-07-16 10:34:33.707668480 +0200
+diff -urEbw sway-1.6/include/util.h sway-1.6.new/include/util.h
+--- sway-1.6/include/util.h    2021-04-07 21:44:21.000000000 +0200
++++ sway-1.6.new/include/util.h        2021-04-08 10:39:00.424376248 +0200
 @@ -3,7 +3,7 @@
  
  #include <stdint.h>
@@ -32,5 +32,5 @@
 -#include <wayland-server-protocol.h>
 +#include <wayland/wayland-server-protocol.h>
  
- /**
-  * Get the current time, in milliseconds.
+ enum movement_unit {
+       MOVEMENT_UNIT_PX,

++++++ sway-1.5.1.tar.gz -> sway-1.6.tar.gz ++++++
++++ 12959 lines of diff (skipped)

Reply via email to