From ac7ef167655d48420f6ef2489636503961138cf2 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Oct 26 2016 18:35:54 +0000 Subject: Update to 0.10 --- diff --git a/.gitignore b/.gitignore index ea4978a..7d16ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /0.10-rc1.tar.gz /0.10-rc2.tar.gz /0.10-rc3.tar.gz +/0.10.tar.gz diff --git a/sources b/sources index 9ae6715..9e4b423 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64b0c6da1bf0ee9f0f448217b1e652ed 0.10-rc3.tar.gz +ede757d96fdc19d204d4204653a394b8 0.10.tar.gz diff --git a/sway.spec b/sway.spec index 37d91ab..2597b88 100644 --- a/sway.spec +++ b/sway.spec @@ -1,22 +1,11 @@ -%global pre_release rc3 -%global rel 1 - Name: sway Version: 0.10 -%if %{pre_release} -Release: 0.%{rel}.%{pre_release}%{?dist} -%else -Release: %{rel}%{?dist} -%endif +Release: 1%{?dist} Summary: i3-compatible window manager for Wayland Group: User Interface/X License: MIT URL: https://github.com/SirCmpwn/sway -%if %{pre_release} -Source0: https://github.com/SirCmpwn/%{name}/archive/%{version}-%{pre_release}.tar.gz -%else Source0: https://github.com/SirCmpwn/%{name}/archive/%{version}.tar.gz -%endif BuildRequires: cmake BuildRequires: pkgconfig(wlc) BuildRequires: wayland-devel @@ -41,11 +30,7 @@ Sway is a tiling window manager supporting Wayland compositor protocol and i3-compatible configuration. %prep -%if %{pre_release} -%setup -qn %{name}-%{version}-%{pre_release} -%else %setup -q -%endif mkdir %{_target_platform} %build @@ -84,6 +69,9 @@ sed -i "s|^output \* bg .*|output * bg /usr/share/backgrounds/f%{fedora}/default %{_datadir}/zsh/site-functions/_sway* %changelog +* 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 - Update to 0.10-rc3