Hello community, here is the log from the commit of package scim-hangul for openSUSE:Factory checked in at 2012-03-26 11:07:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scim-hangul (Old) and /work/SRC/openSUSE:Factory/.scim-hangul.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scim-hangul", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/scim-hangul/scim-hangul.changes 2011-09-23 12:45:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.scim-hangul.new/scim-hangul.changes 2012-03-26 11:07:49.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Mar 24 14:16:03 UTC 2012 - [email protected] + +- Add scim-hangul-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- scim-hangul-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-hangul.spec ++++++ --- /var/tmp/diff_new_pack.lldFJz/_old 2012-03-26 11:07:50.000000000 +0200 +++ /var/tmp/diff_new_pack.lldFJz/_new 2012-03-26 11:07:50.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package scim-hangul (Version 0.3.2) +# spec file for package scim-hangul # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %if %suse_version > 1120 %bcond_with skim @@ -24,15 +23,16 @@ %endif Name: scim-hangul -BuildRequires: gcc-c++ gtk2-devel libhangul-devel scim-devel +BuildRequires: gcc-c++ +BuildRequires: gtk2-devel +BuildRequires: libhangul-devel +BuildRequires: scim-devel %if %{with skim} -BuildRequires: kdelibs3-devel skim +BuildRequires: kdelibs3-devel +BuildRequires: skim %endif Version: 0.3.2 -Release: 108 -License: GPL-2.0+ -Group: System/I18n/Korean -AutoReqProv: on +Release: 0 Provides: locale(scim:ko) Url: http://www.scim-im.org/ # CVS repository: @@ -42,8 +42,11 @@ Patch0: build-fix.patch Patch1: mkinstalldirs.patch Patch2: missing-includes.patch +Patch3: scim-hangul-gcc47.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Hangul Input Method Engine for SCIM +License: GPL-2.0+ +Group: System/I18n/Korean %description Hangul Input Method Engine for SCIM @@ -51,7 +54,6 @@ %if %{with skim} %package -n scim-hangul-skim -License: GPL-2.0+ Summary: skim setup module for scim-hangul Group: System/I18n/Korean Requires: %{name} = %{version} @@ -68,6 +70,7 @@ %patch0 -p0 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %if %{with skim} cp skim/admin/mkinstalldirs . %endif ++++++ scim-hangul-gcc47.patch ++++++ Index: scim-hangul-0.3.2/src/scim_hangul_imengine.cpp =================================================================== --- scim-hangul-0.3.2.orig/src/scim_hangul_imengine.cpp +++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp @@ -33,6 +33,7 @@ #include <config.h> #endif +#include <unistd.h> #include <string.h> #include <scim.h> #include "scim_hangul_imengine.h" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
