Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2017-12-14 10:56:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sway (Old)
 and      /work/SRC/openSUSE:Factory/.sway.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sway"

Thu Dec 14 10:56:19 2017 rev:11 rq:555786 version:0.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sway/sway.changes        2017-05-16 
14:47:12.169867593 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new/sway.changes   2017-12-14 
10:56:45.269725564 +0100
@@ -1,0 +2,39 @@
+Thu Nov  9 19:19:33 UTC 2017 - [email protected]
+
+- bump to 0.15.0
+   Changes
+    * Default wallpapers are now in /usr/share/backgrounds/sway
+    * README translated into 9 more languages
+
+   New Features
+    * Improved clipboard support via swaymsg commands
+    * Raspberry Pi support
+    * swaylock indicator size is now configurable
+    * swaybar now supports scroll events over IPC
+
+   Bugs Fixed
+    * IPC now uses nonblocking I/O
+    * Tray icon theme parsing support handles getline failure
+    * Correctly handle empty security policies
+    * Fix zsh completion for swaylock
+    * Use after free in bindsym fixed
+    * Pointer accuracy bugs fixed via wlc
+    * swaybar crash with invalid SNI names fixed
+    * Race condition in kill command fixed
+    * swaygrab no longer uses the shell to execute subprocesses
+    * An issue with variables set via set $xyz was fixed
+    * A number of bugs with the output command were fixed
+    * Fixed move to workspaces with spaces in their names
+    * Skip dotfiles when loading security configuration
+    * Several issues with the scratchpad were fixed
+    * swaygrab now handles permissions errors more gracefully
+    * swaybar click events had an extra comma
+    * FreeBSD compatability fixes
+    * Fix tray when dbus is not present
+
+-------------------------------------------------------------------
+Tue Jun 20 06:44:34 UTC 2017 - [email protected]
+
+- bump to 0.14 rc1 prerelease
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sway.spec ++++++
--- /var/tmp/diff_new_pack.z2yZsk/_old  2017-12-14 10:56:47.053639447 +0100
+++ /var/tmp/diff_new_pack.z2yZsk/_new  2017-12-14 10:56:47.057639254 +0100
@@ -16,15 +16,29 @@
 #
 
 
+%define basever 0.15.0
+#%define prerelease rc1
+
+%if 0%{?prerelease:0}
+%define ver     %{basever}~%{prerelease}
+%define tarver  %{basever}-%{prerelease}
+%else
+%define ver     %{basever}
+%define tarver  %{basever}
+%endif
+
 Name:           sway
-Version:        0.13.0
+Version:        %{ver}
 Release:        0
 Summary:        Window manager for Wayland compatible with i3
 License:        MIT
 Group:          System/GUI/Other
 Url:            https://github.com/SirCmpwn/sway
-Source0:        https://github.com/SirCmpwn/sway/archive/%{version}.tar.gz
-Source1:        
https://github.com/SirCmpwn/sway/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
+Source0:        
https://github.com/SirCmpwn/sway/archive/%{tarver}.tar.gz#/%{name}-%{tarver}.tar.gz
+# only releases are signed
+%if ! 0%{?prerelease:1}
+Source1:        
https://github.com/SirCmpwn/sway/releases/download/%{basever}/%{name}-%{basever}.tar.gz.sig
+%endif
 Source2:        sway.keyring
 BuildRequires:  asciidoc
 BuildRequires:  cmake
@@ -33,6 +47,7 @@
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libcap)
@@ -51,9 +66,14 @@
 manager for Wayland.
 
 %prep
+%if %{?prerelease:0}
+%setup -q -n %{name}-%{tarver}
+%else
 %setup -q
+%endif
 
 %build
+export CFLAGS="%{optflags}"
 %cmake \
        -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
        -Dzsh-completions=ON
@@ -73,7 +93,8 @@
 %config(noreplace) %{_sysconfdir}/pam.d/swaylock
 %{_mandir}/man?/%{name}*
 %{_datadir}/wayland-sessions/
-%{_datadir}/sway
+%dir %{_datadir}/backgrounds
+%{_datadir}/backgrounds/sway
 %{_datadir}/zsh
 
 %changelog



Reply via email to