- patchlevel 2114

Added Swedish translation
This commit is contained in:
Zdenek Dohnal 2026-01-30 09:53:16 +01:00
commit 0c8e8730b4
2 changed files with 10 additions and 5 deletions

View file

@ -1 +1 @@
SHA512 (vim-9.1-2086.tar.bz2) = f8eb77f913699a465f4a020425f64a83c2ccaab72610ed6e02c6d7d9c5af483774849b01d674a36335be0be54cba5880b96d423d268ff55ad3846a88575dcbf3
SHA512 (vim-9.1-2114.tar.bz2) = 7ef6964cd35130512f52459467bbee86a2afcce9dd1d95cea3a5efa02b856493b231f3df4c592ba554e2312553b1eaa5756ad0087eae1456892cace00cb617da

View file

@ -12,7 +12,7 @@
%endif
%define patchlevel 2086
%define patchlevel 2114
%define withnetbeans 1
%define withhunspell 0
@ -54,7 +54,7 @@ Summary: The VIM editor
URL: https://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 6%{?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
@ -770,7 +770,7 @@ rm -rf %{buildroot}/%{_datadir}/vim/%{vimdir}/doc/vim2html.pl
rm -f %{buildroot}/%{_datadir}/vim/%{vimdir}/tutor/tutor.gr.utf-8~
# Remove not UTF-8 manpages
for i in pl.ISO8859-2 it.ISO8859-1 ru.KOI8-R fr.ISO8859-1 da.ISO8859-1 de.ISO8859-1 tr.ISO8859-9; do
for i in pl.ISO8859-2 it.ISO8859-1 ru.KOI8-R fr.ISO8859-1 da.ISO8859-1 de.ISO8859-1 tr.ISO8859-9 sv.ISO8859-1; do
rm -rf %{buildroot}/%{_mandir}/$i
done
@ -778,7 +778,7 @@ done
mv %{buildroot}/%{_mandir}/ru.UTF-8 %{buildroot}/%{_mandir}/ru
# Remove duplicate man pages
for i in fr.UTF-8 it.UTF-8 pl.UTF-8 da.UTF-8 de.UTF-8 tr.UTF-8; do
for i in fr.UTF-8 it.UTF-8 pl.UTF-8 da.UTF-8 de.UTF-8 tr.UTF-8 sv.UTF-8; do
rm -rf %{buildroot}/%{_mandir}/$i
done
@ -913,6 +913,7 @@ mkdir -p %{buildroot}/%{_datadir}/fish/vendor_functions.d/
%lang(ja) %{_mandir}/ja/man1/*
%lang(pl) %{_mandir}/pl/man1/*
%lang(ru) %{_mandir}/ru/man1/*
%lang(sv) %{_mandir}/sv/man1/*
%lang(tr) %{_mandir}/tr/man1/*
%files minimal
@ -1010,6 +1011,10 @@ mkdir -p %{buildroot}/%{_datadir}/fish/vendor_functions.d/
%changelog
* Fri Jan 30 2026 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.2114-1
- patchlevel 2114
- added Swedish translation
* Fri Jan 30 2026 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.2086-2
- fix some of test suite failures