Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory checked 
in at 2013-07-17 10:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/siproxd (Old)
 and      /work/SRC/openSUSE:Factory/.siproxd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "siproxd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes  2012-11-21 
17:22:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.siproxd.new/siproxd.changes     2013-07-17 
10:36:34.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul  9 07:08:39 UTC 2013 - [email protected]
+
+- Fix build errors
+  * Fix implicit functions build error by the following patch
+    dejitter-implicit-func-fix.patch 
+  * renumbered patches 
+  * Remove INSTALL file from docs
+-------------------------------------------------------------------

New:
----
  dejitter-implicit-func-fix.patch

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

Other differences:
------------------
++++++ siproxd.spec ++++++
--- /var/tmp/diff_new_pack.GbPEz5/_old  2013-07-17 10:36:34.000000000 +0200
+++ /var/tmp/diff_new_pack.GbPEz5/_new  2013-07-17 10:36:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package siproxd
 #
-# 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
@@ -44,7 +44,9 @@
 Patch0:         siproxd-libs.patch
 #PATCH-FIX-FROM-DEBIAN use logger not user
 Patch1:         siproxd-log.c.patch
-Patch9:         siproxd.plugin_fix_bogus_via.c.patch
+Patch2:         siproxd.plugin_fix_bogus_via.c.patch
+#PATCH-FOR-UPSTREAM fdejitter-implicit-func-fix.patch - [email protected] 
fixes implicit functions definitions in dejitter.c by adding the neeed headers
+Patch3:         dejitter-implicit-func-fix.patch
 BuildRequires:  docbook-utils
 BuildRequires:  libltdl
 BuildRequires:  libosip2
@@ -83,7 +85,8 @@
 
 %patch0 -p1     
 %patch1  
-%patch9 -p1
+%patch2 -p1
+%patch3 -p1
 
 cp %{S:5} .
 
@@ -152,7 +155,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README AUTHORS INSTALL ChangeLog syslog-ng.conf.addon 
+%doc COPYING README AUTHORS ChangeLog syslog-ng.conf.addon 
 %doc doc/siproxd.conf.example doc/siproxd_passwd.cfg doc/FAQ doc/KNOWN_BUGS 
doc/sample_* 
 %attr(0755,root,root) %{_libdir}/%{name}/
 %{_sbindir}/rc%name

++++++ dejitter-implicit-func-fix.patch ++++++
---
 src/dejitter.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/src/dejitter.c
+++ b/src/dejitter.c
@@ -21,8 +21,10 @@
 #include "config.h"
 
 #include <errno.h>
+#include "string.h"
 
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 

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

Reply via email to