update to 0.0.18 upstream version
- Resolves: #871056 - Save setup option “Enable suggestions by Tab Key” correctly in dconf
This commit is contained in:
parent
1017f4a9d6
commit
9bf6440abc
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@
|
|||||||
/ibus-typing-booster-0.0.14.tar.gz
|
/ibus-typing-booster-0.0.14.tar.gz
|
||||||
/ibus-typing-booster-0.0.15.tar.gz
|
/ibus-typing-booster-0.0.15.tar.gz
|
||||||
/ibus-typing-booster-0.0.16.tar.gz
|
/ibus-typing-booster-0.0.16.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.17.tar.gz
|
||||||
|
/ibus-typing-booster-0.0.18.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 0.0.16
|
Version: 0.0.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Table engine for IBus platform
|
Summary: The Table engine for IBus platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -61,7 +61,9 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkgconfigdir=%{_datadir}/pkgconfig
|
||||||
|
|
||||||
%files
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/ibus/component/typing-booster.xml
|
%{_datadir}/ibus/component/typing-booster.xml
|
||||||
@ -71,6 +73,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
|
|||||||
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
%{_datadir}/applications/ibus-setup-typing-booster.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 31 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.18-1
|
||||||
|
- Update to 0.0.18 upstream version
|
||||||
|
- Resolves: #871056
|
||||||
|
- Save setup option “Enable suggestions by Tab Key” correctly in dconf (Resolves: #871056)
|
||||||
|
- Make setup dialog translatable and add German translations
|
||||||
|
|
||||||
* Wed Oct 24 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.16-1
|
* Wed Oct 24 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.16-1
|
||||||
- Update to 0.0.16 upstream version
|
- Update to 0.0.16 upstream version
|
||||||
- Resolves: #869687
|
- Resolves: #869687
|
||||||
|
Loading…
Reference in New Issue
Block a user