commit vifm for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2020-09-25 16:36:04

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new.4249 (New)


Package is "vifm"

Fri Sep 25 16:36:04 2020 rev:14 rq:837210 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2019-07-30 
12:39:29.874932655 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new.4249/vifm.changes  2020-09-25 
16:37:25.812204340 +0200
@@ -1,0 +2,14 @@
+Thu Sep 24 17:44:17 UTC 2020 - Michael Vetter 
+
+- Update to 0.11:
+  * Added persistent tabs
+  * Added sessions
+  * New format of vifminfo file (old version is imported on first run)
+  * Smarter merging of histories between runs that avoids dropping of new 
entries
+  * Version of default color scheme for 256-color terminals
+  * Customizable tab labels
+  * Keeping ratio of pane sizes constant on resizes, restarts and tab switching
+  * Various performance improvements
+  * See change log for the full list of changes and by whom they were 
suggested.
+
+---

Old:

  vifm-0.10.1.tar.bz2
  vifm-0.10.1.tar.bz2.asc

New:

  vifm-0.11.tar.bz2
  vifm-0.11.tar.bz2.asc



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.WidgHr/_old  2020-09-25 16:37:26.344204812 +0200
+++ /var/tmp/diff_new_pack.WidgHr/_new  2020-09-25 16:37:26.344204812 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vifm
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   vifm
-Version:0.10.1
+Version:0.11
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0-or-later
@@ -55,7 +55,7 @@
--with-libmagic \
--without-gtk \
--disable-developer
-make %{?_smp_mflags}
+%make_build
 gzip -9c ChangeLog > ChangeLog.gz
 
 %install
@@ -88,5 +88,7 @@
 %dir %{_datadir}/zsh/
 %dir %{_datadir}/zsh/site-functions/
 %{_datadir}/zsh/site-functions/_vifm
+%{_sysconfdir}/vifm/
+%{_sysconfdir}/vifm/colors/
 
 %changelog

++ vifm-0.10.1.tar.bz2 -> vifm-0.11.tar.bz2 ++
 62541 lines of diff (skipped)





commit vifm for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2019-07-30 12:39:28

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new.4126 (New)


Package is "vifm"

Tue Jul 30 12:39:28 2019 rev:13 rq:719773 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2018-11-13 
17:52:47.291389920 +0100
+++ /work/SRC/openSUSE:Factory/.vifm.new.4126/vifm.changes  2019-07-30 
12:39:29.874932655 +0200
@@ -1,0 +2,19 @@
+Tue Jul 30 07:32:06 UTC 2019 - mvet...@suse.com
+
+- Update to 0.10.1:
+  * Added file preview to miller mode
+  * Added preview macro to directly output to terminal, which
+enables use of Sixel graphics for previewing
+  * Added udisks2 backend to vifm-media script (bundled script for
+managing media) and version of the script for OS X
+  * Updated code to make use of large amount of color pairs when
+available
+  * Functionality of previously separate neovim-vifm plugin got
+merged into the main plugin
+  * Multiple improvements to :media menu
+  * Improved performance in several use cases (quickview, lots
+of unhighlighted files, unnecessary cursor updates and redraws)
+  * See change log for the full list of changes and by whom
+they were suggested.
+
+---

Old:

  vifm-0.10.tar.bz2
  vifm-0.10.tar.bz2.asc

New:

  vifm-0.10.1.tar.bz2
  vifm-0.10.1.tar.bz2.asc



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.89hrof/_old  2019-07-30 12:39:30.722932514 +0200
+++ /var/tmp/diff_new_pack.89hrof/_new  2019-07-30 12:39:30.726932514 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vifm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
 
 
 Name:   vifm
-Version:0.10
+Version:0.10.1
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0-or-later
@@ -47,6 +47,7 @@
 
 %prep
 %setup -q
+sed -i 's/#!\/usr\/bin\/env perl/#!\/usr\/bin\/perl/' 
src/vifm-convert-dircolors
 
 %build
 %configure \
