Update to 1.16.9
- Require Python >= 3.6 to build - Use a less exact type hint to make building tables from sources work with Python 3.6 as well - Update home page URLs (code.google.com is not used anymore)
This commit is contained in:
parent
27e3fe979e
commit
8183a54608
1
.gitignore
vendored
1
.gitignore
vendored
@ -86,3 +86,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.16.6.tar.gz
|
||||
/ibus-table-1.16.7.tar.gz
|
||||
/ibus-table-1.16.8.tar.gz
|
||||
/ibus-table-1.16.9.tar.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
Name: ibus-table
|
||||
Version: 1.16.8
|
||||
Version: 1.16.9
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
URL: http://code.google.com/p/ibus/
|
||||
URL: https://github.com/mike-fabian/ibus-table
|
||||
Source0: https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Requires: ibus > 1.3.0
|
||||
%{?__python3:Requires: %{__python3}}
|
||||
@ -11,7 +11,7 @@ Requires: ibus > 1.3.0
|
||||
Recommends: python3-simpleaudio
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ibus-devel > 1.3.0
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-devel >= 3.6.0
|
||||
# for the unit tests
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: appstream
|
||||
@ -142,6 +142,13 @@ fi
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jun 13 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.9-1
|
||||
- Update to 1.16.9
|
||||
- Require Python >= 3.6 to build
|
||||
- Use a less exact type hint to make building tables from
|
||||
sources work with Python 3.6 as well
|
||||
- Update home page URLs (code.google.com is not used anymore)
|
||||
|
||||
* Thu Apr 28 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.8-1
|
||||
- Update to 1.16.8
|
||||
- Update Unihan_Variants.txt from “2021-12-01 Unicode 15.0.0
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-table-1.16.8.tar.gz) = 086650238b170db69ace0faacea6c8c9c03c099c59313cb7663b573f17bd4e9df9309dc9132708a89d6ce5cf00f4846ba50dab3462f31293b891487f1635aab2
|
||||
SHA512 (ibus-table-1.16.9.tar.gz) = 840de16f62820456812c036ed84f99900d2d49885a9a6131da97efbec149ea426ab4a966541b16a18dbcedf38b6f78803b3fb04a5134258bb3796d3b9caf0b08
|
||||
|
Loading…
Reference in New Issue
Block a user