update to 1.2.3
- Fix exception handling when trying to install a rpm package (Resolves: rhbz#98 6178)
This commit is contained in:
parent
a8cded56af
commit
a3262917d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/ibus-typing-booster-1.2.0.tar.gz
|
/ibus-typing-booster-1.2.0.tar.gz
|
||||||
/ibus-typing-booster-1.2.1.tar.gz
|
/ibus-typing-booster-1.2.1.tar.gz
|
||||||
/ibus-typing-booster-1.2.2.tar.gz
|
/ibus-typing-booster-1.2.2.tar.gz
|
||||||
|
/ibus-typing-booster-1.2.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A typing booster engine for the IBus platform
|
Summary: A typing booster engine for the IBus platform
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -74,6 +74,11 @@ 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
|
||||||
|
* Tue Aug 06 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.3-1
|
||||||
|
- Update to 1.2.3 upstream version
|
||||||
|
- Fix exception handling when trying to install a rpm package (Resolves: rhbz#98
|
||||||
|
6178)
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user