@@ -64,6 +65,7 @@
 %endif
 rm -rf %{buildroot}%{_datadir}/doc/vifm/*
 rm -rf %{buildroot}%{_datadir}/vifm/vifmrc-osx
+rm -rf %{buildroot}%{_datadir}/vifm/vifm-media-osx
 rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/tags
 rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
 

++ vifm-0.10.tar.bz2 -> vifm-0.10.1.tar.bz2 ++
 24073 lines of diff (skipped)





commit vifm for openSUSE:Factory

2018-11-13 Thread root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2018-11-13 16:59:32

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is "vifm"

Tue Nov 13 16:59:32 2018 rev:12 rq:648435 version:0.10

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2018-02-06 
16:49:34.190901308 +0100
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2018-11-13 
17:52:47.291389920 +0100
@@ -1,0 +2,17 @@
+Mon Nov 12 10:17:00 UTC 2018 - mvet...@suse.com
+
+- Update to 0.10:
+  * New version includes long awaited tabs and support for managing media.
+The first one comes in two flavours: tabs either include layout or don't.
+The latter relies on a helper script, whose job is to adapt existing
+tools to make them usable by vifm.
+  Main changes:
+  * Added tabs which either operate on the level of layout or level of 
individual panes
+  * Added ability to synchronize contents of registers among multiple instances
+  * Added menu for managing media (relies on helper that does the managing)
+  * Improved cursor positioning and control over it
+  * Ability to colorize statusline
+- For more details see: https://vifm.info/news/2018-11-11.shtml
+- Update upstream gpg key file (xai...@posteo.net)
+
+---

Old:

  vifm-0.9.1.tar.bz2
  vifm-0.9.1.tar.bz2.asc

New:

  vifm-0.10.tar.bz2
  vifm-0.10.tar.bz2.asc



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.RFWj5L/_old  2018-11-13 17:52:47.795389397 +0100
+++ /var/tmp/diff_new_pack.RFWj5L/_new  2018-11-13 17:52:47.795389397 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   vifm
-Version:0.9.1
+Version:0.10
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/File utilities
-Url:http://%{name}.info
+URL:http://%{name}.info
 Source0:
https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 Source1:
https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
@@ -30,7 +30,6 @@
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -69,17 +68,18 @@
 rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS BUGS ChangeLog.* COPYING README TODO
+%license COPYING
+%doc AUTHORS BUGS ChangeLog.* README TODO
 %doc %{_datadir}/%{name}/%{name}-help.txt
 %dir %{_datadir}/%{name}
 %{_bindir}/*
 %{_datadir}/%{name}/vim
 %{_datadir}/%{name}/%{name}rc
+%{_datadir}/%{name}/colors/
+%{_datadir}/%{name}/vifm-media
 %{_mandir}/man1/*
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
-%{_datadir}/vifm/colors/
 %dir %{_datadir}/bash-completion/
 %dir %{_datadir}/bash-completion/completions/
 %{_datadir}/bash-completion/completions/vifm

++ vifm-0.9.1.tar.bz2 -> vifm-0.10.tar.bz2 ++
 36446 lines of diff (skipped)

++ vifm.keyring ++
--- /var/tmp/diff_new_pack.RFWj5L/_old  2018-11-13 17:52:48.467388700 +0100
+++ /var/tmp/diff_new_pack.RFWj5L/_new  2018-11-13 17:52:48.467388700 +0100
@@ -11,40 +11,53 @@
 cLRpuT3rne6Bn2s48fEUf61B1oj7GCf/HtBfsNOl0x6okb1my6Umcpmm5TJmqDEb
 ZqHFmfELKqGGgg52VSv401iGUt+nyI6zfty5nsAKTAk4TaDzWBhxiQxDIhGgFRPC
 g9LoG9FTcWJlkTFG1foMRAOT5lCkgKy5d+Lhf+NXv5bWgWcTEhNyfAM0OQARAQAB
-tB94YWl6ZWsgPHhhaXpla0BvcGVubWFpbGJveC5vcmc+iQI4BBMBAgAiBQJTLrTO
-AhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCZ3F5NsF9r4nlUEACvVXeW
-UQmKi9DGFgkxeyhvm7z+Pe1FoZ6ZR9Ab0wUFY9pnleLlo/IxbB06IL7x49nwYFtE
-/OvGTST86/AGI46p4TpRANKHRO60ABYnc6YbKaQBmNZIbbifjgTJ3+IPCGVqOTeG
-Jk0mUtwTjKcAx3wELx+QMjmcUvVmLWyAYSqo9YTxqG56PgNeT6BYOgf6dsFbM2fj
-/bTKqvXbaL3xscfmoOD5vKRDBqXsBn1lcgT9uAZicbcmo0mmVZbDpXdoXUwt1Egl
-aL3GAb72LaiLjOGY3yE0tl+bJObO8Ajs7D2Il+TKLGmx1S2xOSnGb00xTTIBfvJn
-tjqWfEUlbcKW7uqusyWUASp3ikbJ44NtIyM35rNtqnx/T0ObR/ubrrnK8UgXyy+B
-pgsHB623wJ0FnMo+02DYAZu6YzQN16WvOZoLqLNOOU47qpXgdKyANShtiHGa7qxj
-rNxc3EABzhKcKkg3te5IfyP9EJacBK+9S5wCbDMMvM3p3Qiv4awjBi3cqexTW1Fc
-hSWz1luVfi48pVa/EurLq2NTbUEamnVvINOV8UFaWOTjBD7BGMZYogbUr7Y+HC9y
-HTgVy3T+etmA6+Hkui8gxSQElr/X/PrTka8Pid2jnBKTvTWyquNQW5JUioKP44lH
-04M1RXC/+9yGJoJWsEhaExDTwuv3dYqJwM6LhbkCDQRTLrTOARAAz6eyRhxxqwxO
-pX/MppJOp5psYSsornw1TDZaDOPYUiGY/9cJBw6uqhptBzZGQ/1WEsZeUkEx2N+R
-LkwUz3lFIIjLgHbEOLWvhAnTD+450lw5qtG2cs/J/Eh8syA8n+rAgQTFssQKA7p6
-bD01+joq5K8pD4jVQM50D5MVHQMgpdkQGsHDAvHDnX/C7/kRAeKbmKJb6vVcPvtZ

commit vifm for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2018-02-06 16:49:32

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is "vifm"

Tue Feb  6 16:49:32 2018 rev:11 rq:573165 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2017-06-20 
09:40:23.788058694 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2018-02-06 
16:49:34.190901308 +0100
@@ -1,0 +2,12 @@
+Mon Feb  5 21:46:41 UTC 2018 - mvet...@suse.com
+
+- Update to 0.9.1:
+  * Introduced file view mode known as miller columns or cascading lists, 
which can be enabled via 'millerview' and configured with 'milleroptions'.
+  * Added ability to transpose ls-like view to make it fill by columns, see 
new 'lsoptions' option.
+  * More natural behaviour of movement keys in ls-like view.
+  * New --remote-expr command-line option that can be used to query state of 
running instances.
+  * Extended retry/ignore/abort query of 'syscalls' to all file operations.
+  * More control over highlight groups via :highlight suitable for interactive 
changes.
+  * Mostly eliminated the need for repeating ga/gA command through automatic 
size recalculation.
+
+---

Old:

  vifm-0.9.tar.bz2

New:

  vifm-0.9.1.tar.bz2
  vifm-0.9.1.tar.bz2.asc



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.ydaJot/_old  2018-02-06 16:49:35.090859198 +0100
+++ /var/tmp/diff_new_pack.ydaJot/_new  2018-02-06 16:49:35.094859011 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vifm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,14 +17,15 @@
 
 
 Name:   vifm
-Version:0.9
+Version:0.9.1
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+
 Group:  Productivity/File utilities
 Url:http://%{name}.info
 Source0:
https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-Source1:%{name}.keyring
+Source1:
https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2.asc
+Source2:%{name}.keyring
 BuildRequires:  file-devel
 BuildRequires:  groff
 BuildRequires:  ncurses-devel

++ vifm-0.9.tar.bz2 -> vifm-0.9.1.tar.bz2 ++
 52741 lines of diff (skipped)





commit vifm for openSUSE:Factory

2017-06-20 Thread root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2017-06-20 09:40:20

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is "vifm"

Tue Jun 20 09:40:20 2017 rev:10 rq:504538 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2017-06-07 
09:55:12.224545625 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2017-06-20 
09:40:23.788058694 +0200
@@ -1,0 +2,19 @@
+Sun Jun 18 21:40:30 UTC 2017 - mvet...@suse.com
+
+- Add vifm.asc
+- Add xai...@openmailbox.org 's 0x99dc5e4db05f6be2 to keyring
+
+---
+Sun Jun 18 21:33:10 UTC 2017 - mvet...@suse.com
+
+- Update to 0.9:
+  * New version brings two new ways of viewing and processing file lists, 
namely tree-view and directory-comparison. As usual, previously existing 
facilities were extended and improved to become more useful.
+  * 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.
+
+---

Old:

  vifm-0.9-beta.tar.bz2

New:

  vifm-0.9.tar.bz2
  vifm.keyring



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.DIRiAp/_old  2017-06-20 09:40:24.375975802 +0200
+++ /var/tmp/diff_new_pack.DIRiAp/_new  2017-06-20 09:40:24.379975237 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   vifm
-Version:0.9~beta
+Version:0.9
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+
 Group:  Productivity/File utilities
 Url:http://%{name}.info
-Source: 
https://github.com/vifm/vifm/releases/download/v0.9-beta/vifm-0.9-beta.tar.bz2
+Source0:
https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+Source1:%{name}.keyring
 BuildRequires:  file-devel
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
@@ -45,7 +46,7 @@
 and configurable color schemes.
 
 %prep
-%setup -q -n vifm-0.9-beta
+%setup -q
 
 %build
 %configure \

++ vifm-0.9-beta.tar.bz2 -> vifm-0.9.tar.bz2 ++
 4797 lines of diff (skipped)




commit vifm for openSUSE:Factory

2017-06-07 Thread root
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.changes2016-07-18 
21:25:57.0 +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 - mvet...@suse.com
+
+- 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




commit vifm for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2016-07-18 21:25:15

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is "vifm"

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2016-07-05 
09:51:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2016-07-18 
21:25:57.0 +0200
@@ -1,0 +2,20 @@
+Sat Jul 16 21:25:38 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.8.2:
+  * key suggestions in the interface on ambiguous input (e.g. "g");
+  * helpful shortcuts for dialogs (for sort dialog in particular);
+  * key descriptions in :map menus and %z macro for 'statusline' to display 
some tips;
+  * description of all :commands, 'options' and their values for new multiline
+version of wildmenu;
+  * ANDing, ORing and negating patterns for matching files and new mime-type
+matcher;
+  * file prefixes and suffixes can now be multi-byte, which with extended
+'classify' option allows specifying "icons" via custom fonts;
+  * search result highlighting, enabled completion and a way to export the list
+for menus;
+  * an indication of pattern correctness and match state for interactive 
prompts.
+  * :select and :unselect commands to perform automatic file selection 
(possibly
+   by using output of external application);
+  * cancellation (handling of Ctrl-C) for quick view and view mode loading.
+
+---

Old:

  vifm-0.8.2-beta.tar.bz2

New:

  vifm-0.8.2.tar.bz2



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.tXIXy8/_old  2016-07-18 21:25:58.0 +0200
+++ /var/tmp/diff_new_pack.tXIXy8/_new  2016-07-18 21:25:58.0 +0200
@@ -16,15 +16,14 @@
 #
 
 
-%define _version 0.8.2-beta
 Name:   vifm
-Version:0.8.2~beta1
+Version:0.8.2
 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: 
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  file-devel
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
@@ -46,7 +45,7 @@
 and configurable color schemes.
 
 %prep
-%setup -q -n vifm-0.8.2-beta
+%setup -q
 
 %build
 %configure \

++ vifm-0.8.2-beta.tar.bz2 -> vifm-0.8.2.tar.bz2 ++
 1610 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vifm-0.8.2-beta/ChangeLog new/vifm-0.8.2/ChangeLog
--- old/vifm-0.8.2-beta/ChangeLog   2016-07-02 10:54:06.0 +0200
+++ new/vifm-0.8.2/ChangeLog2016-07-16 13:39:13.0 +0200
@@ -1,3 +1,15 @@
+0.8.2-beta to 0.8.2
+
+   Added support for matchit to filetype plugin.  Patch by filterfalse.
+
+   Fixed processing of root directory (completion, :cd).  Thanks to
+   filterfalse.
+
+   Fixed completion of commands after :!.  Thanks to filterfalse.
+
+   Fixed formatting/wording/outdated notes in documentation.  Patches by
+   filterfalse.
+
 0.8.1a to 0.8.2-beta
 
Added highlighting of search matches in menus.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vifm-0.8.2-beta/NEWS new/vifm-0.8.2/NEWS
--- old/vifm-0.8.2-beta/NEWS2016-07-02 10:54:16.0 +0200
+++ new/vifm-0.8.2/NEWS 2016-07-16 13:39:22.0 +0200
@@ -1,3 +1,183 @@
+July 16, 2016
+=
+
+vifm v0.8.2
+---
+
+This release brings a bit of user-friendliness in form of key suggestions and
+various descriptions provided in the interface.  Matching of files has been
+extended in many ways and become significantly more powerful than before.
+Menu mode also got several enhancements.
+
+Thanks to everyone who found time to try the beta.
+
+Main changes:
+ - key suggestions in the interface on ambiguous input (e.g. "g");
+ - helpful shortcuts for dialogs (for sort dialog in particular);
+ - key descriptions in :map menus and %z macro for 'statusline' to display some
+  

commit vifm for openSUSE:Factory

2016-07-05 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2016-07-05 09:51:53

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is "vifm"

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2016-02-12 
11:22:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2016-07-05 
09:51:55.0 +0200
@@ -1,0 +2,17 @@
+Sat Jul  2 13:57:09 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.8.2 Beta 1:
+  * Key suggestions in the interface on ambiguous input (e.g. g).
+  * Helpful shortcuts for dialogs (for sort dialog in particular).
+  * Key descriptions in :map menus and %z macro for 'statusline' to display 
some tips.
+  * Description of all :commands, 'options' and their values for new multiline 
version of wildmenu.
+  * ANDing, ORing and negating patterns for matching files and new mime-type 
matcher.
+  * File prefixes and suffixes can now be multi-byte, which with extended 
'classify' option allows specifying "icons" via custom fonts.
+  * Search result highlighting, enabled completion and a way to export the 
list for menus.
+  * An indication of pattern correctness and match state for interactive 
prompts.
+  * :select and :unselect commands to perform automatic file selection 
(possibly by using output of external application).
+  * Cancellation (handling of Ctrl-C) for quick view and view mode loading.
+  * For the complete list see: https://vifm.info/news/2016-07-02.shtml
+
+
+---

Old:

  vifm-0.8.1a.tar.bz2

New:

  vifm-0.8.2-beta.tar.bz2



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.4w0ntI/_old  2016-07-05 09:51:56.0 +0200
+++ /var/tmp/diff_new_pack.4w0ntI/_new  2016-07-05 09:51:56.0 +0200
@@ -16,14 +16,15 @@
 #
 
 
+%define _version 0.8.2-beta
 Name:   vifm
-Version:0.8.1a
+Version:0.8.2~beta1
 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: 
http://prdownloads.sourceforge.net/%{name}/%{name}-%{_version}.tar.bz2
 BuildRequires:  file-devel
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
@@ -45,7 +46,7 @@
 and configurable color schemes.
 
 %prep
-%setup -q
+%setup -q -n vifm-0.8.2-beta
 
 %build
 %configure \




commit vifm for openSUSE:Factory

2016-02-12 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2016-02-12 11:22:37

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is "vifm"

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2016-01-22 
01:07:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2016-02-12 
11:22:46.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb 11 07:54:49 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.8.1a
+  This is a bugfix release to primarily address messed up single-executable 
builds for Windows.
+  Other bugfixes:
+  * Fixed storing filetypes in vifminfo, which could create duplicates.
+  * Fixed --with-dyn-x11 configuration option, which failed to enable dynamic 
use of the library.
+  * Fixed using plugin in neovim, which has broken system() and :! commands.
+
+---

Old:

  vifm-0.8.1.tar.bz2

New:

  vifm-0.8.1a.tar.bz2



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.AnmQ5y/_old  2016-02-12 11:22:47.0 +0100
+++ /var/tmp/diff_new_pack.AnmQ5y/_new  2016-02-12 11:22:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vifm
-Version:0.8.1
+Version:0.8.1a
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+

++ vifm-0.8.1.tar.bz2 -> vifm-0.8.1a.tar.bz2 ++
 7469 lines of diff (skipped)




commit vifm for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2016-01-21 23:42:51

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is "vifm"

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2015-08-29 
20:05:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2016-01-22 
01:07:34.0 +0100
@@ -1,0 +2,18 @@
+Sun Jan 17 19:32:26 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.8.1
+  * Added local options, which work until directory change.
+  * Added named bookmarks (paths are associated with tags).
+  * Added autocommands (with DirEnter event).
+  * Added ability to sort by regexp-extracted part of file name.
+  * Added builtin directory preview (similar to tree).
+  * Added a way to communicate menu contents to Vim quickfix.
+  * Added "more" mode that is used to handle status bar content that doesn't 
fit on the screen.
+  * IPC got new (safe) implementation with listing/targeting of active 
instances, it's enabled by default again.
+  * Updating local view settings from vifmrc now affects both panes (:windo is 
not necessary).
+  * More predictive cursor updates on directory reload.
+  * Improvements related to expression and command parsing.
+- Remove vifm_utils_nix_dynamic_page_size_for_powerpc.patch:
+  Got upstreamed
+
+---

Old:

  vifm-0.8.tar.bz2
  vifm_utils_nix_dynamic_page_size_for_powerpc.patch

New:

  vifm-0.8.1.tar.bz2



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.eZQFUJ/_old  2016-01-22 01:07:35.0 +0100
+++ /var/tmp/diff_new_pack.eZQFUJ/_new  2016-01-22 01:07:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vifm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   vifm
-Version:0.8
+Version:0.8.1
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+
@@ -37,7 +37,6 @@
 %else
 BuildRequires:  xorg-x11-devel
 %endif
-Patch1: vifm_utils_nix_dynamic_page_size_for_powerpc.patch
 
 %description
 Vifm is a ncurses based file manager with vi like keybindings that allow 
complete
@@ -47,7 +46,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure \

++ vifm-0.8.tar.bz2 -> vifm-0.8.1.tar.bz2 ++
 93304 lines of diff (skipped)




commit vifm for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2015-08-29 20:05:06

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is vifm

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2015-07-14 
17:44:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2015-08-29 
20:05:09.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 27 16:08:17 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new patch to avoid build failure for PowerPC architectures
+  vifm_utils_nix_dynamic_page_size_for_powerpc.patch
+
+---

New:

  vifm_utils_nix_dynamic_page_size_for_powerpc.patch



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.rfe0yM/_old  2015-08-29 20:05:09.0 +0200
+++ /var/tmp/diff_new_pack.rfe0yM/_new  2015-08-29 20:05:09.0 +0200
@@ -37,6 +37,7 @@
 %else
 BuildRequires:  xorg-x11-devel
 %endif
+Patch1: vifm_utils_nix_dynamic_page_size_for_powerpc.patch
 
 %description
 Vifm is a ncurses based file manager with vi like keybindings that allow 
complete
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++ vifm_utils_nix_dynamic_page_size_for_powerpc.patch ++
From: Michel Normand norm...@linux.vnet.ibm.com
Subject: vifm utils nix dynamic page size for powerpc
Date: Thu, 27 Aug 2015 17:57:44 +0200

utils-nix.c needs dynamic PAGE_SIZE for powerpc
as not defined by default.

Signed-off-by: Michel Normand norm...@linux.vnet.ibm.com
---
 src/utils/utils_nix.c |3 +++
 1 file changed, 3 insertions(+)

Index: vifm-0.8/src/utils/utils_nix.c
===
--- vifm-0.8.orig/src/utils/utils_nix.c
+++ vifm-0.8/src/utils/utils_nix.c
@@ -261,6 +261,9 @@ char **
 make_execv_array(char shell[], char cmd[])
 {
 #ifdef MAX_ARG_STRLEN
+#ifndef PAGE_SIZE
+#define PAGE_SIZE sysconf(_SC_PAGESIZE)
+#endif
/* Don't use maximum length, leave some room or commands fail to run. */
const size_t safe_arg_len = MIN(MAX_ARG_STRLEN, MAX_ARG_STRLEN - 4096U);
const size_t npieces = DIV_ROUND_UP(strlen(cmd), safe_arg_len);



