Hello community, here is the log from the commit of package yast2-core for openSUSE:Factory checked in at 2014-05-10 07:48:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-03-21 12:14:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes 2014-05-10 07:49:01.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 6 15:04:25 UTC 2014 - [email protected] + +- Do not mention YCP in signal handler (by tcech) +- 3.1.7 + +------------------------------------------------------------------- Old: ---- yast2-core-3.1.6.tar.bz2 New: ---- yast2-core-3.1.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-core.spec ++++++ --- /var/tmp/diff_new_pack.Y7NrcZ/_old 2014-05-10 07:49:02.000000000 +0200 +++ /var/tmp/diff_new_pack.Y7NrcZ/_new 2014-05-10 07:49:02.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-core -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-core-3.1.6.tar.bz2 -> yast2-core-3.1.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.6/liby2/src/genericfrontend.cc new/yast2-core-3.1.7/liby2/src/genericfrontend.cc --- old/yast2-core-3.1.6/liby2/src/genericfrontend.cc 2014-03-18 08:51:07.000000000 +0100 +++ new/yast2-core-3.1.7/liby2/src/genericfrontend.cc 2014-05-06 17:11:19.000000000 +0200 @@ -241,7 +241,7 @@ // bnc#493152#c19 only signal-safe functions are allowed char buffer[200]; int n = snprintf (buffer, sizeof(buffer), - "YaST got signal %d at YCP file %s:%d\n", + "YaST got signal %d at file %s:%d\n", sig, YaST::ee.filename().c_str(), YaST::ee.linenumber()); if (n >= (int)sizeof(buffer) || n < 0) strcpy (buffer, "YaST got a signal.\n"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.6/package/yast2-core.changes new/yast2-core-3.1.7/package/yast2-core.changes --- old/yast2-core-3.1.6/package/yast2-core.changes 2014-03-18 08:51:08.000000000 +0100 +++ new/yast2-core-3.1.7/package/yast2-core.changes 2014-05-06 17:11:19.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue May 6 15:04:25 UTC 2014 - [email protected] + +- Do not mention YCP in signal handler (by tcech) +- 3.1.7 + +------------------------------------------------------------------- Mon Mar 17 12:52:24 UTC 2014 - [email protected] - do not prefer executable programs over builtin components diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.6/package/yast2-core.spec new/yast2-core-3.1.7/package/yast2-core.spec --- old/yast2-core-3.1.6/package/yast2-core.spec 2014-03-18 08:51:08.000000000 +0100 +++ new/yast2-core-3.1.7/package/yast2-core.spec 2014-05-06 17:11:19.000000000 +0200 @@ -18,7 +18,7 @@ Name: yast2-core -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
