update to 1.2.3

- Fix exception handling when trying to install a rpm package (Resolves: rhbz#98
6178)
This commit is contained in:
Mike FABIAN 2013-08-06 16:49:10 +02:00
parent a8cded56af
commit a3262917d2
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/ibus-typing-booster-1.2.0.tar.gz
/ibus-typing-booster-1.2.1.tar.gz
/ibus-typing-booster-1.2.2.tar.gz
/ibus-typing-booster-1.2.3.tar.gz

View File

@ -1,6 +1,6 @@
Name: ibus-typing-booster
Version: 1.2.2
Release: 2%{?dist}
Version: 1.2.3
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
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
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
4a7a53cda7be6cf68919eca02b5aab35 ibus-typing-booster-1.2.2.tar.gz
0f4f09bb141e3df9dca28957255609d3 ibus-typing-booster-1.2.3.tar.gz