Hello community,

here is the log from the commit of package scim-anthy for openSUSE:Factory 
checked in at 2013-09-26 07:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scim-anthy (Old)
 and      /work/SRC/openSUSE:Factory/.scim-anthy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scim-anthy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim-anthy/scim-anthy.changes    2012-09-14 
12:37:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scim-anthy.new/scim-anthy.changes       
2013-09-26 07:19:08.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 25 08:58:10 UTC 2013 - co...@suse.com
+
+- Add remove-intl.patch: fix build for factory by removing intl.
+
+-------------------------------------------------------------------

New:
----
  remove-intl.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scim-anthy.spec ++++++
--- /var/tmp/diff_new_pack.7ihHaC/_old  2013-09-26 07:19:08.000000000 +0200
+++ /var/tmp/diff_new_pack.7ihHaC/_new  2013-09-26 07:19:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-anthy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -33,8 +33,10 @@
 Source1:        icons.tar.gz
 Patch3:         %{name}-gtk3-abuild.patch
 Patch355863:    bnc355863-add-Eisu_toggle-to-default-keybindings.patch
+Patch4:         remove-intl.patch
 BuildRequires:  anthy-devel
 BuildRequires:  gcc-c++
+BuildRequires:  gettext-tools
 BuildRequires:  libtool
 BuildRequires:  scim-devel
 BuildRequires:  update-desktop-files
@@ -53,6 +55,7 @@
 cp -r icons/* data/
 %endif
 %patch355863 -p1
+%patch4 -p1
 
 %build
 libtoolize --force

++++++ remove-intl.patch ++++++
Index: scim-anthy-1.2.7/configure.ac
===================================================================
--- scim-anthy-1.2.7.orig/configure.ac
+++ scim-anthy-1.2.7/configure.ac
@@ -156,7 +156,6 @@ AC_SUBST(SCIM_ANTHY_DATADIR)
         
 AC_CONFIG_FILES([
 Makefile
-intl/Makefile
 po/Makefile.in
 m4/Makefile
 src/Makefile
Index: scim-anthy-1.2.7/Makefile.am
===================================================================
--- scim-anthy-1.2.7.orig/Makefile.am
+++ scim-anthy-1.2.7/Makefile.am
@@ -15,7 +15,7 @@
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-SUBDIRS = intl po m4  src data
+SUBDIRS = po m4  src data
 
 ACLOCAL_AMFLAGS = -I m4
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to