Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2016-03-04 19:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2016-02-07 
09:21:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2016-03-04 19:30:10.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Mar  3 12:36:06 CET 2016 - g...@suse.de
+
+- Add missing newline to error messages (bsc#969236)
+- 3.1.22 
+
+-------------------------------------------------------------------

Old:
----
  yast2-core-3.1.21.tar.bz2

New:
----
  yast2-core-3.1.22.tar.bz2

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.yJ1cGH/_old  2016-03-04 19:30:10.000000000 +0100
+++ /var/tmp/diff_new_pack.yJ1cGH/_new  2016-03-04 19:30:10.000000000 +0100
@@ -23,7 +23,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        3.1.21
+Version:        3.1.22
 Release:        0
 Url:            https://github.com/yast/yast-core
 

++++++ yast2-core-3.1.21.tar.bz2 -> yast2-core-3.1.22.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.21/liby2/src/genericfrontend.cc 
new/yast2-core-3.1.22/liby2/src/genericfrontend.cc
--- old/yast2-core-3.1.21/liby2/src/genericfrontend.cc  2016-02-02 
17:19:13.000000000 +0100
+++ new/yast2-core-3.1.22/liby2/src/genericfrontend.cc  2016-03-03 
13:08:09.000000000 +0100
@@ -902,7 +902,8 @@
 
     va_end (ap);
 
-    fputs (msg, stderr);
+    fprintf (stderr, "%s\n", msg);
+
     y2error ("%s", msg);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.21/package/yast2-core.changes 
new/yast2-core-3.1.22/package/yast2-core.changes
--- old/yast2-core-3.1.21/package/yast2-core.changes    2016-02-02 
17:19:13.000000000 +0100
+++ new/yast2-core-3.1.22/package/yast2-core.changes    2016-03-03 
13:08:09.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Mar  3 12:36:06 CET 2016 - g...@suse.de
+
+- Add missing newline to error messages (bsc#969236)
+- 3.1.22 
+
+-------------------------------------------------------------------
 Tue Feb  2 15:15:39 UTC 2016 - mvid...@suse.com
 
 - Treat C/C++ warnings as errors but only via bcond_with werror.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.21/package/yast2-core.spec 
new/yast2-core-3.1.22/package/yast2-core.spec
--- old/yast2-core-3.1.21/package/yast2-core.spec       2016-02-02 
17:19:13.000000000 +0100
+++ new/yast2-core-3.1.22/package/yast2-core.spec       2016-03-03 
13:08:09.000000000 +0100
@@ -23,7 +23,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        3.1.21
+Version:        3.1.22
 Release:        0
 Url:            https://github.com/yast/yast-core
 


Reply via email to