Compare commits

...

No commits in common. 'c9' and 'i10c-beta' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/langtable-0.0.54.tar.gz SOURCES/langtable-0.0.65.tar.gz

@ -1 +1 @@
e7b39377a5fd03155a81ca1f96ba6cf291abb9c1 SOURCES/langtable-0.0.54.tar.gz d3aca76094753bc445ed020f21deeb103d6ed92c SOURCES/langtable-0.0.65.tar.gz

@ -1,17 +1,28 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 3;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
Name: langtable Name: langtable
Version: 0.0.54 Version: 0.0.65
Release: 4%{?dist} Release: %autorelease
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
# the translations in languages.xml and territories.xml are (mostly) # the translations in languages.xml and territories.xml are (mostly)
# imported from CLDR and are thus under the Unicode license, the # imported from CLDR and are thus under the Unicode license, the
# short name for this license is "MIT", see: # short name for this license is "MIT", see:
# https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29 # https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29
License: GPLv3+ License: GPL-3.0-or-later
URL: https://github.com/mike-fabian/langtable URL: https://github.com/mike-fabian/langtable
Source0: https://github.com/mike-fabian/langtable/releases/download/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/mike-fabian/langtable/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description %description
langtable is used to guess reasonable defaults for locale, keyboard layout, langtable is used to guess reasonable defaults for locale, keyboard layout,
@ -22,7 +33,7 @@ already known.
%package -n python3-langtable %package -n python3-langtable
Summary: Python module to query the langtable-data Summary: Python module to query the langtable-data
License: GPLv3+ License: GPL-3.0-or-later
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Obsoletes: %{name}-data < %{version}-%{release} Obsoletes: %{name}-data < %{version}-%{release}
Provides: %{name}-data = %{version}-%{release} Provides: %{name}-data = %{version}-%{release}
@ -74,12 +85,134 @@ xmllint --noout --relaxng \
%{python3_sitelib}/langtable-*.egg-info/* %{python3_sitelib}/langtable-*.egg-info/*
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.54-4 * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.0.65-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for MSVSphere 10
Related: rhbz#1991688
## START: Generated by rpmautospec
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.65-3
- Bump release for June 2024 mass rebuild
* Tue Apr 30 2024 Pooja Yadav <poyadav@redhat.com> - 0.0.65-2
- adding gating.yaml configuration
* Thu Feb 08 2024 Mike FABIAN <mfabian@redhat.com> - 0.0.65-1
- Update to 0.0.65
- Add wuu, tok, glk, gbm, ssy
- Remove aa_ER.UTF-8@saaho
- Add kv_RU.UTF-8, chr_RU.UTF-8
- Add EU, EZ
- Improve README and Makefile (Resolves: https://github.com/mike-
fabian/langtable/issues/19)
- Add more translations from CLDR
- Get translation changes from CLDR
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.64-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.64-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Sep 19 2023 Mike FABIAN <mfabian@redhat.com> - 0.0.64-1
- Update to 0.0.64
- Add new public functions list_all_{languages,locales,keyboards,territories,timezones,scripts,input_methods,console_fonts}
(See also the discussion at: https://gitlab.gnome.org/GNOME/gnome-desktop/-/merge_requests/159)
* Mon Aug 28 2023 Mike FABIAN <mfabian@redhat.com> - 0.0.63-1
- Update to 0.0.63
- Add more translations from CLDR
- Get translation changes from CLDR
- Japanese: prefer anthy over kkc
(Thanks to adam Williamson: https://github.com/mike-fabian/langtable/pull/17)
- Use skipTerritory also in list_keyboards(), list_consolefonts(), and list_timezones()
(Resolves: https://github.com/mike-fabian/langtable/issues/18)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.54-3 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.62-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.0.62-2
- Rebuilt for Python 3.12
* Tue May 02 2023 Mike FABIAN <mfabian@redhat.com> - 0.0.62-1
- Update to 0.0.62
- Get translation changes from CLDR
- Add more translations from CLDR
- Add Norwegian keyboard layout to keyboards.xml
(Resolves: https://github.com/mike-fabian/langtable/issues/16)
- Add Hang script to Southern Aymara
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.61-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Nov 28 2022 Mike FABIAN <mfabian@redhat.com> - 0.0.61-2
- Migrate license tag of python3-langtable to SPDX as well
* Thu Nov 24 2022 Mike FABIAN <mfabian@redhat.com> - 0.0.61-1
- Update to 0.0.61
- Add mnw_MM.UTF-8 and ckb_IQ.UTF-8
- Do not run test cases using Python2 anymore
- Add bih
- Add more translations from CLDR
- Migrate license tag to SPDX
* Wed Sep 21 2022 Mike FABIAN <mfabian@redhat.com> - 0.0.60-1
- Update to 0.0.60
- Add list_common_locales() function
(Resolves: https://github.com/mike-fabian/langtable/issues/15)
- For ar_IN locale, langtable should give the 'ara' keyboard layout as the first choice
(Resolves: Resolves: https://github.com/mike-fabian/langtable/issues/14)
* Tue Sep 06 2022 Mike FABIAN <mfabian@redhat.com> - 0.0.59-1
- Update to 0.0.59
- Add ibus/m17n:ar:kbd as input method for Arabic and fix iso639-1 code for Arabic
- Get translation changes from CLDR
- Add more translations from CLDR
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.58-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.58-2
- Rebuilt for Python 3.11
* Thu Apr 21 2022 Mike FABIAN <mfabian@redhat.com> - 0.0.58-1
- Update to 0.0.58
- Add syr locale
- Get translation changes from CLDR
- Add more translations from CLDR
- Fix names for keyboard layouts which have changed
- Add ab_GE locale
- Add rif language
* Tue Jan 25 2022 Mike FABIAN <mfabian@redhat.com> - 0.0.57-1
- Update to 0.0.57
- Get translation changes from CLDR
- Add more translations from CLDR
- Replace “ibus/cangjie” with “ibus/table:cangjie5”
- Updates for Sami languages (from Marko Myllynen)
- Updates for Finnish keyboard layouts (from Marko Myllynen)
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.56-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Aug 16 2021 Mike FABIAN <mfabian@redhat.com> - 0.0.56-1
- Update to 0.0.56
- Fallback to translations in “xx” from “xx_Zzzz”
only if “Zzzz” is the main script of “xx”
(Resolves: https://github.com/mike-fabian/langtable/issues/13)
- Get translation changes for mt from CLDR
* Wed Aug 11 2021 Mike FABIAN <mfabian@redhat.com> - 0.0.55-1
- Update to 0.0.55
- Get translation changes from CLDR
- Add more translations from CLDR
- Make inscript2 instead of inscript input methods the default
(See: https://fedoraproject.org/wiki/Changes/Enhanced_Inscript_as_default_Indic_IM)
- Make ibus/m17n:vi:telex the default input method for Vietnamese
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.54-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.54-3
- Rebuilt for Python 3.10
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.54-2 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.54-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
@ -526,5 +659,4 @@ xmllint --noout --relaxng \
* Tue May 07 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.1-1 * Tue May 07 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.1-1
- initial package - initial package
## END: Generated by rpmautospec

Loading…
Cancel
Save