Update to 1.16.12
- Stop using locale.getdefaultlocale() because it is deprecated in Python 3.11 and will be removed in Python 3.13 Resolves: https://github.com/mike-fabian/ibus-table/issues/120 - Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml
This commit is contained in:
parent
337e89b26b
commit
53b063945e
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.16.9.tar.gz
|
||||
/ibus-table-1.16.10.tar.gz
|
||||
/ibus-table-1.16.11.tar.gz
|
||||
/ibus-table-1.16.12.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.16.11
|
||||
Version: 1.16.12
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -150,6 +150,13 @@ fi
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Sep 05 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.12-1
|
||||
- Update to 1.16.12
|
||||
- Stop using locale.getdefaultlocale() because it is deprecated in Python
|
||||
3.11 and will be removed in Python 3.13
|
||||
Resolves: https://github.com/mike-fabian/ibus-table/issues/120
|
||||
- Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml
|
||||
|
||||
* Sat Aug 06 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.11-1
|
||||
- Update to 1.16.11
|
||||
- Remove hashbang from chinese_variants.py and tabcreatedb.py
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-table-1.16.11.tar.gz) = f5da239a05337f368769e7679a0639e73812021579467a195795678d68cf8d70b1f9bd4d31739c60298d60c9da6291c704e592750677ecc59734dd8c4292bf43
|
||||
SHA512 (ibus-table-1.16.12.tar.gz) = edbbb4842a6b49cdf8a830187422b7042c47b9ddf4876eb114acdb1e449024a6f4f48d46cb97d4420d65dffc14b3e3e9400d31b92ac68ccd2e9a327151dcaa3f
|
||||
|
Loading…
Reference in New Issue
Block a user