Update to 1.16.14
- Fix a problem in C/POSIX and invalid locales: Use lower() on LC_MESSAGES only if it is a string and not None Resolves: https://github.com/mike-fabian/ibus-table/issues/130 Resolves: rhbz#2131410 https://bugzilla.redhat.com/show_bug.cgi?id=2131410
This commit is contained in:
parent
de98c73654
commit
795ec5be7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.16.11.tar.gz
|
||||
/ibus-table-1.16.12.tar.gz
|
||||
/ibus-table-1.16.13.tar.gz
|
||||
/ibus-table-1.16.14.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.16.13
|
||||
Version: 1.16.14
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -150,6 +150,13 @@ fi
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Nov 10 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.14-1
|
||||
- Update to 1.16.14
|
||||
- Fix a problem in C/POSIX and invalid locales:
|
||||
Use lower() on LC_MESSAGES only if it is a string and not None
|
||||
Resolves: https://github.com/mike-fabian/ibus-table/issues/130
|
||||
Resolves: rhbz#2131410 https://bugzilla.redhat.com/show_bug.cgi?id=2131410
|
||||
|
||||
* Tue Nov 01 2022 Mike FABIAN <mfabian@redhat.com> - 1.16.13-1
|
||||
- Update to 1.16.13
|
||||
- Get program name of focused window also when ibus cannot get it
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ibus-table-1.16.13.tar.gz) = d060619c81ff3d610140593a47fed6b430f32f0e5927d824d36bd082d394e473f6d534f7b9b0d0100f878001b7e8b4384e1770c5e1887976cfe248bba5bb6318
|
||||
SHA512 (ibus-table-1.16.14.tar.gz) = a865c8913bee5e462ed8f3ba74a720b3eb37062ae762e3909827b660dc62d3055e6b90fd3c583487fb23edd2d9572d9eae201d7fbde889ec5cd8e5848b83291f
|
||||
|
Loading…
Reference in New Issue
Block a user