Update to 2.1.3
- Require the Python interpreter directly instead of using the package name - Related: rhbz#1619153 - Update translations from zanata (uk updated)
This commit is contained in:
parent
3e2189b520
commit
f93f84a1c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,3 +101,4 @@
|
|||||||
/ibus-typing-booster-2.1.0.tar.gz
|
/ibus-typing-booster-2.1.0.tar.gz
|
||||||
/ibus-typing-booster-2.1.1.tar.gz
|
/ibus-typing-booster-2.1.1.tar.gz
|
||||||
/ibus-typing-booster-2.1.2.tar.gz
|
/ibus-typing-booster-2.1.2.tar.gz
|
||||||
|
/ibus-typing-booster-2.1.3.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ibus-typing-booster
|
Name: ibus-typing-booster
|
||||||
Version: 2.1.2
|
Version: 2.1.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A completion input method
|
Summary: A completion input method
|
||||||
License: GPLv3+, ASL 2.0
|
License: GPLv3+, ASL 2.0
|
||||||
@ -8,7 +8,8 @@ URL: https://mike-fabian.github.io/ibus-typing-booster/
|
|||||||
Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz
|
Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz
|
||||||
Requires: ibus >= 1.5.3
|
Requires: ibus >= 1.5.3
|
||||||
Requires: m17n-lib
|
Requires: m17n-lib
|
||||||
Requires: python3 >= 3.3
|
Requires: python(abi) >= 3.3
|
||||||
|
%{?__python3:Requires: %{__python3}}
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
Requires: python3-enchant
|
Requires: python3-enchant
|
||||||
Requires: python3-pyxdg
|
Requires: python3-pyxdg
|
||||||
@ -162,6 +163,11 @@ make check || cat ./tests/test-suite.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 24 2018 Mike FABIAN <mfabian@redhat.com> - 2.1.3-1
|
||||||
|
- Require the Python interpreter directly instead of using the package name
|
||||||
|
- Related: rhbz#1619153
|
||||||
|
- Update translations from zanata (uk updated)
|
||||||
|
|
||||||
* Mon Sep 24 2018 Mike FABIAN <mfabian@redhat.com> - 2.1.2-1
|
* Mon Sep 24 2018 Mike FABIAN <mfabian@redhat.com> - 2.1.2-1
|
||||||
- Update to 2.1.2
|
- Update to 2.1.2
|
||||||
- Update translations from zanata (de, pl updated)
|
- Update translations from zanata (de, pl updated)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-typing-booster-2.1.2.tar.gz) = ac5b2e23872c0256aa7dbbb4f7b896fd9260d222cbf9ffef3a96d187ef928a7b8e33addbf87f403080d4071ace4f71d099b12e947cd208c92e58ca57c16e2b8c
|
SHA512 (ibus-typing-booster-2.1.3.tar.gz) = 7202ee3bc9f10a7fef55eb242e3feffdfc1b97f80ac06522718a3d4bcd67e47adf3f2788926a793f65bf9df8297c3933905d6e5782173945882771ba95ca6c72
|
||||||
|
Loading…
Reference in New Issue
Block a user