Accepting request 440589 from home:jbohac:branches:GNOME:Factory

- Update to version 3.71:
  + Add short name of CZ to ISO 3166-1 and ISO 3166-2
  + Updated translations for ISO 3166-1, ISO 3166-2 and ISO 4217
- Changes from version 3.70:
  + Update name for ES-SS in ISO 3166-2
  + Updated translations for ISO 3166-1, ISO 3166-2 and ISO 639-2
- Changes from version 3.69:
  + Update name for PH-NEC and ES-BI in ISO 3116-2
  + Updated translations for ISO 3166-1, ISO 3166-2, ISO 15924 
    and ISO 4217
- Changes from version 3.68:
  + Change long name of GM to ISO-3166-1
  + Add changes for Lao in ISO 3166-2 
  + Updated translations for ISO 3166-1, ISO 3166-2, ISO 639-2,
    ISO 639-3, ISO 15924 and ISO 4217
- Changes from version 3.67:
  + The data is now included in JSON files. 
  + The XML files are deprecated
  + The gettext domains have been renamed to better match the 
    actual ISO number; previously used gettext domains are linked 
    to the new  domain names
  + A new ISO standard has been included: ISO 3166-3.
  + The standard ISO 4217 (currency names) now includes only the 
    currently used currencies. Entries of withdrawn currencies are 
    no longer included. 
  + The standard ISO 639-5 now includes only the language families 
    which are part of the official standard. The previously 
    included languages were not part of the standard and have been 
    removed. 
  + ISO 639-3 has been updated from the latest upstream sources
- Updated spec file - build now requires python3 and package contains 
  new files and symlinks

OBS-URL: https://build.opensuse.org/request/show/440589
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/iso-codes?expand=0&rev=117
This commit is contained in:
Dominique Leuenberger 2016-11-29 12:54:16 +00:00 committed by Git OBS Bridge
parent ca2457c24e
commit 3f25efb266
6 changed files with 52 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320
size 3732432

Binary file not shown.

3
iso-codes-3.71.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:013df6ac35fb0b9e3244c6a4f13a1090d61cb4478f7cd468bbf46be983ba1f74
size 3453624

BIN
iso-codes-3.71.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Wed Nov 16 10:18:20 UTC 2016 - jbohac@suse.com
- Update to version 3.71:
+ Add short name of CZ to ISO 3166-1 and ISO 3166-2
+ Updated translations for ISO 3166-1, ISO 3166-2 and ISO 4217
- Changes from version 3.70:
+ Update name for ES-SS in ISO 3166-2
+ Updated translations for ISO 3166-1, ISO 3166-2 and ISO 639-2
- Changes from version 3.69:
+ Update name for PH-NEC and ES-BI in ISO 3116-2
+ Updated translations for ISO 3166-1, ISO 3166-2, ISO 15924
and ISO 4217
- Changes from version 3.68:
+ Change long name of GM to ISO-3166-1
+ Add changes for Lao in ISO 3166-2
+ Updated translations for ISO 3166-1, ISO 3166-2, ISO 639-2,
ISO 639-3, ISO 15924 and ISO 4217
- Changes from version 3.67:
+ The data is now included in JSON files.
+ The XML files are deprecated
+ The gettext domains have been renamed to better match the
actual ISO number; previously used gettext domains are linked
to the new domain names
+ A new ISO standard has been included: ISO 3166-3.
+ The standard ISO 4217 (currency names) now includes only the
currently used currencies. Entries of withdrawn currencies are
no longer included.
+ The standard ISO 639-5 now includes only the language families
which are part of the official standard. The previously
included languages were not part of the standard and have been
removed.
+ ISO 639-3 has been updated from the latest upstream sources
+ Updated translations for ISO 3166-1
- Changes from version 3.66:
+ start distributing JSON data files in /usr/share/iso-codes/json
+ Updated translations for ISO 639-5
-------------------------------------------------------------------
Wed Feb 17 14:18:18 UTC 2016 - zaitor@opensuse.org

View File

@ -17,7 +17,7 @@
Name: iso-codes
Version: 3.65
Version: 3.71
Release: 0
Summary: ISO Code Lists and Translations
License: LGPL-2.1+
@ -27,8 +27,8 @@ Source0: http://pkg-isocodes.alioth.debian.org/downloads/%{name}-%{versio
Source1: http://pkg-isocodes.alioth.debian.org/downloads/%{name}-%{version}.tar.xz.sig
Source2: %{name}.keyring
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRequires: python-lxml
BuildRequires: python3-devel
BuildRequires: python3-lxml
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -60,17 +60,24 @@ make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%find_lang iso_639 %{name}.lang
%find_lang iso_639-2 %{name}.lang
%find_lang iso_639-3 %{name}.lang
%find_lang iso_639_3 %{name}.lang
%find_lang iso_639-5 %{name}.lang
%find_lang iso_639_5 %{name}.lang
%find_lang iso_3166 %{name}.lang
%find_lang iso_3166-1 %{name}.lang
%find_lang iso_3166-2 %{name}.lang
%find_lang iso_3166_2 %{name}.lang
%find_lang iso_3166-3 %{name}.lang
%find_lang iso_4217 %{name}.lang
%find_lang iso_15924 %{name}.lang
%files
%defattr(-,root,root)
%doc ChangeLog README TODO
%doc ChangeLog README.md TODO
%{_datadir}/xml/iso-codes/
%{_datadir}/iso-codes/
%files lang -f %{name}.lang
%defattr(-,root,root)