rpms/rhythmbox/devel soup24.patch,1.4,1.5

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Feb 6 09:57:25 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23342

Modified Files:
	soup24.patch 
Log Message:
Fix backport


soup24.patch:

Index: soup24.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/soup24.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- soup24.patch	6 Feb 2008 01:07:58 -0000	1.4
+++ soup24.patch	6 Feb 2008 09:57:18 -0000	1.5
@@ -335,7 +335,7 @@
  	SoupMessage *msg;
  
  	msg = soup_message_new (post_data == NULL ? "GET" : "POST", url);
-+	soup_message_headers_append (msg->request_headers, "User-Agent", USER_AGENT);
++	soup_message_headers_append (msg->request_headers, "User-Agent", "Rhythmbox/" VERSION);
  
  	if (post_data != NULL) {
  		rb_debug ("Submitting to Audioscrobbler: %s", post_data);
@@ -438,7 +438,7 @@
  {
  	SoupMessage *msg;
  	msg = soup_message_new ("GET", url);
-+	soup_message_headers_append (msg->request_headers, "User-Agent", USER_AGENT);
++	soup_message_headers_append (msg->request_headers, "User-Agent", "Rhythmbox/" VERSION);
  
  	if (msg == NULL)
  		return;




More information about the fedora-extras-commits mailing list