Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2014-02-02 07:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dante (Old)
 and      /work/SRC/openSUSE:Factory/.dante.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dante"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dante/dante.changes      2013-12-30 
09:51:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dante.new/dante.changes 2014-02-02 
07:33:01.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 24 15:06:14 UTC 2014 - [email protected]
+
+- Fix HAVE_SENDBUF_IOCTL macro 
+
+- added patches:
+  * dante-1.4.0-sendbuf_macro.patch
+-------------------------------------------------------------------

New:
----
  dante-1.4.0-sendbuf_macro.patch

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

Other differences:
------------------
++++++ dante.spec ++++++
--- /var/tmp/diff_new_pack.bdPKNo/_old  2014-02-02 07:33:01.000000000 +0100
+++ /var/tmp/diff_new_pack.bdPKNo/_new  2014-02-02 07:33:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dante
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -39,6 +39,7 @@
 Patch2:         dante-1.4.0-sockd_conf_man_format.patch
 Patch3:         dante-1.4.0-socksify_man_format.patch
 Patch4:         dante-1.4.0-glibc-2.17.patch
+Patch5:         dante-1.4.0-sendbuf_macro.patch
 # SuSE series: sec
 
 %description
@@ -92,6 +93,7 @@
 %if 0%{?suse_version} > 1220
 %patch4 
 %endif
+%patch5 -p1
 
 %build
 DANTELIBC=`find /%{_lib}/ -maxdepth 1 -iname "libc.so.*"`

++++++ dante-1.4.0-sendbuf_macro.patch ++++++
Index: dante-1.4.0/libscompat.m4
===================================================================
--- dante-1.4.0.orig/libscompat.m4
+++ dante-1.4.0/libscompat.m4
@@ -373,7 +373,7 @@ main(void)
 
        return 0;
 }], [AC_MSG_RESULT(yes)
-     AC_DEFINE(HAVE_SENDBUF_IOCTL, TIOCOUTQ, [send buffer data])
+     AC_DEFINE(HAVE_SENDBUF_IOCTL, 1, [send buffer data])
      AC_DEFINE(SENDBUF_IOCTLVAL, TIOCOUTQ, [send buffer ioctl])],
     [AC_MSG_RESULT(no)])],
     [dnl assume no when cross-compiling
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to