diff --git a/esound.spec b/esound.spec index 2edb95e..acd0745 100644 --- a/esound.spec +++ b/esound.spec @@ -2,7 +2,7 @@ Summary: Allows several audio streams to play on a single audio device Name: esound Version: 0.2.38 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: LGPL URL: ftp://ftp.gnome.org/pub/GNOME/sources/esound @@ -15,6 +15,7 @@ Patch3: esound-multilib.patch Patch4: esound-0.2.38-drain.patch Patch5: esound-0.2.38-multi-user.patch Patch6: esound-0.2.38-fix-open-macro.patch +Patch7: remove-confusing-spew.patch BuildRequires: docbook-utils BuildRequires: audiofile-devel BuildRequires: alsa-lib-devel @@ -70,6 +71,7 @@ other resources needed to develop EsounD applications. %patch4 -p1 -b .drain-race %patch5 -p1 -b .multi-user %patch6 -p1 -b .open-macro +%patch7 -p1 -b .spew %build %configure --disable-static @@ -132,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/esd-config.1.gz %changelog +* Wed Sep 19 2007 Matthias Clasen - 1:0.2.38-5 +- Don't spew confusing warnings to stdout + * Fri Aug 24 2007 Adam Jackson - 1:0.2.38-4 - Rebuild for build ID diff --git a/remove-confusing-spew.patch b/remove-confusing-spew.patch new file mode 100644 index 0000000..ac46cb9 --- /dev/null +++ b/remove-confusing-spew.patch @@ -0,0 +1,11 @@ +diff -up esound-0.2.38/esdlib.c.spew esound-0.2.38/esdlib.c +--- esound-0.2.38/esdlib.c.spew 2007-04-19 10:43:59.000000000 -0400 ++++ esound-0.2.38/esdlib.c 2007-09-19 08:45:44.000000000 -0400 +@@ -479,7 +479,6 @@ esd_connect_tcpip(const char *host) + strcpy ( connect_host, "localhost" ); + + if ( getaddrinfo ( connect_host, NULL, &hints, &result ) != 0 ) { +- printf ("Usage:program_name [address][:port]"); + return (-1); + } +