diff --git a/v9.0.0337.tar.gz b/v9.0.1108.tar.gz similarity index 65% rename from v9.0.0337.tar.gz rename to v9.0.1108.tar.gz index 80f9f2c50b6c772f1253990ff9dd0fb5c89b79bb..ed30ad20ed66e261be8dfa76842750f29b33ad12 100644 Binary files a/v9.0.0337.tar.gz and b/v9.0.1108.tar.gz differ diff --git a/vim.spec b/vim.spec index bd96e510e8f4a1aeedb02c49b91ee457add69ea9..8ef2da9c2ced3a7080ff64c802e7a193b2216ed9 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_without gui %bcond_with default_editor %bcond_with libsodium_crypt @@ -27,7 +27,7 @@ %define baseversion 9.0 %define vimdir vim90 -%define patchlevel 0337 +%define patchlevel 1108 Summary: The VIM editor URL: http://www.vim.org/ @@ -348,7 +348,6 @@ perl -pi -e "s/vimrc/virc/" os_unix.h --with-tlib=ncurses --enable-gui=no --disable-gpm --exec-prefix=/ \ --with-compiledby="" \ --with-modified-by="" \ - --enable-fips-warning \ --enable-fail-if-missing \ --disable-canberra \ --disable-libsodium @@ -373,7 +372,6 @@ mv -f os_unix.h.save os_unix.h --enable-xim --enable-multibyte \ --with-tlib=ncurses \ --enable-gtk3-check --enable-gui=gtk3 \ - --enable-fips-warning \ --with-compiledby="" --enable-cscope \ --with-modified-by="" \ %if "%{withnetbeans}" == "1" @@ -418,7 +416,6 @@ make clean --enable-gui=no --exec-prefix=%{_prefix} --enable-multibyte \ --enable-cscope --with-modified-by="" \ --with-tlib=ncurses \ - --enable-fips-warning \ --with-compiledby="" \ %if "%{withnetbeans}" == "1" --enable-netbeans \ @@ -904,6 +901,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %endif %changelog +* Fri Dec 30 2022 Funda Wang - 2:9.0-3 +- New patchlevel 9.0.1108 + * Tue Dec 6 2022 Funda Wang - 2:9.0-2 - Rebuild with zstd compression of man pages