Hello community,

here is the log from the commit of package stardict-tools for openSUSE:Factory
checked in at Mon Sep 26 10:36:46 CEST 2011.



--------
--- stardict-tools/stardict-tools.changes       2009-06-19 11:07:16.000000000 
+0200
+++ /mounts/work_src_done/STABLE/stardict-tools/stardict-tools.changes  
2011-09-25 18:14:11.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 25 16:13:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build by linking with libz as well. 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ stardict-tools.spec ++++++
--- /var/tmp/diff_new_pack.JEkPe0/_old  2011-09-26 10:36:42.000000000 +0200
+++ /var/tmp/diff_new_pack.JEkPe0/_new  2011-09-26 10:36:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package stardict-tools (Version 3.0.1)
+# spec file for package stardict-tools
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -64,9 +64,7 @@
 %patch3
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
+autoreconf -fiv
 %configure --with-pic --disable-static
 %{__make} %{?jobs:-j%jobs}
 


++++++ stardict-tools-3.0.1-gcc44.patch ++++++
--- /var/tmp/diff_new_pack.JEkPe0/_old  2011-09-26 10:36:42.000000000 +0200
+++ /var/tmp/diff_new_pack.JEkPe0/_new  2011-09-26 10:36:42.000000000 +0200
@@ -1,5 +1,3 @@
-Index: src/bgl2txt.cpp
-===================================================================
 --- src/bgl2txt.cpp.orig
 +++ src/bgl2txt.cpp
 @@ -1,3 +1,4 @@
@@ -7,8 +5,6 @@
  #include <cstring>
  #include "libbgl2txt.h"
  
-Index: src/KangXi.cpp
-===================================================================
 --- src/KangXi.cpp.orig
 +++ src/KangXi.cpp
 @@ -57,7 +57,7 @@ void parse_line(const char *line)
@@ -20,8 +16,6 @@
        p = strchr(line, '\t');
        if (!p) {
                g_print("Error: %s\n", line);
-Index: src/Unihan.cpp
-===================================================================
 --- src/Unihan.cpp.orig
 +++ src/Unihan.cpp
 @@ -58,7 +58,7 @@ void parse_line(const char *line)
@@ -42,3 +36,39 @@
        if (!p) {
                g_print("Error: %s\n", line);
                return;
+--- configure.in.orig
++++ configure.in
+@@ -7,11 +7,12 @@ AC_CONFIG_SRCDIR([src/stardict-editor.cp
+ AM_INIT_AUTOMAKE([dist-bzip2])
+ AC_CONFIG_HEADER([config.h])
+ 
+-AM_PROG_LIBTOOL
+-
+ # Checks for programs.
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
+ AC_PROG_CXX
++AM_PROG_LIBTOOL
+ 
+ # Checks for libraries.
+ 
+@@ -27,16 +28,10 @@ PKG_CHECK_MODULES(STARDICT, $DEP_MODULES
+ 
+ STARDICT_CFLAGS="-Wall $STARDICT_CFLAGS"
+ 
+-LFS_CFLAGS=`getconf LFS_CFLAGS`
+-LFS_LDFLAGS=`getconf LFS_LDFLAGS`
+-LFS_LIBS=`getconf LFS_LIBS`
+-AC_SUBST(LFS_CFLAGS)
+-AC_SUBST(LFS_LDFLAGS)
+-AC_SUBST(LFS_LIBS)
+-
+ dnl For src/dsl2dict.c
+ PKG_CHECK_MODULES(DSL2DICT, libpcre)
+ 
++AC_SEARCH_LIBS(gzclose, z)
+ 
+ AC_OUTPUT([
+ Makefile


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to