rpms/esound/devel remove-confusing-spew.patch, NONE, 1.1 esound.spec, 1.39, 1.40

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Sep 19 12:48:19 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/esound/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29471

Modified Files:
	esound.spec 
Added Files:
	remove-confusing-spew.patch 
Log Message:
remove confusing spew


remove-confusing-spew.patch:

--- NEW FILE remove-confusing-spew.patch ---
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);
        }
 


Index: esound.spec
===================================================================
RCS file: /cvs/extras/rpms/esound/devel/esound.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- esound.spec	24 Aug 2007 12:22:53 -0000	1.39
+++ esound.spec	19 Sep 2007 12:47:46 -0000	1.40
@@ -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 @@
 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 @@
 %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 @@
 %{_mandir}/man1/esd-config.1.gz
 
 %changelog
+* Wed Sep 19 2007 Matthias Clasen <mclasen at redhat.com> - 1:0.2.38-5
+- Don't spew confusing warnings to stdout 
+
 * Fri Aug 24 2007 Adam Jackson <ajax at redhat.com> - 1:0.2.38-4
 - Rebuild for build ID
 




More information about the fedora-extras-commits mailing list