From ebe24336803ef4fb19746b9c7e12315125a4377c Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Feb 09 2024 05:34:49 +0000 Subject: - patchlevel 83 --- diff --git a/.gitignore b/.gitignore index 460e347..1d414fd 100644 --- a/.gitignore +++ b/.gitignore @@ -466,3 +466,4 @@ /vim-9.1-016.tar.bz2 /vim-9.1-031.tar.bz2 /vim-9.1-076.tar.bz2 +/vim-9.1-083.tar.bz2 diff --git a/sources b/sources index cecb87e..29f0386 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-9.1-076.tar.bz2) = 1a2f21592ea560796bd209dbc12b79cc6cccb9e26d8718cdcdec4e38f463b70245f8592a549621a0af5ff34447936fd3f8d7f86c984566d3163e348403f44309 +SHA512 (vim-9.1-083.tar.bz2) = bf76375164fb930f91dc3bd91ca7d5cb1d051ae59697f8a3a5f2713530b8198c669c1763e76e6c240ba0b20ad935c7ad7deb60d1fdfcb60439c17b0e58d9ebd1 diff --git a/vim.spec b/vim.spec index e62dc0e..96d759c 100644 --- a/vim.spec +++ b/vim.spec @@ -10,7 +10,7 @@ %bcond_with libsodium_crypt %endif -%define patchlevel 076 +%define patchlevel 083 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 @@ -51,7 +51,7 @@ Summary: The VIM editor URL: http://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 @@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %changelog +* Fri Feb 09 2024 Zdenek Dohnal - 2:9.1.083-1 +- patchlevel 083 + * Mon Feb 05 2024 Zdenek Dohnal - 2:9.1.076-2 - enable building without GPM support - build with GPM in Fedora - 2262371 - gvim: symbol lookup error: gvim: undefined symbol: g_once_init_enter_pointer