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 2022-10-27 13:54:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old) and /work/SRC/openSUSE:Factory/.vim-plugins.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim-plugins" Thu Oct 27 13:54:31 2022 rev:44 rq:1031458 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes 2022-09-16 13:32:48.945360767 +0200 +++ /work/SRC/openSUSE:Factory/.vim-plugins.new.2275/vim-plugins.changes 2022-10-27 13:55:07.928861262 +0200 @@ -1,0 +2,7 @@ +Thu Oct 20 06:36:04 UTC 2022 - Jiri Slaby <jsl...@suse.cz> + +- update + * bufexplorer 7.4.25 + * markdown 2.0.0+20220926 + +------------------------------------------------------------------- Old: ---- bufexplorer-7.4.24.tar.gz vim-markdown-2.0.0+20220507.obscpio New: ---- bufexplorer-7.4.25.tar.gz vim-markdown-2.0.0+20220926.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim-plugins.spec ++++++ --- /var/tmp/diff_new_pack.jWo4QO/_old 2022-10-27 13:55:08.884866137 +0200 +++ /var/tmp/diff_new_pack.jWo4QO/_new 2022-10-27 13:55:08.888866158 +0200 @@ -20,7 +20,8 @@ %define align_version_orig 37-43 %define align_version 37.43 %define a_version 2.18 -%define bufexplorer_version 7.4.24 +%define bufexplorer_version 7.4.25 +%define bufexplorer_version_orig v.%{bufexplorer_version} %define calendar_version 2.5 %define colorsel_version 20110107 %define colorschemes_version 1.0 @@ -33,7 +34,7 @@ %define gnupg_version 2.7.1 %define latex_version 1.10.0+20220519 %define locateopen_version 1.3 -%define markdown_version 2.0.0+20220507 +%define markdown_version 2.0.0+20220926 %define matrix_version 1.10 %define minibufexpl_version 6.3.2 %define multiplesearch_version 1.3 @@ -66,7 +67,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/v%{bufexplorer_version}.tar.gz#/bufexplorer-%{bufexplorer_version}.tar.gz +Source2: https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/%{bufexplorer_version_orig}.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 @@ -806,7 +807,7 @@ %files -n vim-plugin-bufexplorer %defattr(-,root,root,0755) -%license bufexplorer-%{bufexplorer_version}/LICENSE +%license bufexplorer-%{bufexplorer_version_orig}/LICENSE %vimplugin_dir/doc/bufexplorer.txt %vimplugin_dir/plugin/bufexplorer.vim ++++++ bufexplorer-7.4.24.tar.gz -> bufexplorer-7.4.25.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bufexplorer-7.4.24/doc/bufexplorer.txt new/bufexplorer-v.7.4.25/doc/bufexplorer.txt --- old/bufexplorer-7.4.24/doc/bufexplorer.txt 2022-05-04 01:47:26.000000000 +0200 +++ new/bufexplorer-v.7.4.25/doc/bufexplorer.txt 2022-09-21 01:37:12.000000000 +0200 @@ -1,7 +1,7 @@ -*bufexplorer.txt* Buffer Explorer Last Change: 02 May 2022 +*bufexplorer.txt* Buffer Explorer Last Change: 20 Sept 2022 Buffer Explorer *buffer-explorer* *bufexplorer* - Version 7.4.24 + Version 7.4.25 Plugin for easily exploring (or browsing) Vim|:buffers|. @@ -263,10 +263,21 @@ =============================================================================== CHANGE LOG *bufexplorer-changelog* +7.4.25 September 20, 2022 + What's Changed + - Fix MRU sort order after loading vim session by @mmrwoods in + https://github.com/jlanzarotta/bufexplorer/pull/107 + New Contributors + - @mmrwoods made their first contribution in + https://github.com/jlanzarotta/bufexplorer/pull/107 + Full Changelog + https://github.com/jlanzarotta/bufexplorer/compare/v7.4.24...v.7.4.25 +7.4.24 May 03, 2022 + Updated copyright notice. 7.4.23 January 23, 2022 - - Merged in changes from benoit-pierre that fixes an error thrown when vim + Merged in changes from benoit-pierre that fixes an error thrown when vim is in read-only mode. - - Merged in changes from tartansandal that implements the use of an + Merged in changes from tartansandal that implements the use of an independent variable to track window splitting since s:splitMode != '' no longer implies that a split was triggered. 7.4.22 January 5,2022 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bufexplorer-7.4.24/plugin/bufexplorer.vim new/bufexplorer-v.7.4.25/plugin/bufexplorer.vim --- old/bufexplorer-7.4.24/plugin/bufexplorer.vim 2022-05-04 01:47:26.000000000 +0200 +++ new/bufexplorer-v.7.4.25/plugin/bufexplorer.vim 2022-09-21 01:37:12.000000000 +0200 @@ -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: Thursday, 02 May 2022 +" Last Changed: Tuesday, 20 Sept 2022 " 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.24" +let g:bufexplorer_version = "7.4.25" " Plugin Code {{{1 " Check for Vim version {{{2 @@ -138,6 +138,9 @@ " Setup the autocommands that handle the MRUList and other stuff. {{{2 autocmd VimEnter * call s:Setup() +" Reset MRUList and buffer->tab associations after loading a session. {{{2 +autocmd SessionLoadPost * call s:Reset() + " Setup {{{2 function! s:Setup() call s:Reset() @@ -156,8 +159,9 @@ " Reset {{{2 function! s:Reset() " Build initial MRUList. This makes sure all the files specified on the - " command line are picked up correctly. - let s:MRUList = range(1, bufnr('$')) + " command line are picked up correctly. Check buffers exist so this also + " works after wiping buffers and loading a session (e.g. sessionman.vim) + let s:MRUList = filter(range(1, bufnr('$')), 'bufexists(v:val)') " Initialize the association of buffers to tabs for any buffers " that have been created prior to now, e.g., files specified as ++++++ vim-markdown-2.0.0+20220507.obscpio -> vim-markdown-2.0.0+20220926.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vim-markdown-2.0.0+20220507/CONTRIBUTING.md new/vim-markdown-2.0.0+20220926/CONTRIBUTING.md --- old/vim-markdown-2.0.0+20220507/CONTRIBUTING.md 2022-05-07 13:25:06.000000000 +0200 +++ new/vim-markdown-2.0.0+20220926/CONTRIBUTING.md 2022-09-26 08:44:23.000000000 +0200 @@ -34,7 +34,7 @@ ## Style -When choosing between multiple valid Markdown syntaxes, the default behavior must be that specified at: <http://www.cirosantilli.com/markdown-styleguide> +When choosing between multiple valid Markdown syntaxes, the default behavior must be that specified at: <https://cirosantilli.com/markdown-style-guide> If you wish to have a behavior that differs from that style guide, add an option to turn it on or off, and leave it off by default. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vim-markdown-2.0.0+20220507/README.md new/vim-markdown-2.0.0+20220926/README.md --- old/vim-markdown-2.0.0+20220507/README.md 2022-05-07 13:25:06.000000000 +0200 +++ new/vim-markdown-2.0.0+20220926/README.md 2022-09-26 08:44:23.000000000 +0200 @@ -262,8 +262,6 @@ Highlight TOML front matter as used by [Hugo](https://gohugo.io/content/front-matter/). - TOML syntax highlight requires [vim-toml](https://github.com/cespare/vim-toml). - let g:vim_markdown_toml_frontmatter = 1 #### JSON Front Matter @@ -272,8 +270,6 @@ Highlight JSON front matter as used by [Hugo](https://gohugo.io/content/front-matter/). - JSON syntax highlight requires [vim-json](https://github.com/elzr/vim-json). - let g:vim_markdown_json_frontmatter = 1 #### Strikethrough ++++++ vim-markdown.obsinfo ++++++ --- /var/tmp/diff_new_pack.jWo4QO/_old 2022-10-27 13:55:09.280868158 +0200 +++ /var/tmp/diff_new_pack.jWo4QO/_new 2022-10-27 13:55:09.284868178 +0200 @@ -1,5 +1,5 @@ name: vim-markdown -version: 2.0.0+20220507 -mtime: 1651922706 -commit: 3a9643961233c2812816078af8bd1eaabc530dce +version: 2.0.0+20220926 +mtime: 1664174663 +commit: c3f83ebb43b560af066d2a5d66bc77c6c05293b1