Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vim-plugins for openSUSE:Factory checked in at 2023-07-18 22:08:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old) and /work/SRC/openSUSE:Factory/.vim-plugins.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim-plugins" Tue Jul 18 22:08:25 2023 rev:49 rq:1099198 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes 2023-03-28 17:50:58.063438744 +0200 +++ /work/SRC/openSUSE:Factory/.vim-plugins.new.3193/vim-plugins.changes 2023-07-18 22:08:51.807236908 +0200 @@ -1,0 +2,6 @@ +Tue Jul 11 07:51:41 UTC 2023 - Jiri Slaby <[email protected]> + +- update + * bufexplorer 7.4.26 + +------------------------------------------------------------------- Old: ---- bufexplorer-7.4.25.tar.gz New: ---- bufexplorer-7.4.26.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim-plugins.spec ++++++ --- /var/tmp/diff_new_pack.Ied6Yi/_old 2023-07-18 22:08:52.823242588 +0200 +++ /var/tmp/diff_new_pack.Ied6Yi/_new 2023-07-18 22:08:52.827242610 +0200 @@ -22,8 +22,7 @@ %define align_version_orig 37-43 %define align_version 37.43 %define a_version 2.18 -%define bufexplorer_version 7.4.25 -%define bufexplorer_version_orig v.%{bufexplorer_version} +%define bufexplorer_version 7.4.26 %define calendar_version 2.5 %define colorsel_version 20110107 %define colorschemes_version 1.0 @@ -70,7 +69,7 @@ URL: http://www.vim.org/ Source0: https://github.com/vim-scripts/Align/archive/refs/tags/%{align_version_orig}.tar.gz#/vimplugin-align-%{align_version}.tar.gz Source1: https://github.com/vim-scripts/a.vim/archive/refs/tags/%{a_version}.tar.gz#/vimplugin-a-%{a_version}.tar.gz -Source2: https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/%{bufexplorer_version_orig}.tar.gz#/bufexplorer-%{bufexplorer_version}.tar.gz +Source2: https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/v%{bufexplorer_version}.tar.gz#/bufexplorer-%{bufexplorer_version}.tar.gz Source3: https://github.com/vim-scripts/calendar.vim--Matsumoto/archive/refs/tags/%{calendar_version}.tar.gz#/calendar.vim--Matsumoto-%{calendar_version}.tar.gz Source4: https://github.com/vim-scripts/colorsel.vim/archive/refs/tags/%{colorsel_version}.tar.gz#/vimplugin-colorsel-%{colorsel_version}.tar.gz Source5: vimplugin-colorschemes-%{colorschemes_version}.tar.bz2 @@ -762,7 +761,6 @@ - /VimFlavor.lock - /youtube.png EOF -# END EXCLUDES cat > tlib_vim-%{tlib_version}/.rsync-filter <<EOF - /addon-info.json @@ -916,7 +914,7 @@ %files -n vim-plugin-bufexplorer %defattr(-,root,root,0755) -%license bufexplorer-%{bufexplorer_version_orig}/LICENSE +%license bufexplorer-%{bufexplorer_version}/LICENSE %vimplugin_dir/doc/bufexplorer.txt %vimplugin_dir/plugin/bufexplorer.vim ++++++ bufexplorer-7.4.25.tar.gz -> bufexplorer-7.4.26.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bufexplorer-v.7.4.25/README.md new/bufexplorer-7.4.26/README.md --- old/bufexplorer-v.7.4.25/README.md 2022-09-21 01:37:12.000000000 +0200 +++ new/bufexplorer-7.4.26/README.md 2023-05-02 04:47:59.000000000 +0200 @@ -69,7 +69,7 @@ git clone https://github.com/jlanzarotta/bufexplorer.git ~/.vim/bundle/bufexplorer.vim ## License -Copyright (c) 2001-2022, Jeff Lanzarotta +Copyright (c) 2001-2023, Jeff Lanzarotta All rights reserved. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bufexplorer-v.7.4.25/doc/bufexplorer.txt new/bufexplorer-7.4.26/doc/bufexplorer.txt --- old/bufexplorer-v.7.4.25/doc/bufexplorer.txt 2022-09-21 01:37:12.000000000 +0200 +++ new/bufexplorer-7.4.26/doc/bufexplorer.txt 2023-05-02 04:47:59.000000000 +0200 @@ -1,7 +1,7 @@ -*bufexplorer.txt* Buffer Explorer Last Change: 20 Sept 2022 +*bufexplorer.txt* Buffer Explorer Last Change: 01 May 2023 Buffer Explorer *buffer-explorer* *bufexplorer* - Version 7.4.25 + Version 7.4.26 Plugin for easily exploring (or browsing) Vim|:buffers|. @@ -263,6 +263,15 @@ =============================================================================== CHANGE LOG *bufexplorer-changelog* +7.4.26 May 01, 2023 + What's Changed + - wipe explorer buffer on hide by @basharh in + https://github.com/jlanzarotta/bufexplorer/pull/111 + New Contributors + - @basharh made their first contribution in + https://github.com/jlanzarotta/bufexplorer/pull/111 + Full Changelog + https://github.com/jlanzarotta/bufexplorer/compare/v.7.4.25...v7.4.26 7.4.25 September 20, 2022 What's Changed - Fix MRU sort order after loading vim session by @mmrwoods in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bufexplorer-v.7.4.25/plugin/bufexplorer.vim new/bufexplorer-7.4.26/plugin/bufexplorer.vim --- old/bufexplorer-v.7.4.25/plugin/bufexplorer.vim 2022-09-21 01:37:12.000000000 +0200 +++ new/bufexplorer-7.4.26/plugin/bufexplorer.vim 2023-05-02 04:47:59.000000000 +0200 @@ -1,5 +1,5 @@ "============================================================================ -" Copyright: Copyright (c) 2001-2022, Jeff Lanzarotta +" Copyright: Copyright (c) 2001-2023, Jeff Lanzarotta " All rights reserved. " " Redistribution and use in source and binary forms, with or @@ -36,7 +36,7 @@ " Name Of File: bufexplorer.vim " Description: Buffer Explorer Vim Plugin " Maintainer: Jeff Lanzarotta (my name at gmail dot com) -" Last Changed: Tuesday, 20 Sept 2022 +" Last Changed: Monday, 01 May 2023 " Version: See g:bufexplorer_version for version number. " Usage: This file should reside in the plugin directory and be " automatically sourced. @@ -74,7 +74,7 @@ "1}}} " Version number -let g:bufexplorer_version = "7.4.25" +let g:bufexplorer_version = "7.4.26" " Plugin Code {{{1 " Check for Vim version {{{2 @@ -480,13 +480,12 @@ " DisplayBufferList {{{2 function! s:DisplayBufferList() - " Do not set bufhidden since it wipes out the data if we switch away from - " the buffer using CTRL-^. setlocal buftype=nofile setlocal modifiable setlocal noreadonly setlocal noswapfile setlocal nowrap + setlocal bufhidden=wipe call s:SetupSyntax() call s:MapKeys()
