- patchlevel 1307

This commit is contained in:
Zdenek Dohnal 2023-02-14 12:32:12 +01:00
parent 0849f86b22
commit 7e5c908e8f
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -428,3 +428,4 @@
/vim-9.0-1221.tar.bz2 /vim-9.0-1221.tar.bz2
/vim-9.0-1262.tar.bz2 /vim-9.0-1262.tar.bz2
/vim-9.0-1293.tar.bz2 /vim-9.0-1293.tar.bz2
/vim-9.0-1307.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-9.0-1293.tar.bz2) = 1f5c7d0fae2d7f9cd585ca5f1de7e035733777dacf63cd1cafa91d2a4302576ac6823d5781375579d33e284ea7785fd47517559567f40d734d3a8a804d78ac0b SHA512 (vim-9.0-1307.tar.bz2) = 0673fdecbb33ecdcf5aa0b0a6525c88f1b60c6a1ea5a28c904a641ba2685333801f94785cb7bab249a5204429d0cbf5d7739f112bc9e6fd2c40805647fa58892

View File

@ -8,7 +8,7 @@
%bcond_with libsodium_crypt %bcond_with libsodium_crypt
%endif %endif
%define patchlevel 1293 %define patchlevel 1307
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist} Release: 1%{?dist}
Epoch: 2 Epoch: 2
License: Vim and MIT License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@ -1006,6 +1006,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif %endif
%changelog %changelog
* Tue Feb 14 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1307-1
- patchlevel 1307
* Tue Feb 14 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1293-2 * Tue Feb 14 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1293-2
- 2169641 - Syntax highlight for sh files broken - 2169641 - Syntax highlight for sh files broken