import network-manager-applet-1.18.0-3.el8

This commit is contained in:
CentOS Sources 2021-11-09 05:02:28 -05:00 committed by Stepan Oksanichenko
parent 7f883e3711
commit 4bb0a89536
2 changed files with 9029 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
%global rpm_version 1.18.0
%global real_version 1.18.0
%global release_version 2
%global release_version 3
%global real_version_major %(printf '%s' '%{real_version}' | sed -n 's/^\\([1-9][0-9]*\\.[1-9][0-9]*\\)\\.[1-9][0-9]*$/\\1/p')
@ -28,6 +28,7 @@ Obsoletes: NetworkManager-gnome < %{obsoletes_ver}
Source: https://download.gnome.org/sources/network-manager-applet/%{real_version_major}/%{name}-%{real_version}.tar.xz
Patch1: 0001-Import-translations-rh1820554.patch
Patch2: 0002-Update-German-translation-rh1938625.patch
Requires: NetworkManager >= %{nm_version}
Requires: libnotify >= 0.4.3
@ -132,6 +133,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/nm-connection-edit
%changelog
* Mon Aug 16 2021 Ana Cabral <acabral@redhat.com> - 1.18.0-3
- Fix German translation (rh #1938625, rh #1938627)
* Mon Jul 20 2020 Beniamino Galvani <bgalvani@redhat.com> - 1.18.0-2
- Import translations (rh #1820554)