Hello community,

here is the log from the commit of package gnome-user-share for 
openSUSE:Factory checked in at 2011-11-29 12:52:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-user-share (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-user-share.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-user-share", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-user-share/gnome-user-share.changes        
2011-10-28 19:43:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-user-share.new/gnome-user-share.changes   
2011-11-29 12:52:13.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 27 20:02:23 UTC 2011 - [email protected]
+
+- Add gnome-user-share-includes.patch: Include string.h to have
+  strcmp defined.
+
+-------------------------------------------------------------------

New:
----
  gnome-user-share-includes.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-user-share.spec ++++++
--- /var/tmp/diff_new_pack.LGHS2L/_old  2011-11-29 12:52:14.000000000 +0100
+++ /var/tmp/diff_new_pack.LGHS2L/_new  2011-11-29 12:52:14.000000000 +0100
@@ -24,6 +24,8 @@
 License:        GPLv2+
 Group:          Productivity/Networking/File-Sharing
 Source:         
http://download.gnome.org/sources/gnome-user-share/3.0/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-user-share-includes.patch bgo#664929 
[email protected] -- Include string.h in order to have strcmp defined.
+Patch0:         gnome-user-share-includes.patch
 # PATCH-FIX-OPENSUSE gnome-user-share-soft-dep-apache.patch [email protected] 
-- Hide apache option in the UI if it's not available
 Patch3:         gnome-user-share-soft-dep-apache.patch
 Url:            http://www.gnome.org/
@@ -67,6 +69,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 %patch3 -p1
 
 %build

++++++ gnome-user-share-includes.patch ++++++
>From 7531029125b292fa4843bd3e253b3b18a60806eb Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
Date: Sun, 27 Nov 2011 21:01:18 +0100
Subject: [PATCH] Include string.h in order to have strcmp defined.

---
 src/user_share-common.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/user_share-common.c b/src/user_share-common.c
index 31389eb..614ffb1 100644
--- a/src/user_share-common.c
+++ b/src/user_share-common.c
@@ -23,6 +23,7 @@
  */
 
 #include "user_share-common.h"
+#include <string.h> // For strcmp
 
 static char *
 lookup_special_dir (GUserDirectory directory,
-- 
1.7.7

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to