Update to 1.4.9
- Free lang and name after engine_name is built (Resolves: https://github.com/ibus/ibus-m17n/issues/39) - Just return from ibus_m17n_engine_callback with nullable m17n - Accept virtual engine names for CI - Hide status from the panel if status == title (by Daiki Ueno)
This commit is contained in:
parent
4c08dcf2f4
commit
81b4d32d39
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ ibus-m17n-1.3.0.tar.gz
|
|||||||
/ibus-m17n-1.4.6.tar.gz
|
/ibus-m17n-1.4.6.tar.gz
|
||||||
/ibus-m17n-1.4.7.tar.gz
|
/ibus-m17n-1.4.7.tar.gz
|
||||||
/ibus-m17n-1.4.8.tar.gz
|
/ibus-m17n-1.4.8.tar.gz
|
||||||
|
/ibus-m17n-1.4.9.tar.gz
|
||||||
|
@ -1,19 +1,13 @@
|
|||||||
%global require_ibus_version 1.4.0
|
%global require_ibus_version 1.4.0
|
||||||
|
|
||||||
Name: ibus-m17n
|
Name: ibus-m17n
|
||||||
Version: 1.4.8
|
Version: 1.4.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The M17N engine for IBus platform
|
Summary: The M17N engine for IBus platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/ibus/ibus-m17n
|
URL: https://github.com/ibus/ibus-m17n
|
||||||
Source0: https://github.com/ibus/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/ibus/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# Upstreamed patches:
|
|
||||||
|
|
||||||
# Fedora specific patches:
|
|
||||||
# Don't make the status button clickable (maybe obsolete).
|
|
||||||
Patch100: ibus-m17n-hide-title-status.patch
|
|
||||||
|
|
||||||
BuildRequires: gettext-devel >= 0.19
|
BuildRequires: gettext-devel >= 0.19
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: m17n-lib-devel
|
BuildRequires: m17n-lib-devel
|
||||||
@ -33,9 +27,6 @@ the input table maps from m17n-db.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch100 -p1 -b .hide-title-status
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-gtk=3.0
|
%configure --disable-static --with-gtk=3.0
|
||||||
# make -C po update-gmo
|
# make -C po update-gmo
|
||||||
@ -63,6 +54,14 @@ make check
|
|||||||
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 18 2022 Mike FABIAN <mfabian@redhat.com> - 1.4.9-1
|
||||||
|
- Update to 1.4.9
|
||||||
|
- Free lang and name after engine_name is built
|
||||||
|
(Resolves: https://github.com/ibus/ibus-m17n/issues/39)
|
||||||
|
- Just return from ibus_m17n_engine_callback with nullable m17n
|
||||||
|
- Accept virtual engine names for CI
|
||||||
|
- Hide status from the panel if status == title (by Daiki Ueno)
|
||||||
|
|
||||||
* Tue Oct 19 2021 Mike FABIAN <mfabian@redhat.com> - 1.4.8-1
|
* Tue Oct 19 2021 Mike FABIAN <mfabian@redhat.com> - 1.4.8-1
|
||||||
- Update to 1.4.8
|
- Update to 1.4.8
|
||||||
- Remove gnome-common requirement and re-write autogen.sh (by Parag Nemade)
|
- Remove gnome-common requirement and re-write autogen.sh (by Parag Nemade)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-m17n-1.4.8.tar.gz) = 3e808ffc3b7d03a745be1009a58c8d03ecabe15478f7bf36d70b777d342ad04d0f5574bb78743bcb67ab36674d316aef3cd7070d48ef9e11d07f960d75597aec
|
SHA512 (ibus-m17n-1.4.9.tar.gz) = 6a7d7316fc98e832282302a5d54eb40b6e879f98d6910db8d2c834be6c23ebda30ccbc5ed116caa3d91148e5bb2260c49f670c8c7fb2c6215d31f3e6794cd3ab
|
||||||
|
Loading…
Reference in New Issue
Block a user