Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/langpacks.git#093f4a636ddafe47e0f16cb37cf1c1bde2a26d62
This commit is contained in:
DistroBaker 2020-12-18 07:59:26 +00:00
parent 948e4adf26
commit 17afd8a114

View File

@ -1,6 +1,6 @@
Name: langpacks
Version: 3.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Langpacks meta-package
License: GPLv2+
@ -970,7 +970,11 @@ This package provides Sinhala langpacks meta-package.
%files si
%{_datadir}/metainfo/org.fedoraproject.LangPack-si.metainfo.xml
%if 0%{?rhel} && 0%{?rhel} >= 9
%langcore_pkg -l si -n Sinhala -f google-noto-sans-sinhala-vf-fonts -i ibus-m17n
%else
%langcore_pkg -l si -n Sinhala -f google-noto-sans-sinhala-vf-fonts -i ibus-sayura ibus-m17n
%endif
%package sk
Summary: Slovak langpacks meta-package
@ -1188,7 +1192,11 @@ This package provides Vietnamese langpacks meta-package.
%files vi
%{_datadir}/metainfo/org.fedoraproject.LangPack-vi.metainfo.xml
%if 0%{?rhel} && 0%{?rhel} >= 9
%langcore_pkg -l vi -n Vietnamese -i ibus-m17n
%else
%langcore_pkg -l vi -n Vietnamese -i ibus-bogo
%endif
%package xh
Summary: Xhosa langpacks meta-package
@ -1283,6 +1291,9 @@ DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE1}
DESTDIR=%{buildroot} appstream-util split-appstream %{SOURCE2}
%changelog
* Thu Dec 17 2020 Parag Nemade <pnemade AT redhat DOT com> - 3.0-6
- Change default for Sinhala and Vietnamese to use ibus-m17n keymaps
* Wed Sep 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 3.0-5
- Resolves: Fix broken dependency for langpacks-core-font-km (#1879141)