update to 1.9.18
- validate ibus-table.appdata.xml in %%check - Update translations from zanata (pt_BR updated, es new) - Don't query user database if user define phrase and dynamic adjust are disabled (thanks to heiher) - Enable hash map based cache for user database enabled (thanks to heiher) - Import hash map based cache for table database (thanks to heiher) - Install appstream metadata to /usr/share/metainfo/ (thanks to jbicha) - Fix some appdata validation issues (thanks to jbicha) - Fix bug in Unihan_Variants.txt, 著 U+8457 is both simplified *and* traditional Chinese (thanks to heiher)
This commit is contained in:
parent
2893cdaaa3
commit
2799fb6903
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ ibus-table-1.3.0.20100621.tar.gz
|
|||||||
/ibus-table-1.9.15.tar.gz
|
/ibus-table-1.9.15.tar.gz
|
||||||
/ibus-table-1.9.16.tar.gz
|
/ibus-table-1.9.16.tar.gz
|
||||||
/ibus-table-1.9.17.tar.gz
|
/ibus-table-1.9.17.tar.gz
|
||||||
|
/ibus-table-1.9.18.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-table
|
Name: ibus-table
|
||||||
Version: 1.9.17
|
Version: 1.9.18
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,6 +10,7 @@ Requires: ibus > 1.3.0
|
|||||||
Requires: python3 >= 3.3
|
Requires: python3 >= 3.3
|
||||||
BuildRequires: ibus-devel > 1.3.0
|
BuildRequires: ibus-devel > 1.3.0
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
|
|
||||||
Obsoletes: ibus-table-additional < 1.2.0.20100111-5
|
Obsoletes: ibus-table-additional < 1.2.0.20100111-5
|
||||||
|
|
||||||
@ -42,6 +43,9 @@ export PYTHON=%{__python3}
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%check
|
||||||
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%__rm -rf $RPM_BUILD_ROOT
|
%__rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -50,7 +54,7 @@ export PYTHON=%{__python3}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/appdata/*.appdata.xml
|
%{_datadir}/metainfo/*.appdata.xml
|
||||||
%{_datadir}/ibus/component/table.xml
|
%{_datadir}/ibus/component/table.xml
|
||||||
%{_datadir}/applications/ibus-setup-table.desktop
|
%{_datadir}/applications/ibus-setup-table.desktop
|
||||||
%{_bindir}/%{name}-createdb
|
%{_bindir}/%{name}-createdb
|
||||||
@ -63,6 +67,22 @@ export PYTHON=%{__python3}
|
|||||||
%{_datadir}/pkgconfig/%{name}.pc
|
%{_datadir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 02 2017 Mike FABIAN <mfabian@redhat.com> - 1.9.18-1
|
||||||
|
- update to 1.9.18
|
||||||
|
- validate ibus-table.appdata.xml in %%check
|
||||||
|
- Update translations from zanata (pt_BR updated, es new)
|
||||||
|
- Don't query user database if user define phrase and
|
||||||
|
dynamic adjust are disabled (thanks to heiher)
|
||||||
|
- Enable hash map based cache for user database enabled
|
||||||
|
(thanks to heiher)
|
||||||
|
- Import hash map based cache for table database (thanks to
|
||||||
|
heiher)
|
||||||
|
- Install appstream metadata to /usr/share/metainfo/ (thanks
|
||||||
|
to jbicha)
|
||||||
|
- Fix some appdata validation issues (thanks to jbicha)
|
||||||
|
- Fix bug in Unihan_Variants.txt, 著 U+8457 is both
|
||||||
|
simplified *and* traditional Chinese (thanks to heiher)
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.17-2
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.17-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-table-1.9.17.tar.gz) = 6a1d91c68d0858e978fcfb02e99e51d789f1736cba9bc1258351b9f1f1a8ac1241b069552d03b4a197238a55f839ac902e43959630fe23c8bb6927fea8d3c9ac
|
SHA512 (ibus-table-1.9.18.tar.gz) = 3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2
|
||||||
|
Loading…
Reference in New Issue
Block a user