head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.0.8 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.4 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.2 pkgsrc-2010Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2011.12.04.12.40.42; author obache; state dead; branches; next 1.1; 1.1 date 2010.12.24.12.32.05; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update ibus-chewing to 1.3.10. [Changes] - Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: g_atomic_int_get: Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) using patch from Scott Tsai - Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell - Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing issue 2) - Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, GitHub ibus-chewing issue 4) - Depends on cmake-fedora now. - Fixed issue 1274, which is addressed by yusake's comments on d9009bf. - Add compile flag for GNOME3. - Add command line option: showFlags - ibus-gnome special symbol - Thanks Fred Chien's patch against that candidate window cannot be closed with escape key since selected tone. - Thanks Fourdollar's patch for Fix plain zhuyin with space as selection problem. - Remove support for ibus-1.2 and prior. @ text @$NetBSD: patch-aa,v 1.1 2010/12/24 12:32:05 obache Exp $ "-m" option for grep is not portable. --- Modules/ManageVersion.cmake.orig 2010-11-19 02:41:24.000000000 +0000 +++ Modules/ManageVersion.cmake @@@@ -31,7 +31,7 @@@@ IF(NOT DEFINED _MANAGE_VERSION_CMAKE_) INCLUDE(ManageVariable) MACRO(LOAD_RELEASE_FILE releaseFile) - COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n -m 1 ${releaseFile}) + COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n ${releaseFile}) SET(RELEASE_FILE ${releaseFile}) #MESSAGE("_grep_line=|${_grep_line}|") IF("${_grep_line}" STREQUAL "") @ 1.1 log @"-m 1" option for grep is not portable, removed it. The matching pattern should be only once, so no changes will be happend. @ text @d1 1 a1 1 $NetBSD$ @