Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2017-06-07 09:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and      /work/SRC/openSUSE:Factory/.vifm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vifm"

Wed Jun  7 09:55:11 2017 rev:9 rq:501059 version:0.9~beta

Changes:
--------
--- /work/SRC/openSUSE:Factory/vifm/vifm.changes        2016-07-18 
21:25:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2017-06-07 
09:55:12.224545625 +0200
@@ -1,0 +2,13 @@
+Sun Jun  4 21:59:06 UTC 2017 - [email protected]
+
+- update to 0.9 beta:
+  * Introduced tree-like representation of files.
+  * Added directory comparison facilities.
+  * Added ability to restore last navigation menu.
+  * Background operations and programs can now be cancelled.
+  * Dismissed error output of external programs can now be queried.
+  * Added shell completion for bash and zsh.
+  * Now it's possible to configure mappings in dialogs.
+- Install bash and zsh completion files
+
+-------------------------------------------------------------------

Old:
----
  vifm-0.8.2.tar.bz2

New:
----
  vifm-0.9-beta.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vifm.spec ++++++
--- /var/tmp/diff_new_pack.XfpDvc/_old  2017-06-07 09:55:13.288395288 +0200
+++ /var/tmp/diff_new_pack.XfpDvc/_new  2017-06-07 09:55:13.288395288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vifm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           vifm
-Version:        0.8.2
+Version:        0.9~beta
 Release:        0
 Summary:        Ncurses based file manager with vi like keybindings
 License:        GPL-2.0+
 Group:          Productivity/File utilities
 Url:            http://%{name}.info
-Source:         
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source:         
https://github.com/vifm/vifm/releases/download/v0.9-beta/vifm-0.9-beta.tar.bz2
 BuildRequires:  file-devel
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
@@ -45,7 +45,7 @@
 and configurable color schemes.
 
 %prep
-%setup -q
+%setup -q -n vifm-0.9-beta
 
 %build
 %configure \
@@ -78,5 +78,11 @@
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
 %{_datadir}/vifm/colors/
+%dir %{_datadir}/bash-completion/
+%dir %{_datadir}/bash-completion/completions/
+%{_datadir}/bash-completion/completions/vifm
+%dir %{_datadir}/zsh/
+%dir %{_datadir}/zsh/site-functions/
+%{_datadir}/zsh/site-functions/_vifm
 
 %changelog


Reply via email to