Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2014-02-28 07:23:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes    2014-02-25 
07:33:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes       
2014-02-28 07:23:05.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 27 14:57:15 UTC 2014 - mvid...@suse.com
+
+- Fixed save_y2logs invocation (bnc#866056).
+- 2.44.2
+
+-------------------------------------------------------------------

Old:
----
  libyui-gtk-2.44.1.tar.bz2

New:
----
  libyui-gtk-2.44.2.tar.bz2

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

Other differences:
------------------
++++++ libyui-gtk-doc.spec ++++++
--- /var/tmp/diff_new_pack.iMDFQs/_old  2014-02-28 07:23:05.000000000 +0100
+++ /var/tmp/diff_new_pack.iMDFQs/_new  2014-02-28 07:23:05.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-gtk-doc
-Version:        2.44.1
+Version:        2.44.2
 Release:        0
 Source:         libyui-gtk-%{version}.tar.bz2
 

++++++ libyui-gtk.spec ++++++
--- /var/tmp/diff_new_pack.iMDFQs/_old  2014-02-28 07:23:05.000000000 +0100
+++ /var/tmp/diff_new_pack.iMDFQs/_new  2014-02-28 07:23:05.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-gtk
-Version:        2.44.1
+Version:        2.44.2
 Release:        0
 Source:         libyui-gtk-%{version}.tar.bz2
 

++++++ libyui-gtk-2.44.1.tar.bz2 -> libyui-gtk-2.44.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.1/ChangeLog 
new/libyui-gtk-2.44.2/ChangeLog
--- old/libyui-gtk-2.44.1/ChangeLog     2014-02-24 14:55:54.000000000 +0100
+++ new/libyui-gtk-2.44.2/ChangeLog     2014-02-27 16:24:26.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Feb 27 14:57:15 UTC 2014 - mvid...@suse.com
+
+- Fixed save_y2logs invocation (bnc#866056).
+- 2.44.2
+
+-------------------------------------------------------------------
 Wed Feb 19 20:58:13 CET 2014 - anase...@linux.it
 
 - Added seconds to YTimeField as for Qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.1/VERSION.cmake 
new/libyui-gtk-2.44.2/VERSION.cmake
--- old/libyui-gtk-2.44.1/VERSION.cmake 2014-02-24 14:55:54.000000000 +0100
+++ new/libyui-gtk-2.44.2/VERSION.cmake 2014-02-27 16:24:26.000000000 +0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "44" )
-SET( VERSION_PATCH "1" )
+SET( VERSION_PATCH "2" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.1/src/YGUI.cc 
new/libyui-gtk-2.44.2/src/YGUI.cc
--- old/libyui-gtk-2.44.1/src/YGUI.cc   2014-02-21 15:08:01.000000000 +0100
+++ new/libyui-gtk-2.44.2/src/YGUI.cc   2014-02-27 16:24:26.000000000 +0100
@@ -357,10 +357,10 @@
        std::string filename = askForFileOrDirectory 
(GTK_FILE_CHOOSER_ACTION_SAVE,
                "/tmp/y2logs.tgz", "*.tgz *.tar.gz", _("Save y2logs"));
        if (!filename.empty()) {
-               std::string command = "/sbin/save_y2logs";
+               std::string command = "/usr/sbin/save_y2logs";
                command += " '" + filename + "'";
-           yuiMilestone() << "Saving y2logs: " << command << std::endl;
-           int ret = system (command.c_str());
+               yuiMilestone() << "Saving y2logs: " << command << std::endl;
+               int ret = system (command.c_str());
                if (ret == 0)
                        yuiMilestone() << "y2logs saved to " << filename << 
std::endl;
                else {

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

Reply via email to