Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2016-06-02 09:38:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2016-05-08 
10:46:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new/sway.changes   2016-06-02 
09:38:31.000000000 +0200
@@ -1,0 +2,26 @@
+Mon May 23 12:57:09 UTC 2016 - [email protected]
+
+- bump to 0.7
+   New Features
+    Bind actions to $mod+[scroll whell] via floating_scroll (thanks 
@Hummer12007!)
+    Set the acceleration profile for input devices via accel_profile (thanks 
@tajjada!)
+
+   Bugs Fixed
+    Window titles are updated when the application requests it (thanks 
@mikkeloscar!)
+    Screwing with the border settings on tabbed and stacking layouts caused 
breakage (thanks @tajjada!)
+    Several memory leaks, double frees, etc were fixed (thanks @neosilky!)
+    Several double closes, buffer overflows, etc were fixed (thanks @1ace!)
+    Many other small bugs were fixed (thanks @mikkeloscar, @xerpi, @1ace!)
+    Some typos were found and fixed in the man pages (thanks @cyberhuman!)
+
+   Changes
+    The hardcoded $mod+scroll actions introduced in sway 0.4 has been removed.
+    You can now use a relative path to your wallpaper (thanks @Hummer12007!)
+    ZSH completions are no longer included in the default build
+    Cairo and Pango are now required dependencies (previously they
+     were only required if you wanted swaybg or swaybar support)
+
+- match definition with declaration using patch
+   0001-Match-definition-with-declaration.patch
+
+-------------------------------------------------------------------

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

New:
----
  0.7.tar.gz
  0001-Match-definition-with-declaration.patch
  sway-0.7.tar.gz.sig

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.Z5zg9G/_old  2016-06-02 09:38:32.000000000 +0200
+++ /var/tmp/diff_new_pack.Z5zg9G/_new  2016-06-02 09:38:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sway
-Version:        0.6
+Version:        0.7
 Release:        0
 Summary:        Window manager for Wayland compatible with i3
 License:        MIT
@@ -26,12 +26,14 @@
 Source0:        https://github.com/SirCmpwn/sway/archive/%{version}.tar.gz
 Source1:        
https://github.com/SirCmpwn/sway/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
 Source2:        sway.keyring
+# PATCH-FIX-UPSTREAM - already accepted by upstream
+Patch0:         0001-Match-definition-with-declaration.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libxslt-tools
 BuildRequires:  pam-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(json-c)
@@ -51,10 +53,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake \
-       -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir}
+       -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
+       -Dzsh-completions=ON
 make %{?_smp_mflags}
 
 %install

++++++ 0.6.tar.gz -> 0.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/sway/0.6.tar.gz 
/work/SRC/openSUSE:Factory/.sway.new/0.7.tar.gz differ: char 14, line 1

++++++ 0001-Match-definition-with-declaration.patch ++++++
>From eda741d177b784024e9d6c5d7fbcc67a41957bab Mon Sep 17 00:00:00 2001
From: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= <[email protected]>
Date: Mon, 23 May 2016 14:42:03 +0200
Subject: [PATCH] Match definition with declaration

---
 include/commands.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/commands.h b/include/commands.h
index 5fa66bb..cd0610f 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -59,6 +59,6 @@ void free_cmd_results(struct cmd_results *results);
  */
 const char *cmd_results_to_json(struct cmd_results *results);
 
-void remove_view_from_scratchpad();
+void remove_view_from_scratchpad(swayc_t *);
 
 #endif
-- 
2.8.2



Reply via email to