Hello community, here is the log from the commit of package esound for openSUSE:Factory checked in at Wed Sep 28 14:06:42 CEST 2011.
-------- --- esound/esound.changes 2011-09-19 00:52:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/esound/esound.changes 2011-09-28 11:19:16.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 28 09:18:11 UTC 2011 - [email protected] + +- Add esound-link-libm.patch: Link esd against libm to fix build on + Factory. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- esound-link-libm.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ esound.spec ++++++ --- /var/tmp/diff_new_pack.rteHQ2/_old 2011-09-28 14:06:35.000000000 +0200 +++ /var/tmp/diff_new_pack.rteHQ2/_new 2011-09-28 14:06:35.000000000 +0200 @@ -35,6 +35,7 @@ # PATCH-FIX-UPSTREAM esound-esddsp-no-version-info.patch bgo545534 [email protected] -- move non-standard library to a separate directory Patch5: esound-esddsp-no-version-info.patch Patch6: esound-0.2.41-no_dev_random.patch +Patch7: esound-link-libm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libesd0 = %{version} @@ -107,6 +108,7 @@ %patch1 %patch5 -p1 %patch6 +%patch7 -p1 %build autoreconf -f -i ++++++ esound-link-libm.patch ++++++ Index: esound-0.2.41/Makefile.am =================================================================== --- esound-0.2.41.orig/Makefile.am +++ esound-0.2.41/Makefile.am @@ -126,7 +126,7 @@ esdplay_SOURCES = \ LDADD = libesd.la $(AUDIOFILE_LIBS) -esd_LDADD = $(WRAP_LIB) $(LDADD) +esd_LDADD = $(WRAP_LIB) $(LDADD) -lm m4datadir = $(datadir)/aclocal m4data_DATA = esd.m4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
