Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2020-11-11 20:46:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new.26437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Wed Nov 11 20:46:38 2020 rev:24 rq:847691 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2020-07-16 
12:21:29.995149622 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new.26437/sway.changes     2020-11-11 
20:46:47.563669571 +0100
@@ -1,0 +2,6 @@
+Wed Nov 11 07:17:01 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.5.1:
+  * This is a bugfix release which adds support for wlroots 0.12.0.
+
+-------------------------------------------------------------------

Old:
----
  sway-1.5.tar.gz

New:
----
  sway-1.5.1.tar.gz

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.Gbvezp/_old  2020-11-11 20:46:48.623670566 +0100
+++ /var/tmp/diff_new_pack.Gbvezp/_new  2020-11-11 20:46:48.627670570 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           sway
-Version:        1.5
+Version:        1.5.1
 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.11.0
+BuildRequires:  wlroots-devel >= 0.12.0
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dbus-1) >= 1.10
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)

++++++ sway-1.5.tar.gz -> sway-1.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sway-1.5/meson.build new/sway-1.5.1/meson.build
--- old/sway-1.5/meson.build    2020-07-16 01:04:23.000000000 +0200
+++ new/sway-1.5.1/meson.build  2020-11-10 17:47:31.000000000 +0100
@@ -1,7 +1,7 @@
 project(
        'sway',
        'c',
-       version: 'v1.5', #release_version
+       version: '1.5.1', #release_version
        license: 'MIT',
        meson_version: '>=0.53.0',
        default_options: [
@@ -60,7 +60,7 @@
 rt             = cc.find_library('rt')
 
 # Try first to find wlroots as a subproject, then as a system dependency
-wlroots_version = ['>=0.11.0', '<0.12.0']
+wlroots_version = ['>=0.12.0', '<0.13.0']
 wlroots_proj = subproject(
        'wlroots',
        default_options: ['examples=false'],
_______________________________________________
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