From 0d62a6c28a850eb156f78e56e7ba208d4114c283f14f6f3e81f51a041b58342f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 1 Oct 2024 08:42:11 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main iso-codes revision b153a81e48692e90a75e90adcc52cf15 --- iso-codes-v4.15.0.tar.gz | 3 --- iso-codes-v4.16.0.tar.gz | 3 +++ iso-codes.changes | 18 ++++++++++++++++++ iso-codes.spec | 11 +++++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 iso-codes-v4.15.0.tar.gz create mode 100644 iso-codes-v4.16.0.tar.gz diff --git a/iso-codes-v4.15.0.tar.gz b/iso-codes-v4.15.0.tar.gz deleted file mode 100644 index 6f195e2..0000000 --- a/iso-codes-v4.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b83b54b9d7dd6eb877380b3ec46f370b05daf2cbfa131c612f03598d654c0ef8 -size 15046318 diff --git a/iso-codes-v4.16.0.tar.gz b/iso-codes-v4.16.0.tar.gz new file mode 100644 index 0000000..ab1be76 --- /dev/null +++ b/iso-codes-v4.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c990fc39a05975bedb0175e3ff09fc383048815f68b462abbf055a8032e66cc +size 15163129 diff --git a/iso-codes.changes b/iso-codes.changes index 478980f..4796762 100644 --- a/iso-codes.changes +++ b/iso-codes.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 6 12:58:08 UTC 2024 - Christophe Marin + +- Merge iso codes-translations into the main package. iso-codes + isn't particularly useful without its translations. Some KDE + packages require and/or heavily rely on them. + gnome-control-center also needs translations to display + localized names in system config menu. + +------------------------------------------------------------------- +Sun Jan 28 20:23:58 UTC 2024 - Andreas Stieger + +- update to 4.16.0: + + Updated translations + + ISO 4217: New translation for Khmer (Central) + + ISO 639-2: New translation for Armenian + + ISO 639-5: New translation for Lithuanian + ------------------------------------------------------------------- Thu May 18 12:06:16 UTC 2023 - Dirk Müller diff --git a/iso-codes.spec b/iso-codes.spec index 8171100..0a25d18 100644 --- a/iso-codes.spec +++ b/iso-codes.spec @@ -2,6 +2,7 @@ # spec file for package iso-codes # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: iso-codes -Version: 4.15.0 +Version: 4.16.0 Release: 0 Summary: ISO Code Lists and Translations License: LGPL-2.1-or-later @@ -27,6 +28,8 @@ BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: python3-lxml BuildArch: noarch +Provides: iso-codes-lang = %{version} +Obsoletes: iso-codes-lang <= %{version} %description This package provides the ISO-639 language code list, the ISO-3166 @@ -67,14 +70,14 @@ translations in gettext .po form. %find_lang iso_4217 %{name}.lang %find_lang iso_15924 %{name}.lang -%files +%files -f %{name}.lang +%license COPYING %doc CHANGELOG.md README.md TODO %{_datadir}/xml/iso-codes/ %{_datadir}/iso-codes/ -%files lang -f %{name}.lang - %files devel +%license COPYING %{_datadir}/pkgconfig/iso-codes.pc %changelog