commit vifm for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2015-07-14 17:43:45

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is vifm

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2015-04-18 
10:40:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2015-07-14 
17:44:55.0 +0200
@@ -1,0 +2,17 @@
+Fri Jul 10 08:46:10 UTC 2015 - mvet...@suse.com
+
+- Update to version 0.8
+  * Added filename specific highlight (with a script to convert ls options).
+  * Added custom views, which contrary to regular views can contain files that 
do not belong to the same directory.
+  * Added job bar to display active backgrounded file operations.
+  * Added command-line mode abbreviations.
+  * Added global configuration and color schemes directory.
+  * Added live search match highlighting.
+  * Added optional per-file progress for file operations.
+  * Added full path patterns ({{globs}} and //regexp//).
+  * Added command-line options to control file/directory selection and 
selection processing to make it easier to use vifm as a file picker.
+  * Color schemes got .vifm extension, but the old-style names will still 
work for now.
+  * XDG specification support.
+  * Ability to use terminal applications to preview graphics (e.g. 
w3mimgdisplay).
+
+---

Old:

  vifm-0.7.8.tar.bz2

New:

  vifm-0.8.tar.bz2



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.Qkx85V/_old  2015-07-14 17:44:56.0 +0200
+++ /var/tmp/diff_new_pack.Qkx85V/_new  2015-07-14 17:44:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vifm
-Version:0.7.8
+Version:0.8
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+
@@ -47,7 +47,6 @@
 %prep
 %setup -q
 
-
 %build
 %configure \
--with-curses \
@@ -57,25 +56,27 @@
 make %{?_smp_mflags}
 gzip -9c ChangeLog  ChangeLog.gz
 
-
 %install
 make install DESTDIR=%{?buildroot}
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
 %endif
-
+rm -rf %{buildroot}%{_datadir}/doc/vifm/*
+rm -rf %{buildroot}%{_datadir}/vifm/vifmrc-osx
+rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/tags
+rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS BUGS ChangeLog.* COPYING README TODO
-%{_bindir}/*
 %doc %{_datadir}/%{name}/%{name}-help.txt
-%doc %{_datadir}/%{name}/vim-doc
 %dir %{_datadir}/%{name}
+%{_bindir}/*
 %{_datadir}/%{name}/vim
 %{_datadir}/%{name}/%{name}rc
 %{_mandir}/man1/*
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
+%{_datadir}/vifm/colors/
 
 %changelog

++ vifm-0.7.8.tar.bz2 - vifm-0.8.tar.bz2 ++
 99813 lines of diff (skipped)




commit vifm for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2015-04-18 10:40:45

Comparing /work/SRC/openSUSE:Factory/vifm (Old)
 and  /work/SRC/openSUSE:Factory/.vifm.new (New)


Package is vifm

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2015-04-10 
09:51:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2015-04-18 
10:40:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  8 11:35:45 UTC 2015 - g.blue...@gmail.com
+
+- Update projects website URL
+
+---



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.qpwof8/_old  2015-04-18 10:40:46.0 +0200
+++ /var/tmp/diff_new_pack.qpwof8/_new  2015-04-18 10:40:46.0 +0200
@@ -22,7 +22,7 @@
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+
 Group:  Productivity/File utilities
-Url:http://%{name}.sourceforge.net
+Url:http://%{name}.info
 Source: 
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  file-devel
 BuildRequires:  groff