Hello community, here is the log from the commit of package gcin for openSUSE:Factory checked in at 2017-02-24 02:54:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcin (Old) and /work/SRC/openSUSE:Factory/.gcin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcin" Changes: -------- --- /work/SRC/openSUSE:Factory/gcin/gcin.changes 2016-10-13 11:32:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes 2017-02-24 02:54:27.192418592 +0100 @@ -1,0 +2,11 @@ +Thu Feb 9 03:50:40 UTC 2017 - [email protected] + +- Update to 2.8.5 + + Fix a typing bug with Hsu layout + + Fix the missing pre-select phrases when using Array input + method +- Refresh patches: + + gcin-improve-build-with-pkgconfig.patch + + gcin-parallel-compiling.patch + +------------------------------------------------------------------- Old: ---- gcin-2.8.4.tar.xz New: ---- gcin-2.8.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcin.spec ++++++ --- /var/tmp/diff_new_pack.nTipEK/_old 2017-02-24 02:54:28.280250106 +0100 +++ /var/tmp/diff_new_pack.nTipEK/_new 2017-02-24 02:54:28.280250106 +0100 @@ -1,7 +1,7 @@ # # spec file for package gcin # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gcin -Version: 2.8.4 +Version: 2.8.5 Release: 0 Summary: Chinese input method server License: LGPL-2.1 ++++++ gcin-2.8.4.tar.xz -> gcin-2.8.5.tar.xz ++++++ ++++ 78042 lines of diff (skipped) ++++++ gcin-improve-build-with-pkgconfig.patch ++++++ --- /var/tmp/diff_new_pack.nTipEK/_old 2017-02-24 02:54:30.019980669 +0100 +++ /var/tmp/diff_new_pack.nTipEK/_new 2017-02-24 02:54:30.019980669 +0100 @@ -1,19 +1,18 @@ -Index: b/qt5-im/Makefile +Index: gcin-2.8.5/qt5-im/Makefile =================================================================== ---- a/qt5-im/Makefile -+++ b/qt5-im/Makefile +--- gcin-2.8.5.orig/qt5-im/Makefile ++++ gcin-2.8.5/qt5-im/Makefile @@ -3,11 +3,11 @@ QT=qt5 QTIM=$(QT)/plugins/platforminputcontexts IMMODULES=$(libdir)/$(DEB_BUILD_MULTIARCH)/$(QTIM) -INCS=-I../im-client -I/usr/include/X11 `pkg-config Qt5Core Qt5Gui Qt5PlatformSupport QtDBus --cflags` +INCS=-I../im-client -I/usr/include/X11 `pkg-config Qt5Core Qt5Gui Qt5DBus --cflags` - # dirty fix for ubuntu 14.04, pkg-config Qt5Gui --cflags return -I/usr/include/qt5/QtGui, missing 5.2.1/QtGui MODVERSION=`pkg-config --modversion Qt5Gui` --INCS+=-I/usr/include/qt5/QtGui/$(MODVERSION)/QtGui -I/usr/include/i386-linux-gnu/qt5/QtGui/$(MODVERSION)/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui/$(MODVERSION)/QtGui --INCS+=-I/usr/include/x86_64-linux-gnu/qt5/QtGui/$(MODVERSION)/QtGui -+INCS+=-I`pkg-config --variable=includedir Qt5Gui`/QtGui/$(MODVERSION)/QtGui -+INCS+=-I`pkg-config --variable=includedir Qt5Gui`/QtGui + QTINC=`pkg-config --variable=includedir Qt5Gui` + INCS+=-I$(QTINC)/QtGui/$(MODVERSION)/QtGui +-#INCS+=-I/usr/include/i386-linux-gnu/qt5/QtGui/$(MODVERSION)/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui/$(MODVERSION)/QtGui ++INCS+=-I$(QTINC)/QtGui/ CXXFLAGS=$(OPTFLAGS) $(INCS) -Wall -D_REENTRANT -DUNIX=1 -fPIC -DQT5 -DQT_SHARED -DQT_IMMODULE -DPIC -DDEBUG="0$(GCIN_DEBUG)" OBJS= moc_gcin-qt5.o gcin-qt5.o gcin-imcontext-qt5.o moc_qgcinplatforminputcontext.o ++++++ gcin-parallel-compiling.patch ++++++ --- /var/tmp/diff_new_pack.nTipEK/_old 2017-02-24 02:54:30.035978191 +0100 +++ /var/tmp/diff_new_pack.nTipEK/_new 2017-02-24 02:54:30.039977571 +0100 @@ -1,14 +1,14 @@ -diff --git a/Makefile b/Makefile -index e173adc..949268c 100644 ---- a/Makefile -+++ b/Makefile -@@ -108,19 +108,19 @@ all: $(PROGS) trad2sim $(GCIN_SO) $(DATA) $(PROGS_CV) gcin.spec gcin-fedora.spec +Index: gcin-2.8.5/Makefile +=================================================================== +--- gcin-2.8.5.orig/Makefile ++++ gcin-2.8.5/Makefile +@@ -112,19 +112,19 @@ all: $(PROGS) trad2sim $(GCIN_SO) $(DATA #gcc_ld_run_path=-Wl,-rpath,$(gcin_ld_run_path) -gcin: $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) +gcin: $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) im-client/libgcin-im-client.so - $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/X11R6/$(LIB) + $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(GCIN_LDFLAGS) -L/usr/X11R6/$(LIB) rm -f core.* vgcore.* ln -sf $@ [email protected] @@ -26,7 +26,7 @@ $(CCLD) $(gcc_ld_run_path) -o $@ $(OBJS_TS_EDIT) -L./im-client -lgcin-im-client $(LDFLAGS) ts-contribute: ts-edit -@@ -164,16 +164,16 @@ gtab-merge: $(OBJS_gtab_merge) +@@ -171,16 +171,16 @@ gtab-merge: $(OBJS_gtab_merge) kbmcv: $(OBJS_kbmcv) $(CCLD) -o $@ $(OBJS_kbmcv) $(LDFLAGS)
