rpms/liblo/devel liblo-fix-send.c.patch, NONE, 1.1 liblo.spec, 1.4, 1.5

Anthony Green (green) fedora-extras-commits at redhat.com
Sat Sep 9 01:40:31 UTC 2006


Author: green

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

Modified Files:
	liblo.spec 
Added Files:
	liblo-fix-send.c.patch 
Log Message:
Add patch.


liblo-fix-send.c.patch:

--- NEW FILE liblo-fix-send.c.patch ---
--- src/send.c~	2006-01-26 07:00:28.000000000 -0800
+++ src/send.c	2006-09-08 17:52:32.000000000 -0700
@@ -373,7 +373,7 @@
 	if ((ret = getaddrinfo(a->host, a->port, &hints, &ai))) {
 	    a->errnum = ret;
 	    a->errstr = gai_strerror(ret);
-	    freeaddrinfo(ai);
+	    // freeaddrinfo(ai);
 	    a->ai = NULL;
 	    return -1;
 	}


Index: liblo.spec
===================================================================
RCS file: /cvs/extras/rpms/liblo/devel/liblo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- liblo.spec	9 Sep 2006 01:38:17 -0000	1.4
+++ liblo.spec	9 Sep 2006 01:40:31 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:      Open Sound Control library
 Name:         liblo
 Version:      0.23
-Release:      8%{?dist}
+Release:      9%{?dist}
 License:      GPL
 Group:        System Environment/Libraries
 URL:          http://liblo.sourceforge.net
@@ -64,7 +64,7 @@
 %{_mandir}/man3/*
 
 %changelog
-* Fri Sep  8 2006 Anthony Green <green at redhat.com> 0.23-8
+* Fri Sep  8 2006 Anthony Green <green at redhat.com> 0.23-9
 - Add liblo-fix-send.c.patch.
 
 * Mon Sep  4 2006 Anthony Green <green at redhat.com> 0.23-7




More information about the fedora-extras-commits mailing list