Hello community,

here is the log from the commit of package canna for openSUSE:Factory checked 
in at 2012-05-31 17:02:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/canna (Old)
 and      /work/SRC/openSUSE:Factory/.canna.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "canna", Maintainer is "lzw...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/canna/canna.changes      2012-03-20 
11:26:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.canna.new/canna.changes 2012-05-31 
17:02:52.000000000 +0200
@@ -1,0 +2,12 @@
+Tue May 29 16:16:56 UTC 2012 - jeng...@inai.de
+
+- Enable parallel build
+- Adjust directory name to source config.guess/sub from
+  to be a /little/ more future proof.
+
+-------------------------------------------------------------------
+Tue May 29 13:50:16 UTC 2012 - pu...@suse.com
+
+- fix build with automake-1.12 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ canna.spec ++++++
--- /var/tmp/diff_new_pack.n7wpo6/_old  2012-05-31 17:02:54.000000000 +0200
+++ /var/tmp/diff_new_pack.n7wpo6/_new  2012-05-31 17:02:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package canna
 #
-# Copyright (c) 2011 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,12 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           canna
+BuildRequires:  automake
+BuildRequires:  gcc
 BuildRequires:  ncurses-devel
 BuildRequires:  pwdutils
 BuildRequires:  termcap
 BuildRequires:  xorg-x11-devel
-BuildRequires:  automake
 PreReq:         /usr/sbin/useradd /bin/rm %insserv_prereq %fillup_prereq
 PreReq:         sysvinit(network)
 #BuildPrereq:  termcap
@@ -118,7 +120,8 @@
 %package -n canna-devel
 Summary:        Libraries of Canna
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}, %{name}-libs = %{version}
+Requires:       %{name} = %{version}
+Requires:       %{name}-libs = %{version}
 Provides:       cannadev
 Obsoletes:      cannadev
 #Summary(ja): Canna ユーザインタフェースレベルのライブラリ
@@ -160,14 +163,15 @@
 
 %build
 xmkmf 
-make Makefile
-make CDEBUGFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" 
CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" canna                 
+# parallel make does not work in some stages
+make -j1 Makefile
+make -j1 CDEBUGFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" 
CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" canna
 pushd canuum
-    cp /usr/share/automake-1.11/config.* .
+    cp /usr/share/automake*/config.{guess,sub} .
     export CDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
     export CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
     xmkmf -a
-    make CDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" 
CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+    make %{?_smp_mflags} CDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" 
CXXDEBUGFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 popd
 
 %install

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

Reply via email to