update to 1.9.3
- Try to get the English name of the table if run in locale C/POSIX - Resolves: rhbz#1197001
This commit is contained in:
parent
e159d3ae1a
commit
5432a89f87
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
||||
/ibus-table-1.9.0.tar.gz
|
||||
/ibus-table-1.9.1.tar.gz
|
||||
/ibus-table-1.9.2.tar.gz
|
||||
/ibus-table-1.9.3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ibus-table
|
||||
Version: 1.9.2
|
||||
Version: 1.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPLv2+
|
||||
@ -62,6 +62,11 @@ export PYTHON=%{__python3}
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Mar 02 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.3-1
|
||||
- update to 1.9.3
|
||||
- Try to get the English name of the table if run in locale C/POSIX
|
||||
- Resolves: rhbz#1197001
|
||||
|
||||
* Fri Jan 09 2015 Mike FABIAN <mfabian@redhat.com> - 1.9.2-1
|
||||
- update to 1.9.2
|
||||
- Use directories according to theXDG Base Directory Specification
|
||||
|
Loading…
Reference in New Issue
Block a user