7ea9c9 - patchlevel 2019

Authored and Committed by Zdenek Dohnal 5 years ago
    - patchlevel 2019
    
        
file modified
+1 -0
.gitignore CHANGED
@@ -265,3 +265,4 @@
265
265
/vim-8.1-1890.tar.bz2
266
266
/vim-8.1-1912.tar.bz2
267
267
/vim-8.1-1991.tar.bz2
268
+ /vim-8.1-2019.tar.bz2
file modified
+1 -1
sources CHANGED
@@ -1 +1 @@
1
- SHA512 (vim-8.1-1991.tar.bz2) = b079c5ee94c8b2c75f6ba8dc40840b19d5bafb7324551defbb77749bcfd596f2995d1cd252ad3694462e6af8fbc628d4de73d83c30b8c71cd873e6c5a4e0d980
1
+ SHA512 (vim-8.1-2019.tar.bz2) = 2ab7a1cc6d6bd4ccd521a59994594f228c84881fc34c92d5221db7f8e509660aadc1589d92c752eaf328b85d9f47adb586608c31cb225aeeb505384d41208540
file modified
+5 -2
vim.spec CHANGED
@@ -1,4 +1,4 @@
1
- %define patchlevel 1991
1
+ %define patchlevel 2019
2
2
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
3
3
%define WITH_SELINUX 1
4
4
%endif
@@ -21,7 +21,7 @@ Summary: The VIM editor
21
21
URL: http://www.vim.org/
22
22
Name: vim
23
23
Version: %{baseversion}.%{patchlevel}
24
- Release: 2%{?dist}
24
+ Release: 1%{?dist}
25
25
License: Vim and MIT
26
26
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
27
27
Source1: vim.sh
@@ -790,6 +790,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
790
790
%{_datadir}/icons/locolor/*/apps/*
791
791
792
792
%changelog
793
+ * Tue Sep 10 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2019-1
794
+ - patchlevel 2019
795
+
793
796
* Fri Sep 06 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1991-2
794
797
- add f32 as rawhide and f31 as standalone branch
795
798