Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2017-03-17 15:06:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Fri Mar 17 15:06:58 2017 rev:9 rq:479914 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2017-03-10 
21:46:22.421870865 +0100
+++ /work/SRC/openSUSE:Factory/.sway.new/sway.changes   2017-03-17 
15:06:59.830030979 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:08:58 UTC 2017 - sleep_wal...@opensuse.org
+
+- bump to 0.12.1
+   Bugs Fixed
+    Workspace output assignment issues (@zandrmartin - #1105)
+    Typo in sway(5) (@johnchen902 - #1113)
+
+-------------------------------------------------------------------

Old:
----
  0.12.tar.gz
  sway-0.12.tar.gz.sig

New:
----
  0.12.1.tar.gz
  sway-0.12.1.tar.gz.sig

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.ITvJYu/_old  2017-03-17 15:07:00.681910754 +0100
+++ /var/tmp/diff_new_pack.ITvJYu/_new  2017-03-17 15:07:00.685910189 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           sway
-Version:        0.12
+Version:        0.12.1
 Release:        0
 Summary:        Window manager for Wayland compatible with i3
 License:        MIT

++++++ 0.12.tar.gz -> 0.12.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sway-0.12/sway/commands/workspace.c 
new/sway-0.12.1/sway/commands/workspace.c
--- old/sway-0.12/sway/commands/workspace.c     2017-03-07 15:43:05.000000000 
+0100
+++ new/sway-0.12.1/sway/commands/workspace.c   2017-03-14 04:15:39.000000000 
+0100
@@ -31,7 +31,7 @@
                                        "Unable to allocate workspace output");
                }
                wso->workspace = join_args(argv, argc - 2);
-               wso->output = strdup(argv[output_location]);
+               wso->output = strdup(argv[output_location + 1]);
                int i = -1;
                if ((i = list_seq_find(config->workspace_outputs, 
workspace_output_cmp_workspace, wso)) != -1) {
                        struct workspace_output *old = 
config->workspace_outputs->items[i];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sway-0.12/sway/sway.5.txt 
new/sway-0.12.1/sway/sway.5.txt
--- old/sway-0.12/sway/sway.5.txt       2017-03-07 15:43:05.000000000 +0100
+++ new/sway-0.12.1/sway/sway.5.txt     2017-03-14 04:15:39.000000000 +0100
@@ -86,7 +86,7 @@
        _splitv_, _toggle split_, _stacking_, _tabbed_.
 
 **layout** auto <mode>::
-       Sets layout to one of the auto modes, i.e. one of _left_, right_, _top_,
+       Sets layout to one of the auto modes, i.e. one of _left_, _right_, 
_top_,
        or _bottom_.
 
 **layout** auto <next|prev>::



Reply via email to