Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-05-26 13:29:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-05-16 
07:14:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2015-05-26 
13:29:25.000000000 +0200
@@ -1,0 +2,11 @@
+Tue May 26 10:25:23 CEST 2015 - [email protected]
+
+- fixed encoding of linuxrc.changes
+
+-------------------------------------------------------------------
+Mon May 25 17:36:00 CEST 2015 - [email protected]
+
+- do not display an error message after aborting YaST (bsc#614829)
+- 5.0.42
+
+-------------------------------------------------------------------
@@ -3579 +3590 @@
-- olh: add Mac-Portugu�s, make english the default again (for ppc)
+- olh: add Mac-Português, make english the default again (for ppc)

Old:
----
  linuxrc-5.0.41.tar.xz

New:
----
  linuxrc-5.0.42.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.cnTNfl/_old  2015-05-26 13:29:26.000000000 +0200
+++ /var/tmp/diff_new_pack.cnTNfl/_new  2015-05-26 13:29:26.000000000 +0200
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.41
+Version:        5.0.42
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.41.tar.xz -> linuxrc-5.0.42.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.41/.gitignore 
new/linuxrc-5.0.42/.gitignore
--- old/linuxrc-5.0.41/.gitignore       2015-05-15 11:22:15.000000000 +0200
+++ new/linuxrc-5.0.42/.gitignore       2015-05-25 17:35:16.000000000 +0200
@@ -1,3 +1,8 @@
 changelog
 Changelog
 VERSION
+*.o
+.depend
+linuxrc
+mkpsfu/mkpsfu
+version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.41/VERSION new/linuxrc-5.0.42/VERSION
--- old/linuxrc-5.0.41/VERSION  2015-05-15 11:22:15.000000000 +0200
+++ new/linuxrc-5.0.42/VERSION  2015-05-25 17:35:16.000000000 +0200
@@ -1 +1 @@
-5.0.41
+5.0.42
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.41/changelog new/linuxrc-5.0.42/changelog
--- old/linuxrc-5.0.41/changelog        2015-05-15 11:22:15.000000000 +0200
+++ new/linuxrc-5.0.42/changelog        2015-05-25 17:35:16.000000000 +0200
@@ -1,3 +1,6 @@
+2015-05-25:    5.0.42
+       - do not display an error message after aborting YaST (bsc #614829)
+
 2015-05-15:    5.0.41
        - ensure driver update medium is unmounted before applying it (bsc 
#892932)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.41/install.c new/linuxrc-5.0.42/install.c
--- old/linuxrc-5.0.41/install.c        2015-05-15 11:22:15.000000000 +0200
+++ new/linuxrc-5.0.42/install.c        2015-05-25 17:35:16.000000000 +0200
@@ -1292,7 +1292,7 @@
 
   if(config.manual) util_disp_init();
 
-  if(err && config.win) {
+  if(err && !config.aborted && config.win) {
     dia_message("An error occurred during the installation.", MSGTYPE_ERROR);
   }
 


Reply via email to