1xx
itsan****@gmail*****
2013年 8月 8日 (木) 20:50:19 JST
2013年8月5日 4:07 Tomoki AONO <aono****@cc*****>: > FreeWnnの新たなアルファ版である1.1.1-a022をリリースします。 > 開発速度は相当落ちて、前回のアルファ版から7年8か月経ってしまいました。 > > よろしければ、お試しいただきますようお願いします。 releaseされた1.1.1-a022を使って openSUSE上で動く野良rpmを作ってみました。 https://build.opensuse.org/package/show/home:Mitsutoshi:branches:M17N/fwnn 現在testとreviewをお願いしている最中です。 https://bugzilla.novell.com/show_bug.cgi?id=830533#c6 http://lists.opensuse.org/opensuse-ja/2013-08/msg00010.html rpmを作っている最中にpatchを幾つかあてたのですが、 その中で使えそうなpatchをご紹介しておきます。 お役にたてたら幸いです。 パッチの一覧と、当てる順番は https://build.opensuse.org/package/view_file/home:Mitsutoshi:branches:M17N/fwnn/fwnn.spec?expand=1 を参照してください。 FreeWnn-sighandler.patch: https://build.opensuse.org/package/view_file/home:Mitsutoshi:branches:M17N/fwnn/FreeWnn-sighandler.patch?expand=1 jserverがsignalを受け取った時に、signalの種類によって exit statusを変更するpatchです。 個人的には_exit(-1)ではなく_exit(255)であるべきだと思うのですが、 修正を忘れていました。すいません。 FreeWnn-1.1.1-a022.dif: 関数の引数の型に必要に応じてconst修飾子が付加されています。 関数へのポインタの方宣言がより厳密になっています。 不適切なcastが修正されています。 FreeWnn-s390x.patch: https://build.opensuse.org/package/view_file/home:Mitsutoshi:branches:M17N/fwnn/FreeWnn-s390x.patch?expand=1 幾つかの変数の型が変更されています。 FreeWnn-warnings.patch: https://build.opensuse.org/package/view_file/home:Mitsutoshi:branches:M17N/fwnn/FreeWnn-warnings.patch?expand=1 WNN_CREATEにcastが付加されています。 FreeWnn-include.patch: https://build.opensuse.org/package/view_file/home:Mitsutoshi:branches:M17N/fwnn/FreeWnn-include.patch?expand=1 <string.h>, <unistd.h>が付加されています。 FreeWnn-prototypes.patch: prototype宣言が追加されています。 -- 1xx <ItSAN****@gmail*****> <https://twitter.com/ItSANgo> <http://d.hatena.ne.jp/Itisango/>