Accepting request 108158 from home:tiwai:branches:M17N
- updated uim to 1.7.2, 1.7.3 * Fix crash when text acquisition is invoked with selected text * Support text acquisition API with QTextEdit of Qt4 * Fix behavior of text deletion API with QTextEdit of Qt4 * Bug fixes for uim-m17nlib OBS-URL: https://build.opensuse.org/request/show/108158 OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=34
This commit is contained in:
parent
2cdad9f9da
commit
305ecabcee
@ -1,25 +0,0 @@
|
|||||||
Index: uim-1.7.1/uim/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- uim-1.7.1.orig/uim/Makefile.am 2010-05-28 03:53:01.000000000 +0200
|
|
||||||
+++ uim-1.7.1/uim/Makefile.am 2011-09-05 12:15:49.355126241 +0200
|
|
||||||
@@ -278,6 +278,7 @@ libuim_custom_enabler_la_CPPFLAGS = -I$(
|
|
||||||
|
|
||||||
libuim_counted_init_la_SOURCES = counted-init.c counted-init.h
|
|
||||||
libuim_counted_init_la_CPPFLAGS = -I$(top_srcdir)
|
|
||||||
+libuim_counted_init_la_LIBADD = libuim.la
|
|
||||||
|
|
||||||
if LIBUIM_X_UTIL
|
|
||||||
libuim_x_util_la_SOURCES = uim-x-util.h uim-x-kana-input-hack.c
|
|
||||||
Index: uim-1.7.1/qt4/pref/uim-pref-qt4.pro.in
|
|
||||||
===================================================================
|
|
||||||
--- uim-1.7.1.orig/qt4/pref/uim-pref-qt4.pro.in 2011-03-27 03:48:08.000000000 +0200
|
|
||||||
+++ uim-1.7.1/qt4/pref/uim-pref-qt4.pro.in 2011-09-05 12:33:56.412743578 +0200
|
|
||||||
@@ -4,7 +4,7 @@ TEMPLATE = app
|
|
||||||
|
|
||||||
# to include qtgettext.h
|
|
||||||
INCLUDEPATH += @srcdir@/..
|
|
||||||
-LIBS += -luim-custom -luim-counted-init @LIBINTL@
|
|
||||||
+LIBS += -luim-custom -luim-counted-init -luim @LIBINTL@
|
|
||||||
|
|
||||||
QMAKE_UIC = $$QMAKE_UIC -tr UIC_
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:81964ed6786eaa8306b0a638193db8171b78b386b9443d2e6a78e7f2cdf9a773
|
|
||||||
size 6354866
|
|
3
uim-1.7.3.tar.bz2
Normal file
3
uim-1.7.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2909d2d624a92677935461ce03413f33b7e5af6e19796410406628e59bd561c
|
||||||
|
size 6380469
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 28 13:46:10 CET 2012 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated uim to 1.7.2, 1.7.3
|
||||||
|
* Fix crash when text acquisition is invoked with selected text
|
||||||
|
* Support text acquisition API with QTextEdit of Qt4
|
||||||
|
* Fix behavior of text deletion API with QTextEdit of Qt4
|
||||||
|
* Bug fixes for uim-m17nlib
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 10:57:19 UTC 2012 - coolo@suse.com
|
Mon Feb 13 10:57:19 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
10
uim.spec
10
uim.spec
@ -42,13 +42,13 @@ BuildRequires: gtk2-devel
|
|||||||
%if %build_gtk3
|
%if %build_gtk3
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-panel-devel
|
BuildRequires: gnome-panel-devel
|
||||||
BuildRequires: qt3-devel
|
|
||||||
BuildRequires: kdebase3-devel
|
BuildRequires: kdebase3-devel
|
||||||
|
BuildRequires: qt3-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xemacs
|
BuildRequires: xemacs
|
||||||
BuildRequires: fdupes
|
Version: 1.7.3
|
||||||
Version: 1.7.1
|
|
||||||
Release: 0
|
Release: 0
|
||||||
# xorg-x11-libXdmcp-devel libgnomeprintui-devel
|
# xorg-x11-libXdmcp-devel libgnomeprintui-devel
|
||||||
Summary: A multilingual input method library
|
Summary: A multilingual input method library
|
||||||
@ -61,7 +61,6 @@ Source2: xemacs-auto-autoloads.el
|
|||||||
Source3: etc-x11-xim.d-uim
|
Source3: etc-x11-xim.d-uim
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Patch10: uim-sigscheme-build-fixes.diff
|
Patch10: uim-sigscheme-build-fixes.diff
|
||||||
Patch11: fix-libs.patch
|
|
||||||
Patch12: uim-fix-crash-in-firefox.diff
|
Patch12: uim-fix-crash-in-firefox.diff
|
||||||
PreReq: %{_bindir}/touch
|
PreReq: %{_bindir}/touch
|
||||||
Provides: locale(xorg-x11:ja)
|
Provides: locale(xorg-x11:ja)
|
||||||
@ -119,8 +118,8 @@ GNOME applet for uim
|
|||||||
Summary: Qt3 input module plugin for uim
|
Summary: Qt3 input module plugin for uim
|
||||||
Group: System/I18n/Japanese
|
Group: System/I18n/Japanese
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Provides: locale(qt3:ja)
|
|
||||||
Provides: uim-qt = %{version}
|
Provides: uim-qt = %{version}
|
||||||
|
Provides: locale(qt3:ja)
|
||||||
Obsoletes: uim-qt
|
Obsoletes: uim-qt
|
||||||
|
|
||||||
%description qt3
|
%description qt3
|
||||||
@ -150,7 +149,6 @@ languages.
|
|||||||
%prep
|
%prep
|
||||||
%setup0 -q
|
%setup0 -q
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
cp emacs/README README.emacs
|
cp emacs/README README.emacs
|
||||||
iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs
|
iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user