Update ibus-HEAD.patch to fix bug 490009, 490381

This commit is contained in:
Peng Huang 2009-03-28 04:23:27 +00:00
parent f773b50640
commit 9b78944cf6
2 changed files with 4932 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
Name: ibus Name: ibus
Version: 1.1.0.20090311 Version: 1.1.0.20090311
Release: 1%{?dist} Release: 2%{?dist}
Summary: Intelligent Input Bus for Linux OS Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -20,6 +20,7 @@ Patch0: ibus-HEAD.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cvs
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: libtool BuildRequires: libtool
BuildRequires: python BuildRequires: python
@ -103,7 +104,9 @@ docs for ibus.
%prep %prep
%setup -q %setup -q
# %patch0 -p1 rm -rf docs/reference/ibus/ibus-sections.txt
%patch0 -p1
./autogen.sh --help
%build %build
%configure --disable-static \ %configure --disable-static \
@ -214,6 +217,11 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Sat Mar 28 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090311-2
- Recreate the ibus-HEAD.patch from upstream git source tree.
- Fixe bug 490009 - Deleting Next Engine shortcuts doesn't work
- Fixe bug 490381 - Change "Next/Previous engine" labels
* Wed Mar 11 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090311-1 * Wed Mar 11 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090311-1
- Update to ibus-1.1.0.20090311. - Update to ibus-1.1.0.20090311.
- Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497). - Update setup ui follow GNOME Human Interface Guidelines 2.2 (#489497).