From 55f5df571187e77282401c77f3eec9d282787e2a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: May 19 2015 09:03:32 +0000 Subject: Update to version 2.1.4 --- diff --git a/.gitignore b/.gitignore index 7c6b12d..4b218eb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /1.3.1.tar.gz /2.0.tar.gz /2.1.tar.gz +/2.1.4.tar.gz diff --git a/powerline.spec b/powerline.spec index bc653f4..1259d13 100644 --- a/powerline.spec +++ b/powerline.spec @@ -1,11 +1,11 @@ Name: powerline -Version: 2.1 +Version: 2.1.4 Release: 1%{?dist} Summary: The ultimate status-line/prompt utility License: MIT Group: Applications/System -Url: https://github.com/Lokaltog/powerline +Url: https://github.com/powerline/powerline BuildRequires: python-setuptools BuildRequires: python-sphinx @@ -17,7 +17,7 @@ BuildRequires: vim-minimal Requires: python Requires: fontconfig -Source0: https://github.com/Lokaltog/powerline/archive/%{version}.tar.gz +Source0: https://github.com/powerline/powerline/archive/%{version}.tar.gz %description Powerline is a status-line plugin for vim, and provides status-lines and prompts @@ -217,6 +217,20 @@ mv %{buildroot}%{python_sitelib}/powerline/bindings/zsh/powerline.zsh %{buildroo %{_datadir}/tmux/powerline*.conf %changelog +* Tue May 19 2015 Andreas Schneider - 2.1.4-1 +- Update to version 2.1.4 + o Added support for placing powerline on the left in qtile. + o Added qtile-1.9 support. + o Fixed tmux-2.0 support. + o Made it easier to run tests outside of travis. + o Added some missing highlight groups. + o Made it omit writing empty above lines. + o Fixed UnicodeEncodeError when running powerline-lint with + non-ASCII characters in error messages. + o Fixed code that replaces &statusline value: it now is able + to replace non-ASCII &statuslines as well. + + * Fri Feb 20 2015 Andreas Schneider - 2.1-1 - Update to version 2.1 o Added BAR support. diff --git a/sources b/sources index 3d355e8..b2a540b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9029cd116da826c6dc981cdb9243141 2.1.tar.gz +c3663676cf24fb738a0dd09d95159ba5 2.1.4.tar.gz