Hello community, here is the log from the commit of package lash for openSUSE:Factory checked in at Wed Sep 21 17:09:12 CEST 2011.
-------- --- lash/lash.changes 2011-05-26 11:57:38.000000000 +0200 +++ /mounts/work_src_done/STABLE/lash/lash.changes 2011-09-19 21:24:16.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 19 19:23:53 UTC 2011 - [email protected] + +- Link with libm as well. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- lash-add-needed.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lash.spec ++++++ --- /var/tmp/diff_new_pack.gKrlGS/_old 2011-09-21 17:09:07.000000000 +0200 +++ /var/tmp/diff_new_pack.gKrlGS/_new 2011-09-21 17:09:07.000000000 +0200 @@ -34,6 +34,7 @@ Patch1: lash-implicit-fortify-decl.patch Patch2: lash-info-entry.diff Patch3: lash-swig-2x.patch +Patch4: lash-add-needed.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires @@ -55,6 +56,7 @@ %patch1 -p1 %patch2 -p1 %patch3 +%patch4 %build ./autogen.sh ++++++ lash-add-needed.patch ++++++ --- configure.ac.orig +++ configure.ac @@ -6,7 +6,9 @@ AM_ACLOCAL_INCLUDE([m4]) ### Check for programs ### AC_LANG([C]) -AC_PROG_CC +AC_PROG_CC_STDC +AC_USE_SYSTEM_EXTENSIONS +AC_SYS_LARGEFILE AC_PROG_LIBTOOL ################# @@ -31,6 +33,7 @@ AC_SUBST(JACK_LIBS) AC_DEFINE_UNQUOTED(JACK_VERSION, "$JACK_VERSION", [The version of jack we're compiling against]) PC_REQUIRES="jack" +AC_SEARCH_LIBS(sin, m) ############ ### ALSA ### ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
