forked from pool/iso-codes
Accepting request 934068 from GNOME:Factory
- update to 4.8.0: * ISO 3166-1: Add flag emoji to countries. Thanks to Pander for the suggestion. Fixes #19 * ISO 639-5: New translation for Chinese (Simplified) * ISO 3166-2: Major update of data. Thanks to the script of Kevin Kaiser, which enables the download of ISO pages and parses the data. Fixes #15, #16, #27 * Rename ChangeLog.md to CHANGELOG.md and follow the suggestions from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Move all CHANGELOG entries from versions before 4.0 to an archive file (CHANGELOG-PRE-4.0.md) in order to reduce the massive size of this CHANGELOG. * Translation updates for ISO 3166-1 * Translation updates for ISO 3166-2 * Translation updates for ISO 639-2 * Translation updates for ISO 639-3 * Translation updates for ISO 639-5 * Translation updates for ISO 15924 (forwarded request 933585 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/934068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iso-codes?expand=0&rev=87
This commit is contained in:
commit
c7da3d28e8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3cbf41fe85fccbd2a82e7cd416b3af7271adab93de37dbe494a3092e1066a5b
|
||||
size 8602249
|
3
iso-codes-v4.8.0.tar.gz
Normal file
3
iso-codes-v4.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea286830562cbc29d7818e94a63031b50e88b3679aba444b5010a1353cec6fa5
|
||||
size 14359576
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 20:59:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.8.0:
|
||||
* ISO 3166-1: Add flag emoji to countries. Thanks to Pander
|
||||
for the suggestion. Fixes #19
|
||||
* ISO 639-5: New translation for Chinese (Simplified)
|
||||
* ISO 3166-2: Major update of data.
|
||||
Thanks to the script of Kevin Kaiser, which enables
|
||||
the download of ISO pages and parses the data.
|
||||
Fixes #15, #16, #27
|
||||
* Rename ChangeLog.md to CHANGELOG.md and follow the suggestions
|
||||
from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
* Move all CHANGELOG entries from versions before 4.0 to an
|
||||
archive file (CHANGELOG-PRE-4.0.md) in order to reduce the
|
||||
massive size of this CHANGELOG.
|
||||
* Translation updates for ISO 3166-1
|
||||
* Translation updates for ISO 3166-2
|
||||
* Translation updates for ISO 639-2
|
||||
* Translation updates for ISO 639-3
|
||||
* Translation updates for ISO 639-5
|
||||
* Translation updates for ISO 15924
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 15:19:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: iso-codes
|
||||
Version: 4.7.0
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
Summary: ISO Code Lists and Translations
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://salsa.debian.org/iso-codes-team/iso-codes
|
||||
Source0: https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/iso-codes-%{version}/iso-codes-iso-codes-%{version}.tar.bz2
|
||||
Source0: https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v%{version}/iso-codes-v%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-lxml
|
||||
@ -45,7 +45,7 @@ translations in gettext .po form.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%setup -q -n %{name}-v%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -68,7 +68,7 @@ translations in gettext .po form.
|
||||
%find_lang iso_15924 %{name}.lang
|
||||
|
||||
%files
|
||||
%doc ChangeLog.md README.md TODO
|
||||
%doc CHANGELOG.md README.md TODO
|
||||
%{_datadir}/xml/iso-codes/
|
||||
%{_datadir}/iso-codes/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user