Hello community,

here is the log from the commit of package dssi for openSUSE:Factory
checked in at Tue Aug 30 10:17:56 CEST 2011.



--------
--- dssi/dssi.changes   2010-09-22 10:52:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/dssi/dssi.changes      2011-08-30 
02:46:35.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 30 00:45:52 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix linking with new toolchain. 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  dssi-linking.patch

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

Other differences:
------------------
++++++ dssi.spec ++++++
--- /var/tmp/diff_new_pack.5OPDn0/_old  2011-08-30 10:17:27.000000000 +0200
+++ /var/tmp/diff_new_pack.5OPDn0/_new  2011-08-30 10:17:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dssi (Version 1.1.0)
+# spec file for package dssi
 #
-# Copyright (c) 2010 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
@@ -22,11 +22,12 @@
 BuildRequires:  alsa-devel gcc-c++ ladspa-devel libjack-devel liblo-devel 
libsndfile-devel pkg-config
 Summary:        Disposable Soft Synth Interface
 Version:        1.1.0
-Release:        1
+Release:        5
 License:        GPLv2+ ; LGPLv2.1+ ; Public Domain, Freeware
 Group:          Development/Libraries/C and C++
 Source:         %{name}-%{version}.tar.bz2
 Patch:          dssi-add-missing-closedir.diff
+Patch1:         dssi-linking.patch
 Url:            http://dssi.sf.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -58,9 +59,11 @@
 %prep
 %setup -q
 %patch -p1
+%patch1
 
 %build
-autoreconf -fi
+mkdir m4
+autoreconf -fiv
 %configure
 make
 

++++++ dssi-linking.patch ++++++
--- configure.ac.orig
+++ configure.ac
@@ -3,10 +3,14 @@ dnl Process this file with autoconf to p
 AC_INIT(DSSI, 1.1.0, dssi-de...@lists.sourceforge.net)
 
 AC_CONFIG_SRCDIR(dssi/dssi.h)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(foreign)
+AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+AM_PROG_CC_C_O
 AC_PROG_CXX
 AC_ENABLE_STATIC(no)
 AC_ENABLE_SHARED(yes)
@@ -27,6 +31,9 @@ fi
 AC_SUBST(ALSA_CFLAGS)
 AC_SUBST(ALSA_LIBS)
 
+AC_SEARCH_LIBS(sin, m)
+AC_SEARCH_LIBS(dlopen, dl)
+
 dnl Check for liblo
 PKG_CHECK_MODULES(LIBLO, liblo >= 0.12, with_liblo=yes, with_liblo=no)
 AC_SUBST(LIBLO_CFLAGS)
--- Makefile.am.orig
+++ Makefile.am
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS = jack-dssi-host examples tests
 
 EXTRA_DIST = \

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



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