Hello community, here is the log from the commit of package fcitx-m17n for openSUSE:Factory checked in at 2013-01-22 22:21:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-m17n (Old) and /work/SRC/openSUSE:Factory/.fcitx-m17n.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-m17n", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-m17n/fcitx-m17n.changes 2012-10-22 21:46:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx-m17n.new/fcitx-m17n.changes 2013-01-22 22:21:37.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Jan 21 09:07:32 UTC 2013 - [email protected] + +- update to 0.1.4 + * Fix a typo in default m17n list + * Fix latn-post u + : and some similar composition + +------------------------------------------------------------------- Old: ---- fcitx-m17n-0.1.3.tar.bz2 New: ---- fcitx-m17n-0.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-m17n.spec ++++++ --- /var/tmp/diff_new_pack.2MCq0J/_old 2013-01-22 22:21:38.000000000 +0100 +++ /var/tmp/diff_new_pack.2MCq0J/_new 2013-01-22 22:21:38.000000000 +0100 @@ -16,7 +16,7 @@ # Name: fcitx-m17n -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: M17N engine for fcitx Group: System/I18n/Chinese ++++++ fcitx-m17n-0.1.3.tar.bz2 -> fcitx-m17n-0.1.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/config.c new/fcitx-m17n-0.1.4/im/config.c --- old/fcitx-m17n-0.1.3/im/config.c 2012-09-30 03:09:32.000000000 +0200 +++ new/fcitx-m17n-0.1.4/im/config.c 2013-01-20 16:41:20.000000000 +0100 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc. + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "fcitx-m17n.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/default new/fcitx-m17n-0.1.4/im/default --- old/fcitx-m17n-0.1.3/im/default 2012-09-30 03:09:32.000000000 +0200 +++ new/fcitx-m17n-0.1.4/im/default 2013-01-20 16:41:20.000000000 +0100 @@ -5,7 +5,7 @@ hi:*:2 kn:*:2 ks:*:2 -mai:*2 +mai:*:2 ml:*:2 mr:*:2 ne:*:2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/fcitx-m17n.c new/fcitx-m17n-0.1.4/im/fcitx-m17n.c --- old/fcitx-m17n-0.1.3/im/fcitx-m17n.c 2012-09-30 03:09:32.000000000 +0200 +++ new/fcitx-m17n-0.1.4/im/fcitx-m17n.c 2013-01-20 16:41:20.000000000 +0100 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc. + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" @@ -410,10 +410,10 @@ FcitxIRV FcitxM17NDoInputInternal(IM* im, FcitxKeySym sym, unsigned state) { FcitxInstance* inst = im->owner->owner; - FcitxInputState* is = FcitxInstanceGetInputState(inst); + // FcitxInputState* is = FcitxInstanceGetInputState(inst); FcitxInputContext* ic = FcitxInstanceGetCurrentIC(inst); - MSymbol msym = KeySymToSymbol(FcitxInputStateGetKeySym(is), FcitxInputStateGetKeyState(is)); + MSymbol msym = KeySymToSymbol(sym, state); if (msym == Mnil) { FcitxLog(DEBUG, "sym=%x, state=%x, not my dish", sym, state); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/fcitx-m17n.h new/fcitx-m17n-0.1.4/im/fcitx-m17n.h --- old/fcitx-m17n-0.1.3/im/fcitx-m17n.h 2012-09-30 03:09:32.000000000 +0200 +++ new/fcitx-m17n-0.1.4/im/fcitx-m17n.h 2013-01-20 16:41:20.000000000 +0100 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc. + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __FCITX_M17N_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-m17n-0.1.3/im/keysymname.c new/fcitx-m17n-0.1.4/im/keysymname.c --- old/fcitx-m17n-0.1.3/im/keysymname.c 2012-09-30 03:09:32.000000000 +0200 +++ new/fcitx-m17n-0.1.4/im/keysymname.c 2013-01-20 16:41:20.000000000 +0100 @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the -* Free Software Foundation, Inc., 59 Temple Place - Suite 330, -* Boston, MA 02111-1307, USA. +* Free Software Foundation, Inc. +* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ /* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
