- patchlevel 1081
This commit is contained in:
parent
3264af98a2
commit
86fcebd96b
2 changed files with 12 additions and 4 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vim-9.1-1000.tar.bz2) = bba60832d5d8badde45903172258bb21cf53f4f4da9f3ff54c4bf4144789513782a5e8c004741434a44a04b3f5bf33c1e5ce415c155f15836cc90b0677acf1c0
|
||||
SHA512 (vim-9.1-1081.tar.bz2) = 57e514d1d288178be8ec1cab24291b366101727420ba6086f0de57f17f8b90ad3069932883ea21a2eebeccaa80fa460d0d7f96d1276cccc4ead500e28f65c842
|
||||
|
|
|
|||
14
vim.spec
14
vim.spec
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_with libsodium_crypt
|
||||
%endif
|
||||
|
||||
%define patchlevel 1000
|
||||
%define patchlevel 1081
|
||||
|
||||
%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
|
||||
|
|
@ -597,7 +597,6 @@ mkdir -p %{buildroot}/%{_bindir}
|
|||
mkdir -p %{buildroot}/%{_datadir}/%{name}/vimfiles/{after,autoload,colors,compiler,doc,ftdetect,ftplugin,indent,keymap,lang,plugin,print,spell,syntax,tutor}
|
||||
mkdir -p %{buildroot}/%{_datadir}/%{name}/vimfiles/after/{autoload,colors,compiler,doc,ftdetect,ftplugin,indent,keymap,lang,plugin,print,spell,syntax,tutor}
|
||||
cp -f %{SOURCE7} %{buildroot}/%{_datadir}/%{name}/vimfiles/template.spec
|
||||
cp runtime/doc/uganda.txt LICENSE
|
||||
# Those aren't Linux info files but some binary files for Amiga:
|
||||
rm -f README*.info
|
||||
|
||||
|
|
@ -799,6 +798,12 @@ echo ".so man1/vim.1" > %{buildroot}/%{_mandir}/man5/vimrc.5
|
|||
echo ".so man1/vi.1" > %{buildroot}/%{_mandir}/man5/virc.5
|
||||
touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
|
||||
# upstream now tries to install LICENSE and README into VIMDIR
|
||||
# but we ship them in licensedir and docdir, so we remove the dupes
|
||||
# from VIMDIR
|
||||
rm %{buildroot}%{_datadir}/%{name}/%{vimdir}/LICENSE
|
||||
rm %{buildroot}%{_datadir}/%{name}/%{vimdir}/README.txt
|
||||
|
||||
|
||||
# Refresh documentation helptags
|
||||
%transfiletriggerin common -- %{_datadir}/%{name}/vimfiles/doc
|
||||
|
|
@ -1053,6 +1058,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 07 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1081-1
|
||||
- patchlevel 1081
|
||||
|
||||
* Mon Feb 03 2025 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.1000-2
|
||||
- Fix FTBFS (fedora#2341508)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue