diff --git a/powerline.spec b/powerline.spec index e7d5906..3e97631 100644 --- a/powerline.spec +++ b/powerline.spec @@ -2,7 +2,7 @@ Name: powerline Version: 2.6 -Release: 5%{?dist} +Release: 7%{?dist} Summary: The ultimate status-line/prompt utility License: MIT @@ -144,11 +144,6 @@ mv %{buildroot}%{python3_sitelib}/powerline/bindings/fish/powerline-setup.fish % install -d -m0755 %{buildroot}%{_datadir}/%{name}/i3 mv %{buildroot}%{python3_sitelib}/powerline/bindings/i3/powerline-i3.py %{buildroot}%{_datadir}/%{name}/i3 -# ipython -install -d -m0755 %{buildroot}%{_datadir}/%{name}/ipython -mv %{buildroot}%{python3_sitelib}/powerline/bindings/ipython/post_0_11.py %{buildroot}%{_datadir}/%{name}/ipython -mv %{buildroot}%{python3_sitelib}/powerline/bindings/ipython/pre_0_11.py %{buildroot}%{_datadir}/%{name}/ipython - # qtile install -d -m0755 %{buildroot}%{_datadir}/%{name}/qtile mv %{buildroot}%{python3_sitelib}/powerline/bindings/qtile/widget.py %{buildroot}%{_datadir}/%{name}/qtile @@ -297,9 +292,6 @@ install -m 0644 powerline/dist/systemd/powerline-daemon.service %{buildroot}%{_u %{_datadir}/%{name}/fish/powerline-setup.fish %dir %{_datadir}/%{name}/i3 %{_datadir}/%{name}/i3/powerline-i3.py* -%dir %{_datadir}/%{name}/ipython -%{_datadir}/%{name}/ipython/post_0_11.py* -%{_datadir}/%{name}/ipython/pre_0_11.py* %dir %{_datadir}/%{name}/qtile %{_datadir}/%{name}/qtile/widget.py* %dir %{_datadir}/%{name}/shell @@ -339,10 +331,22 @@ install -m 0644 powerline/dist/systemd/powerline-daemon.service %{buildroot}%{_u %{_datadir}/tmux/powerline*.conf %changelog -* Thu Feb 22 2018 Michael Goodwin - 2.6-5 +* Tue Mar 13 2018 Michael Goodwin - 2.6-7 +- Fix mislocated ipython bindings by not moving them (RHBZ #1554741) + o There's no real justification to move ipython bindings when they're imported + as python modules by the user anyway. + o Before this change, importing the powerline.bindings.ipython.since_5 module + wouldn't work because it couldn't locate the other two files that were + moved into /usr/share/powerline + o https://powerline.readthedocs.io/en/master/usage/other.html#ipython-prompt + +* Thu Feb 22 2018 Michael Goodwin - 2.6-3 - Fix powerline requires both python2 and python3 (RHBZ #1546752) - Add commented Requires for if we have to fall back to bash (RHBZ #1514830) +* Fri Feb 09 2018 Fedora Release Engineering - 2.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 2.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild