diff --git a/.gitignore b/.gitignore index 062476a..c63e794 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /0.10-rc3.tar.gz /0.10.tar.gz /0.11-rc2.tar.gz +/0.11-rc3.tar.gz diff --git a/sources b/sources index deac67c..c117f3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.11-rc2.tar.gz) = c8f0951f8082a24a216c96f26cdc7ccdf2a8bb6d9c1dd79c7b06e5b9218673107456e03a79ed91c3af4719b2b9f71e7d8daa8290456ecd67152d1d2e05663cf2 +SHA512 (0.11-rc3.tar.gz) = f6583115b1659a86605951127776ca90e1534cb40d78059093d7aa1c3ea3419dfe4a595c5ebb67f8ad6aeb25b2eb03fcd67651c6ac4946a645925abb759e6dc1 diff --git a/sway.spec b/sway.spec index 6bd1f38..b347579 100644 --- a/sway.spec +++ b/sway.spec @@ -1,4 +1,4 @@ -%global pre rc2 +%global pre rc3 Name: sway Version: 0.11 Release: 0.%{pre}%{?dist} @@ -60,8 +60,7 @@ 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(noreplace) %{_sysconfdir}/sway/security %config %{_sysconfdir}/pam.d/swaylock %{_mandir}/man1/sway*.1* %{_mandir}/man5/sway*.5* @@ -76,6 +75,12 @@ sed -i "s|^output \* bg .*|output * bg /usr/share/backgrounds/f%{fedora}/default %{_datadir}/zsh/site-functions/_sway* %changelog +* Sun Dec 18 2016 Fabio Alessandro Locati - 0.11-0.rc3 +- Update to 0.11-rc3 + +* Sat Dec 17 2016 Fabio Alessandro Locati - 0.11-0.rc2 +- Update to 0.11-rc2 + * 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)