diff --git a/sources b/sources index 344961e8..d919048a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-9.1-2146.tar.bz2) = 3cde92951e61ed3238907dd59a42c833bc7ecba03350debe9f548fb17aecce27bd6d16c750281852f2d1a6c3a884822692a28bb3621d2bd977542b263fe6f7be +SHA512 (vim-9.2-045.tar.bz2) = edfc9d33c32a3522f65c52bec9198c04498fdc87c24b5b5d5d42878f99f6c12d202aa86b38e57f21c9aeebc45dc070363278040ad30e809f91245a072bc91125 diff --git a/vim.spec b/vim.spec index 9906ff5c..8662eb23 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ %endif -%define patchlevel 2146 +%define patchlevel 045 %define withnetbeans 1 %define withhunspell 0 @@ -25,8 +25,8 @@ # https://github.com/vim/vim/pull/3507 %define _fortify_level 1 -%define baseversion 9.1 -%define vimdir vim91 +%define baseversion 9.2 +%define vimdir vim92 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} @@ -54,7 +54,7 @@ Summary: The VIM editor URL: https://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2%{?dist} +Release: 1%{?dist} Epoch: 2 # swift.vim contains Apache 2.0 with runtime library exception: # which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188 @@ -1011,6 +1011,9 @@ install -p -m644 %{SOURCE11} %{buildroot}/%{_datadir}/fish/vendor_conf.d/vim-def %changelog +* Tue Feb 24 2026 Zdenek Dohnal - 2:9.2.045-1 +- patchlevel 045 + * Mon Feb 16 2026 Zdenek Dohnal - 2:9.1.2146-2 - provide previous vi->vim alias (fedora#2439657)