Hello community, here is the log from the commit of package scim-anthy checked in at Thu Apr 26 15:41:53 CEST 2007. -------- --- scim-anthy/scim-anthy.changes 2006-10-28 23:22:28.000000000 +0200 +++ /mounts/work_src_done/STABLE/scim-anthy/scim-anthy.changes 2007-04-26 15:09:28.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 26 15:08:58 CEST 2007 - mfabian@suse.de + +- update to 1.2.2. + • Fix a bug that a wrong partial string is converted on direct + kana conversion after commiting a piece of segments. + +------------------------------------------------------------------- Old: ---- scim-anthy-1.2.1.tar.bz2 New: ---- scim-anthy-1.2.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-anthy.spec ++++++ --- /var/tmp/diff_new_pack.v13320/_old 2007-04-26 15:41:39.000000000 +0200 +++ /var/tmp/diff_new_pack.v13320/_new 2007-04-26 15:41:39.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package scim-anthy (Version 1.2.1) +# spec file for package scim-anthy (Version 1.2.2) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,14 +12,14 @@ Name: scim-anthy BuildRequires: anthy-devel gcc-c++ gtk2-devel scim-devel update-desktop-files -Version: 1.2.1 -Release: 11 +Version: 1.2.2 +Release: 1 License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/I18n/Japanese Autoreqprov: on Provides: locale(scim:ja) URL: http://sourceforge.jp/projects/scim-imengine/ -Source0: http://osdn.dl.sourceforge.jp/scim-imengine/21967/scim-anthy-1.2.1.tar.bz2 +Source0: http://osdn.dl.sourceforge.jp/scim-imengine/22709/scim-anthy-1.2.2.tar.bz2 Patch1: libtool-autoconf.patch Patch2: fix-build-with-scim-1.4.5.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -82,7 +82,11 @@ %dir %{_datadir}/scim/Anthy/ %{_datadir}/scim/Anthy/* -%changelog -n scim-anthy +%changelog +* Thu Apr 26 2007 - mfabian@suse.de +- update to 1.2.2. + • Fix a bug that a wrong partial string is converted on direct + kana conversion after commiting a piece of segments. * Sat Oct 28 2006 - meissner@suse.de - added missing \ for optflags. * Thu Oct 12 2006 - mfabian@suse.de ++++++ scim-anthy-1.2.1.tar.bz2 -> scim-anthy-1.2.2.tar.bz2 ++++++ ++++ 4039 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/scim-anthy-1.2.1/ChangeLog new/scim-anthy-1.2.2/ChangeLog --- old/scim-anthy-1.2.1/ChangeLog 2006-09-29 02:57:24.000000000 +0200 +++ new/scim-anthy-1.2.2/ChangeLog 2006-11-13 03:42:32.000000000 +0100 @@ -1,3 +1,13 @@ +2006-11-14 Takuro Ashie <ashie@homa.ne.jp> + + * configure.ac; Version-1.2.2. + +2006-10-30 Takuro Ashie <ashie@homa.ne.jp> + + * src/scim_anthy_conversion.cpp: Fix a bug that a wrong partial string + is converted on direct kana conversion after commiting a piece of + segments. + 2006-09-29 Takuro Ashie <ashie@homa.ne.jp> * configure.ac: Version-1.2.1. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/scim-anthy-1.2.1/configure.ac new/scim-anthy-1.2.2/configure.ac --- old/scim-anthy-1.2.1/configure.ac 2006-09-25 10:59:53.000000000 +0200 +++ new/scim-anthy-1.2.2/configure.ac 2006-11-13 03:41:26.000000000 +0100 @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(scim-anthy, 1.2.1, ashie@homa.ne.jp) +AC_INIT(scim-anthy, 1.2.2, ashie@homa.ne.jp) AC_CONFIG_SRCDIR([configure.ac]) # Save this value here, since automake will set cflags and cxxflags later @@ -10,7 +10,7 @@ SCIM_ANTHY_MAJOR_VERSION=1 SCIM_ANTHY_MINOR_VERSION=2 -SCIM_ANTHY_MICRO_VERSION=1 +SCIM_ANTHY_MICRO_VERSION=2 SCIM_ANTHY_VERSION=$SCIM_ANTHY_MAJOR_VERSION.$SCIM_ANTHY_MINOR_VERSION.$SCIM_ANTHY_MICRO_VERSION diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/scim-anthy-1.2.1/missing new/scim-anthy-1.2.2/missing --- old/scim-anthy-1.2.1/missing 2005-06-08 16:12:57.000000000 +0200 +++ new/scim-anthy-1.2.2/missing 2006-10-30 05:27:59.000000000 +0100 @@ -1,9 +1,9 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2004-09-07.08 +scriptversion=2005-06-08.21 -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004 +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. @@ -19,8 +19,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -87,12 +87,12 @@ yacc create \`y.tab.[ch]', if possible, from existing .[ch] Send bug reports to <bug-automake@gnu.org>." - exit 0 + exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" - exit 0 + exit $? ;; -*) @@ -288,11 +288,18 @@ call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then - file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` - fi + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 touch $file ;; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/scim-anthy-1.2.1/NEWS new/scim-anthy-1.2.2/NEWS --- old/scim-anthy-1.2.1/NEWS 2006-09-29 02:57:55.000000000 +0200 +++ new/scim-anthy-1.2.2/NEWS 2006-10-30 06:28:48.000000000 +0100 @@ -1,3 +1,8 @@ +Overview of Changes from scim-anthy-1.2.1 to scim-anthy-1.2.2 +============================================================== +* Fix a bug that a wrong partial string is converted on direct kana conversion + after commiting a piece of segments. + Overview of Changes from scim-anthy-1.2.0 to scim-anthy-1.2.1 ============================================================== * Fix a problem that the romaji pending state aren't restored on pressing a Files old/scim-anthy-1.2.1/po/ja.gmo and new/scim-anthy-1.2.2/po/ja.gmo differ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/scim-anthy-1.2.1/po/ja.po new/scim-anthy-1.2.2/po/ja.po --- old/scim-anthy-1.2.1/po/ja.po 2006-09-25 11:12:49.000000000 +0200 +++ new/scim-anthy-1.2.2/po/ja.po 2006-11-13 03:44:36.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: anthy\n" "Report-Msgid-Bugs-To: ashie@homa.ne.jp\n" -"POT-Creation-Date: 2006-09-25 18:12+0900\n" +"POT-Creation-Date: 2006-10-30 13:30+0900\n" "PO-Revision-Date: 2006-02-14 10:50+0900\n" "Last-Translator: Takuro Ashie <ashie@homa.ne.jp>\n" "Language-Team: Japanese <ja@li.org>\n" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/scim-anthy-1.2.1/src/scim_anthy_conversion.cpp new/scim-anthy-1.2.2/src/scim_anthy_conversion.cpp --- old/scim-anthy-1.2.1/src/scim_anthy_conversion.cpp 2006-07-24 03:54:12.000000000 +0200 +++ new/scim-anthy-1.2.2/src/scim_anthy_conversion.cpp 2006-10-30 06:10:51.000000000 +0100 @@ -362,7 +362,7 @@ // character position of the head of segment. unsigned int real_seg_start = 0; - for (int i = 0; i < m_start_id + segment_id; i++) { + for (int i = m_start_id; i < m_start_id + segment_id; i++) { struct anthy_segment_stat seg_stat; anthy_get_segment_stat (m_anthy_context, i, &seg_stat); real_seg_start += seg_stat.seg_len; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de