[powerline/f21] Update to version 2.0.

asn asn at fedoraproject.org
Tue Jan 20 19:32:19 UTC 2015


commit 91be7df9e4d9a8dae19a2b5460010c7a266b5528
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Tue Jan 20 18:48:55 2015 +0100

    Update to version 2.0.

 .gitignore                                         |    1 +
 ...-Honor-CFLAGS-set-as-environment-variable.patch |   42 ----------------
 powerline-1.3_fix_old_python_sphinx.patch          |   13 -----
 powerline.spec                                     |   52 ++++++++++++-------
 sources                                            |    2 +-
 5 files changed, 35 insertions(+), 75 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44a9b52..d15cc80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /9e7c6cf0bed52e47451c81377b5a1a96366b053f.tar.gz
 /1.3.tar.gz
 /1.3.1.tar.gz
+/2.0.tar.gz
diff --git a/powerline.spec b/powerline.spec
index 4bd1d2b..53f988e 100644
--- a/powerline.spec
+++ b/powerline.spec
@@ -1,6 +1,6 @@
 Name:           powerline
-Version:        1.3.1
-Release:        2%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 
 Summary:        The ultimate status-line/prompt utility
 License:        MIT
@@ -19,9 +19,6 @@ Requires:       fontconfig
 
 Source0:        https://github.com/Lokaltog/powerline/archive/%{version}.tar.gz
 
-Patch0:         0001-setup-Honor-CFLAGS-set-as-environment-variable.patch
-Patch1:         powerline-1.3_fix_old_python_sphinx.patch
-
 %description
 Powerline is a status-line plugin for vim, and provides status-lines and prompts
 for several other applications, including zsh, bash, tmux, IPython, Awesome and
@@ -63,8 +60,6 @@ to your ~/.tmux.conf file.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 # nothing to build
@@ -220,51 +215,70 @@ mv %{buildroot}%{python_sitelib}/powerline/bindings/zsh/powerline.zsh %{buildroo
 %{_datadir}/tmux/powerline*.conf
 
 %changelog
-* Wed Dec 10 2014 - Andreas Schneider <asn at redhat.com> - 1.3.1-2
+* Tue Jan 20 2015 Andreas Schneider <asn at redhat.com> - 2.0-1
+- Update to version 2.0
+  o Added fbterm (framebuffer terminal emulator) support.
+  o Added theme with unicode-7.0 symbols.
+  o Added support for PyPy3.
+  o Compiler is now called with CFLAGS from environment in setup.py if present.
+  o Added support for pyuv-1.*.
+  o Added a way to write error log to Vim global variable.
+  o powerline script now supports overrides from $POWERLINE_CONFIG_OVERRIDES,
+    $POWERLINE_THEME_OVERRIDES environment variables, so does powerline-config
+     script.
+  o powerline and powerline-config scripts now support taking paths from
+    $POWERLINE_CONFIG_PATHS.
+  o powerline-lint is now able to report dictionaries which were merged in to
+    form marked dictionary and what were the previous values of overridden
+    values.
+  o Added support for Byron Rakitzis’ rc shell reimplementation.
+  o Added support for querying battery status on cygwin platform.
+
+* Wed Dec 10 2014 Andreas Schneider <asn at redhat.com> - 1.3.1-2
 - Update cflags patch.
 
-* Tue Dec 09 2014 - Andreas Schneider <asn at redhat.com> - 1.3.1-1
+* Tue Dec 09 2014 Andreas Schneider <asn at redhat.com> - 1.3.1-1
 - Update to version 1.3.1.
 - resolves: #1171420 - Fix passing optflags to the C compiler.
 
-* Thu Dec 04 2014 - Andreas Schneider <asn at redhat.com> - 1.3-2
+* Thu Dec 04 2014 Andreas Schneider <asn at redhat.com> - 1.3-2
 - Fix powerline-config.
 
-* Wed Dec 03 2014 - Andreas Schneider <asn at redhat.com> - 1.3-1
+* Wed Dec 03 2014 Andreas Schneider <asn at redhat.com> - 1.3-1
 - Update to version 1.3.
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.1-8.20140508git9e7c6c
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-* Thu May 08 2014 - Andreas Schneider <asn at redhat.com> - 0.0.1-7.20140508git9e7c6c
+* Thu May 08 2014 Andreas Schneider <asn at redhat.com> - 0.0.1-7.20140508git9e7c6c
 - Update to revision 0.0.1-7.20140508git9e7c6c
 
-* Wed Mar 12 2014 - Andreas Schneider <asn at redhat.com> - 0.0.1-6.20140226git70a94e
+* Wed Mar 12 2014 Andreas Schneider <asn at redhat.com> - 0.0.1-6.20140226git70a94e
 - Update to revision 0.0.1-6.20140226git70a94e
 
-* Thu Nov 28 2013 - Andreas Schneider <asn at redhat.com> - 0.0.1-6.20131123gitdb80fc
+* Thu Nov 28 2013 Andreas Schneider <asn at redhat.com> - 0.0.1-6.20131123gitdb80fc
 - Remove EPEL support.
 - Removed BuildRoot.
 
-* Wed Nov 27 2013 - Andreas Schneider <asn at redhat.com> - 0.0.1-5.20131123gitdb80fc
+* Wed Nov 27 2013 Andreas Schneider <asn at redhat.com> - 0.0.1-5.20131123gitdb80fc
 - Remove fontpatcher.py.patch
 - Moved BuildReqruies.
 - Try to fix build on EPEL5.
 
-* Wed Nov 27 2013 - Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-4
+* Wed Nov 27 2013 Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-4
 - Added missing vim directories.
 - Fixed BuildRoot.
 - Use fdupes only on Fedora.
 - Use name tag in Requires.
 
-* Mon Nov 25 2013 - Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-3
+* Mon Nov 25 2013 Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-3
 - Changed define to global
 - Moved BuildArch
 
-* Sun Nov 24 2013 - Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-2
+* Sun Nov 24 2013 Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-2
 - Set checkout.
 - Set source URL.
 - Fix default configuration path.
 
-* Sun Nov 24 2013 - Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-1
+* Sun Nov 24 2013 Andreas Schneider <asn at redhat.com> - 0.0.1.20131123gitdb80fc-1
 - Initial package.
diff --git a/sources b/sources
index 66f9423..94b24da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76cc8410adc8c7644ad41d83d5705530  1.3.1.tar.gz
+7d69376d38cde0074634140a388458f3  2.0.tar.gz


More information about the scm-commits mailing list