Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2020-07-16 12:18:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Thu Jul 16 12:18:43 2020 rev:23 rq:821250 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2020-06-23 
21:05:09.201950561 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new.3592/sway.changes      2020-07-16 
12:21:29.995149622 +0200
@@ -1,0 +2,52 @@
+Thu Jul 16 08:24:37 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.5:
+  New features:
+  * Headless outputs can now be created dynamically via the create_output
+    command, and can be used with WayVNC
+  * Input method editors (IME) are now supported via the input-method and
+    text-input protocols
+  * Adaptive synchronization (aka. variable refresh rate, VRR) can be enabled
+    to reduce stuttering in games
+  * Support for the viewporter protocol, allowing older X11 games to work
+    better and improve performance
+  * Allow virtualization and remote desktop software to inhibit keyboard
+    shortcuts
+  * Support for the wlr-foreign-toplevel-management protocol, allowing
+    custom docks and window switchers
+  * For details see: https://github.com/swaywm/sway/releases/tag/1.5
+- Remove 0001-Fix-compiling-with-fno-common.patch: in new release
+- Remove file %{_sysconfdir}/sway/security.d/00-defaults
+
+-------------------------------------------------------------------
+Thu Jul 02 09:44:59 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.5~RC2:
+  * output: simplify loop over layer surfaces
+  * tree/view: Make foreign-toplevel app_id fallback to class
+  * transaction: Mark client resize immediately ready
+  * seat: Refocus seat when wlr_drag is destroyed
+  * input/pointer: correctly handle bindings for synthetic events
+  * tree/view: fix smart borders with tabbed/stacked ancestor
+
+-------------------------------------------------------------------
+Thu Jun 25 07:24:59 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.5~RC1:
+  New features:
+  * Headless outputs can now be created dynamically via the create_output
+    command, and can be used with WayVNC
+  * Input method editors (IME) are now supported via the input-method and
+    text-input protocols
+  * Adaptive synchronization (aka. variable refresh rate, VRR) can be enabled
+    to reduce stuttering in games
+  * Support for the viewporter protocol, allowing older X11 games to work
+    better and improve performance
+  * Allow virtualization and remote desktop software to inhibit keyboard
+    shortcuts
+  * Support for the wlr-foreign-toplevel-management protocol, allowing
+    custom docks and window switchers
+  * For full list of changes see:
+    https://github.com/swaywm/sway/releases/tag/1.5-rc1
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-compiling-with-fno-common.patch
  sway-1.4.tar.gz

New:
----
  sway-1.5.tar.gz

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.bsscJn/_old  2020-07-16 12:21:31.915151564 +0200
+++ /var/tmp/diff_new_pack.bsscJn/_new  2020-07-16 12:21:31.915151564 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sway
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        Window manager for Wayland compatible with i3
 License:        MIT
@@ -26,7 +26,6 @@
 Source0:        
https://github.com/swaywm/sway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source2:        sway.keyring
 Patch0:         sway-1.0-include.patch
-Patch1:         0001-Fix-compiling-with-fno-common.patch
 BuildRequires:  gcc-c++
 #BuildRequires:  libxslt-tools
 BuildRequires:  libevdev-devel
@@ -35,7 +34,7 @@
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
 BuildRequires:  scdoc >= 1.9.2
-BuildRequires:  wlroots-devel >= 0.5
+BuildRequires:  wlroots-devel >= 0.11.0
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dbus-1) >= 1.10
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -80,7 +79,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -98,8 +96,6 @@
 %license LICENSE
 %doc README.md CONTRIBUTING.md
 %{_bindir}/%{name}*
-%dir %{_sysconfdir}/sway/security.d
-%config(noreplace) %{_sysconfdir}/sway/security.d/00-defaults
 %{_mandir}/man?/%{name}*
 %{_datadir}/wayland-sessions/
 %dir %{_datadir}/backgrounds

++++++ sway-1.0-include.patch ++++++
--- /var/tmp/diff_new_pack.bsscJn/_old  2020-07-16 12:21:31.939151588 +0200
+++ /var/tmp/diff_new_pack.bsscJn/_new  2020-07-16 12:21:31.939151588 +0200
@@ -1,18 +1,18 @@
-diff -urEbw sway-1.1.1/common/util.c sway-1.1.1.new/common/util.c
---- sway-1.1.1/common/util.c   2019-06-03 15:54:48.000000000 +0200
-+++ sway-1.1.1.new/common/util.c       2019-06-04 08:01:49.398954211 +0200
-@@ -5,7 +5,7 @@
+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
+@@ -6,7 +6,7 @@
  #include <stdlib.h>
  #include <string.h>
  #include <strings.h>
 -#include <wayland-server-protocol.h>
-+#include <wayland/wayland-client-protocol.h>
++#include <wayland/wayland-server-protocol.h>
  #include "log.h"
  #include "util.h"
  
-diff -urEbw sway-1.1.1/include/cairo.h sway-1.1.1.new/include/cairo.h
---- sway-1.1.1/include/cairo.h 2019-06-03 15:54:48.000000000 +0200
-+++ sway-1.1.1.new/include/cairo.h     2019-06-04 07:58:54.169992613 +0200
+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
 @@ -3,7 +3,7 @@
  #include "config.h"
  #include <stdint.h>
@@ -22,15 +22,15 @@
  
  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.1.1/include/util.h sway-1.1.1.new/include/util.h
---- sway-1.1.1/include/util.h  2019-06-03 15:54:48.000000000 +0200
-+++ sway-1.1.1.new/include/util.h      2019-06-04 08:03:46.167595133 +0200
+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
 @@ -3,7 +3,7 @@
  
  #include <stdint.h>
  #include <stdbool.h>
 -#include <wayland-server-protocol.h>
-+#include <wayland/wayland-client-protocol.h>
++#include <wayland/wayland-server-protocol.h>
  
  /**
-  * Wrap i into the range [0, max[
+  * Get the current time, in milliseconds.

++++++ sway-1.4.tar.gz -> sway-1.5.tar.gz ++++++
++++ 10728 lines of diff (skipped)



Reply via email to