Hello community,

here is the log from the commit of package libgrss for openSUSE:Factory checked 
in at 2013-05-16 11:08:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgrss (Old)
 and      /work/SRC/openSUSE:Factory/.libgrss.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgrss"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgrss/libgrss.changes  2012-03-26 
15:37:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgrss.new/libgrss.changes     2013-05-16 
11:08:23.000000000 +0200
@@ -1,0 +2,6 @@
+Sun May 12 17:33:14 UTC 2013 - [email protected]
+
+- Add libgrss-missing-includes.patch: Add missing include of
+  arpa/inet.h.
+
+-------------------------------------------------------------------

New:
----
  libgrss-missing-includes.patch

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

Other differences:
------------------
++++++ libgrss.spec ++++++
--- /var/tmp/diff_new_pack.MYmvTo/_old  2013-05-16 11:08:23.000000000 +0200
+++ /var/tmp/diff_new_pack.MYmvTo/_new  2013-05-16 11:08:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgrss
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 License:        LGPL-3.0+
 Group:          System/Libraries
 Source:         http://gtk.mplat.es/libgrss/tarballs/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM libgrss-missing-includes.patch [email protected] -- 
Add missing includes
+Patch0:         libgrss-missing-includes.patch
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.2
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.36.1
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++++++ libgrss-missing-includes.patch ++++++
Index: libgrss-0.5.0/src/utils.h
===================================================================
--- libgrss-0.5.0.orig/src/utils.h
+++ libgrss-0.5.0/src/utils.h
@@ -34,6 +34,7 @@
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <arpa/inet.h>
 
 #include "libgrss.h"
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to