Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-07-16 16:37:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and      /work/SRC/openSUSE:Factory/.samba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "samba"

Changes:
--------
--- /work/SRC/openSUSE:Factory/samba/samba.changes      2014-07-10 
14:55:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-07-16 
16:37:20.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  8 12:35:25 UTC 2014 - lmue...@suse.com
+
+- Add missing newline to debug message in daemon_ready(); (bnc#865627).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.jnm7Tm/_old  2014-07-16 16:37:21.000000000 +0200
+++ /var/tmp/diff_new_pack.jnm7Tm/_new  2014-07-16 16:37:21.000000000 +0200
@@ -148,7 +148,7 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3261
+%define SOURCE_TIMESTAMP 3263
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0

++++++ patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890 
new/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890
--- old/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890      
1970-01-01 01:00:00.000000000 +0100
+++ new/patches/samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890      
2014-07-08 14:51:46.000000000 +0200
@@ -0,0 +1,27 @@
+commit 55c279f0c4cc915d2cd7bb07ce0628fe42700890
+Author: Michael Adam <ob...@samba.org>
+Date:   Thu May 22 08:48:32 2014 +0200
+
+    smbd: add missing newline to debug message in daemon_ready()
+    
+    Wrap overly long line while touching it anyways.
+    
+    Signed-off-by: Michael Adam <ob...@samba.org>
+    Reviewed-by: Stefan Metzmacher <me...@samba.org>
+    Reviewed-by: Alexander Bokovoy <a...@samba.org>
+    
+    Autobuild-User(master): Michael Adam <ob...@samba.org>
+    Autobuild-Date(master): Fri May 23 04:03:43 CEST 2014 on sn-devel-104
+
+diff --git lib/util/become_daemon.c lib/util/become_daemon.c
+index 5d3c54c..0671a1e 100644
+--- lib/util/become_daemon.c
++++ lib/util/become_daemon.c
+@@ -133,5 +133,6 @@ _PUBLIC_ void daemon_ready(const char *daemon
+ #ifdef HAVE_SYSTEMD
+       sd_notifyf(0, "READY=1\nSTATUS=%s: ready to serve connections...", 
daemon);
+ #endif
+-      DEBUG(0, ("STATUS=daemon '%s' finished starting up and ready to serve 
connections", daemon));
++      DEBUG(0, ("STATUS=daemon '%s' finished starting up and ready to serve "
++                "connections\n", daemon));
+ }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/series new/patches/series
--- old/patches/series  2014-06-25 14:49:28.000000000 +0200
+++ new/patches/series  2014-07-08 14:51:46.000000000 +0200
@@ -79,6 +79,7 @@
 samba.org/c8519003a34dc7db44854a3d844d1c7432d52a78 -p0 # bso 10624
 samba.org/31b3427a417217e5e869baafdf63e633efc39d12 -p0 # bso 10671, bnc 884056
 samba.org/1dc5c20c8f7d8aa96fa0601bf5bf6dc69fb79d9f -p0 # bso 10671, bnc 884056
+samba.org/55c279f0c4cc915d2cd7bb07ce0628fe42700890 -p0 # bnc 865627
 samba.org/fix_pc_dependencies.diff -p0
 
 # SuSE specific changes


++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/tools/package-data 
new/vendor-files/tools/package-data
--- old/vendor-files/tools/package-data 2014-07-07 16:54:57.000000000 +0200
+++ new/vendor-files/tools/package-data 2014-07-08 14:51:55.000000000 +0200
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3261"
+SAMBA_PACKAGE_SVN_VERSION="3263"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to