Hello community,

here is the log from the commit of package csync for openSUSE:Factory checked 
in at 2015-06-30 10:19:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/csync (Old)
 and      /work/SRC/openSUSE:Factory/.csync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "csync"

Changes:
--------
--- /work/SRC/openSUSE:Factory/csync/csync.changes      2015-03-19 
21:15:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.csync.new/csync.changes 2015-06-30 
10:19:48.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 29 15:01:58 UTC 2015 - [email protected]
+
+- Fix build break by changing __FUNCTION__ to __func__
+  * csync_log.h.patch 
+
+-------------------------------------------------------------------

New:
----
  csync_log.h.patch

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

Other differences:
------------------
++++++ csync.spec ++++++
--- /var/tmp/diff_new_pack.ssEop9/_old  2015-06-30 10:19:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ssEop9/_new  2015-06-30 10:19:49.000000000 +0200
@@ -38,6 +38,7 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE fix-cmake-on-pre-12.patch
 Patch0:         fix-cmake-on-pre-12.patch
+Patch1:         csync_log.h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -124,6 +125,7 @@
 %if 0%{?suse_version} < 1200
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
 if test ! -e "build"; then

++++++ csync_log.h.patch ++++++
--- csync-0.50.0/src/csync_log.h.orig   2015-06-29 15:57:08.826492622 +0100
+++ csync-0.50.0/src/csync_log.h        2015-06-29 15:57:44.362460929 +0100
@@ -55,7 +55,7 @@
 };
 
 #define CSYNC_LOG(priority, ...) \
-  csync_log(priority, __FUNCTION__, __VA_ARGS__)
+  csync_log(priority, __func__, __VA_ARGS__)
 
 void csync_log(int verbosity,
                const char *function,

Reply via email to