update to latest upstream 1.3.2
- Add “\circ ∘ U+2218 RING OPERATOR” back to the latex table - Add Russian Legacy layout (by Stas Sergeev <stsp@users.sourceforge.net>)
This commit is contained in:
parent
0d3481f67d
commit
870764c9b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/ibus-table-others-1.3.0.20140625.tar.gz
|
||||
/ibus-table-others-1.3.0.20140707.tar.gz
|
||||
/ibus-table-others-1.3.1.tar.gz
|
||||
/ibus-table-others-1.3.2.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global cur_ver 1.3.1
|
||||
%global cur_ver 1.3.2
|
||||
|
||||
Name: ibus-table-others
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Various tables for IBus-Table
|
||||
License: GPLv3
|
||||
@ -76,6 +76,7 @@ cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-table/tables/
|
||||
%{_bindir}/ibus-table-createdb -i -n emoji-table.db
|
||||
%{_bindir}/ibus-table-createdb -i -n ipa-x-sampa.db
|
||||
%{_bindir}/ibus-table-createdb -i -n latex.db
|
||||
%{_bindir}/ibus-table-createdb -i -n rusle.db
|
||||
%{_bindir}/ibus-table-createdb -i -n rustrad.db
|
||||
%{_bindir}/ibus-table-createdb -i -n thai.db
|
||||
%{_bindir}/ibus-table-createdb -i -n translit.db
|
||||
@ -96,8 +97,10 @@ cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-table/tables/
|
||||
%{_datadir}/ibus-table/icons/ibus-emoji.svg
|
||||
|
||||
%files -n ibus-table-cyrillic
|
||||
%{_datadir}/ibus-table/tables/rusle.db
|
||||
%{_datadir}/ibus-table/tables/rustrad.db
|
||||
%{_datadir}/ibus-table/tables/yawerty.db
|
||||
%{_datadir}/ibus-table/icons/rusle.png
|
||||
%{_datadir}/ibus-table/icons/rustrad.png
|
||||
%{_datadir}/ibus-table/icons/yawerty.png
|
||||
|
||||
@ -124,6 +127,11 @@ cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-table/tables/
|
||||
%{_datadir}/ibus-table/icons/mathwriter.png
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2014 Mike FABIAN <mfabian@redhat.com> - 1.3.2-1
|
||||
- update to latest upstream 1.3.2
|
||||
- Add “\circ ∘ U+2218 RING OPERATOR” back to the latex table
|
||||
- Add Russian Legacy layout (by Stas Sergeev <stsp@users.sourceforge.net>)
|
||||
|
||||
* Wed Jul 23 2014 Mike FABIAN <mfabian@redhat.com> - 1.3.1-1
|
||||
- update to latest upstream 1.3.1
|
||||
- Add _ and ^ to the start characters for the LaTeX table
|
||||
|
Loading…
Reference in New Issue
Block a user