From b043474187b87a9177d5b20289697a062ac8865e Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Dec 17 2016 14:14:06 +0000 Subject: Update to 0.11-rc2 --- diff --git a/.gitignore b/.gitignore index 7d16ae5..062476a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /0.10-rc2.tar.gz /0.10-rc3.tar.gz /0.10.tar.gz +/0.11-rc2.tar.gz diff --git a/sources b/sources index 9e4b423..deac67c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ede757d96fdc19d204d4204653a394b8 0.10.tar.gz +SHA512 (0.11-rc2.tar.gz) = c8f0951f8082a24a216c96f26cdc7ccdf2a8bb6d9c1dd79c7b06e5b9218673107456e03a79ed91c3af4719b2b9f71e7d8daa8290456ecd67152d1d2e05663cf2 diff --git a/sway.spec b/sway.spec index b5a3d43..6bd1f38 100644 --- a/sway.spec +++ b/sway.spec @@ -1,11 +1,13 @@ +%global pre rc2 Name: sway -Version: 0.10 -Release: 2%{?dist} +Version: 0.11 +Release: 0.%{pre}%{?dist} Summary: i3-compatible window manager for Wayland Group: User Interface/X License: MIT URL: https://github.com/SirCmpwn/sway -Source0: https://github.com/SirCmpwn/%{name}/archive/%{version}.tar.gz +Source0: https://github.com/SirCmpwn/%{name}/archive/%{version}-%{pre}.tar.gz +#Source0: https://github.com/SirCmpwn/%{name}/archive/%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(wlc) BuildRequires: wayland-devel @@ -15,6 +17,7 @@ BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-server) BuildRequires: asciidoc BuildRequires: pkgconfig(libpcre) +BuildRequires: pkgconfig(libcap) BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(cairo) @@ -31,7 +34,7 @@ Sway is a tiling window manager supporting Wayland compositor protocol and i3-compatible configuration. %prep -%setup -q +%autosetup -n %{name}-%{version}-%{pre} mkdir %{_target_platform} %build @@ -57,9 +60,12 @@ sed -i "s|^output \* bg .*|output * bg /usr/share/backgrounds/f%{fedora}/default %doc README.md %dir %{_sysconfdir}/sway %config(noreplace) %{_sysconfdir}/sway/config +%dir %{_sysconfdir}/sway/config.d +%config(noreplace) %{_sysconfdir}/sway/config.d/security %config %{_sysconfdir}/pam.d/swaylock %{_mandir}/man1/sway*.1* %{_mandir}/man5/sway*.5* +%{_mandir}/man7/sway*.7* %{_bindir}/sway %{_bindir}/swaybar %{_bindir}/swaybg @@ -70,56 +76,56 @@ sed -i "s|^output \* bg .*|output * bg /usr/share/backgrounds/f%{fedora}/default %{_datadir}/zsh/site-functions/_sway* %changelog -* Sat Nov 26 2016 Fabio Alessandro Locati - 0.10-2 +* Sat Nov 26 2016 Fabio Alessandro Locati - 0.10-2 - Require Xwayland instead of just suggesting it, since at the moment is needed by dmenu (and other) -* Wed Oct 26 2016 Fabio Alessandro Locati - 0.10-1 +* Wed Oct 26 2016 Fabio Alessandro Locati - 0.10-1 - Update to 0.10 -* Thu Oct 13 2016 Fabio Alessandro Locati - 0.10-0.1.rc3 +* Thu Oct 13 2016 Fabio Alessandro Locati - 0.10-0.1.rc3 - Update to 0.10-rc3 -* Tue Oct 04 2016 Fabio Alessandro Locati - 0.10-0.1.rc2 +* Tue Oct 04 2016 Fabio Alessandro Locati - 0.10-0.1.rc2 - Update to 0.10-rc2 -* Wed Sep 28 2016 Fabio Alessandro Locati - 0.10-0.1.rc1 +* Wed Sep 28 2016 Fabio Alessandro Locati - 0.10-0.1.rc1 - Update to 0.10-rc1 -* Tue Sep 06 2016 Fabio Alessandro Locati - 0.9-4 +* Tue Sep 06 2016 Fabio Alessandro Locati - 0.9-4 - Do not Require the urxvt shell - Rebuild due to a wlc rebuild - Add Recommends ImageMagick -* Wed Aug 10 2016 Fabio Alessandro Locati - 0.9-3 +* Wed Aug 10 2016 Fabio Alessandro Locati - 0.9-3 - Remove some compilation flags that were not needed -* Sun Aug 07 2016 Fabio Alessandro Locati - 0.9-2 +* Sun Aug 07 2016 Fabio Alessandro Locati - 0.9-2 - Add dmenu dependency - Add rxvt-unicode-256color-ml dependency - Use urxvt256c-ml instead of urxvt by default - Improve default wallpaper - Add suggests xorg-x11-server-Xwayland -* Wed Aug 03 2016 Fabio Alessandro Locati - 0.9-1 +* Wed Aug 03 2016 Fabio Alessandro Locati - 0.9-1 - Upgrade to 0.9 -* Thu Jul 07 2016 Fabio Alessandro Locati - 0.8-2 +* Thu Jul 07 2016 Fabio Alessandro Locati - 0.8-2 - Move ffmpeg and ImageMagick from Required to Suggested -* Thu Jul 07 2016 Fabio Alessandro Locati - 0.8-1 +* Thu Jul 07 2016 Fabio Alessandro Locati - 0.8-1 - Update to version 0.8 - Re-enable ZSH bindings - Remove sway wallpapers -* Sun May 29 2016 Fabio Alessandro Locati - 0.7-1 +* Sun May 29 2016 Fabio Alessandro Locati - 0.7-1 - Update to version 0.7 - Drop ZSH bindings that are no longer shipped with Sway -* Thu May 05 2016 Fabio Alessandro Locati - 0.6-1 +* Thu May 05 2016 Fabio Alessandro Locati - 0.6-1 - Update to current upstream version -* Wed Apr 06 2016 Fabio Alessandro Locati - 0.3-1 +* Wed Apr 06 2016 Fabio Alessandro Locati - 0.3-1 - Update to current upstream version -* Sun Feb 14 2016 Fabio Alessandro Locati - 0-1.20160214git016a774 +* Sun Feb 14 2016 Fabio Alessandro Locati - 0-1.20160214git016a774 - Initial packaging