diff --git a/.gitignore b/.gitignore index 8492fa2..5ed0ddb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /v0.10.2.tar.gz /v0.10.3.tar.gz /v0.10.4.tar.gz +/v0.10.5.tar.gz diff --git a/qtile.spec b/qtile.spec index ead1154..d1043eb 100644 --- a/qtile.spec +++ b/qtile.spec @@ -1,7 +1,7 @@ Summary: A pure-Python tiling window manager Name: qtile -Version: 0.10.4 -Release: 3%{?dist} +Version: 0.10.5 +Release: 1%{?dist} Source0: https://github.com/qtile/qtile/archive/v%{version}.tar.gz License: MIT and GPLv3+ and ASL 2.0 # All MIT except for: @@ -67,9 +67,9 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/ %{_mandir}/man1/qsh.1* %{_mandir}/man1/qtile.1* %{_bindir}/qsh +%{_bindir}/iqsh %{_bindir}/qtile %{_bindir}/qtile-run -%{_bindir}/qtile-session %{_bindir}/qtile-top %{python3_sitelib}/qtile-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/libqtile @@ -77,6 +77,20 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/ %changelog +* Fri Mar 04 2016 John Dulaney - 0.10.5-1 +- Python 3.2 support dropped !!! +- GoogleCalendar widget dropped for KhalCalendar widget !!! +- qtile-session script removed in favor of qtile script !!! +- new Columns layout, composed of dynamic and configurable columns of windows +- new iPython kernel for qsh, called iqsh, see docs for installing +- new qsh command `display_kb` to show current key binding +- add json interface to IPC server +- add commands for resizing MonadTall main panel +- wlan widget shows when you are disconnected and uses a configurable format +- fix path handling in PromptWidget +- fix KeyboardLayout widget cycling keyboard +- properly guard against setting screen to too large screen index + * Thu Feb 04 2016 Fedora Release Engineering - 0.10.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 99ec008..f7a831e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ead419b2f2a62fb923d947564b3b3cc9 v0.10.4.tar.gz +2c15662b78a0b393c8d4faea2048540b v0.10.5.tar.gz