update to 1.9.16
- Avoid running initialization code of ibus_table_location.py when using ibus-table-createdb. - Make it work on Python 3.6 (Unbreak sqlite on Python 3.6) (Resolves: rhbz#1413580).
This commit is contained in:
parent
2d25084e26
commit
812d2dc485
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.9.13.tar.gz
|
/ibus-table-1.9.13.tar.gz
|
||||||
/ibus-table-1.9.14.tar.gz
|
/ibus-table-1.9.14.tar.gz
|
||||||
/ibus-table-1.9.15.tar.gz
|
/ibus-table-1.9.15.tar.gz
|
||||||
|
/ibus-table-1.9.16.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.9.15
|
Version: 1.9.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -63,6 +63,13 @@ export PYTHON=%{__python3}
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.16-1
|
||||||
|
- update to 1.9.16
|
||||||
|
- Avoid running initialization code of ibus_table_location.py
|
||||||
|
when using ibus-table-createdb.
|
||||||
|
- Make it work on Python 3.6 (Unbreak sqlite on Python 3.6)
|
||||||
|
(Resolves: rhbz#1413580).
|
||||||
|
|
||||||
* Mon Jan 16 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.15-1
|
* Mon Jan 16 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.15-1
|
||||||
- update to 1.9.15
|
- update to 1.9.15
|
||||||
- Update translations from zanata (ca, de, fr, uk updated)
|
- Update translations from zanata (ca, de, fr, uk updated)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-table-1.9.15.tar.gz) = 2d47fa295ab49e52c81273e69944bfa039e9024a8b48af1fc4d217f7635004d9781e61bdc94b55ceba379b6b014009d64d3cac9a5edc76ef1915392647e97e41
|
SHA512 (ibus-table-1.9.16.tar.gz) = ac7414dcc66adaeece9f08674c8198e3bfaa1648d37f899c52ebbd89d2d08cc2206ed8e1394ab422b2dab7497c65492248b617beea298b07e9e221bb32bc2d9e
|
||||||
|
Loading…
Reference in New Issue
Block a user