Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2018-07-24 17:28:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Tue Jul 24 17:28:28 2018 rev:183 rq:624079 version:4.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2018-02-13 
10:23:27.833933729 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2018-07-24 17:28:36.127774939 +0200
@@ -1,0 +2,8 @@
+Thu Jul 19 14:30:12 CEST 2018 - aschn...@suse.com
+
+- fixed detection of aarch64 during update by recognizing aarch64
+  in elf-arch (bsc#1099325)
+- recognise RISC-V in elf-arch
+- 4.0.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.mE4a1z/_old  2018-07-24 17:28:36.691775653 +0200
+++ /var/tmp/diff_new_pack.mE4a1z/_new  2018-07-24 17:28:36.695775658 +0200
@@ -27,7 +27,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 Url:            https://github.com/yast/yast-core
 

++++++ yast2-core-4.0.2.tar.bz2 -> yast2-core-4.0.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/base/tools/elf-arch/elf-arch.c 
new/yast2-core-4.0.3/base/tools/elf-arch/elf-arch.c
--- old/yast2-core-4.0.2/base/tools/elf-arch/elf-arch.c 2018-02-07 
16:19:07.000000000 +0100
+++ new/yast2-core-4.0.3/base/tools/elf-arch/elf-arch.c 2018-07-19 
14:57:18.000000000 +0200
@@ -54,6 +54,7 @@
        case EM_SPARC:  return "sparc";
        case EM_ALPHA:  return "axp";
        case EM_ARM:    return "arm";
+       case EM_AARCH64: return "aarch64";
 
        case EM_S390:
            switch (e_class)
@@ -62,6 +63,14 @@
                case ELFCLASS64: return "s390x";
            }
            break;
+
+       case EM_RISCV:
+           switch (e_class)
+           {
+               case ELFCLASS32: return "riscv32";
+               case ELFCLASS64: return "riscv64";
+           }
+           break;
     }
 
     return "unknown";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/libycp/src/YCPBuiltinString.cc 
new/yast2-core-4.0.3/libycp/src/YCPBuiltinString.cc
--- old/yast2-core-4.0.2/libycp/src/YCPBuiltinString.cc 2018-02-07 
16:19:07.000000000 +0100
+++ new/yast2-core-4.0.3/libycp/src/YCPBuiltinString.cc 2018-07-19 
14:57:18.000000000 +0200
@@ -1402,6 +1402,7 @@
      * Translates the text using the current textdomain.
      *
      * Example <pre>
+     * textdomain "base"
      * _("File") -> "Soubor"
      * </pre>
      */
@@ -1598,3 +1599,6 @@
 
     static_declarations.registerDeclarations ("YCPBuiltinString", 
declarations);
 }
+
+/* just to make the y2makepot script happy:
+textdomain "example" */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/package/yast2-core.changes 
new/yast2-core-4.0.3/package/yast2-core.changes
--- old/yast2-core-4.0.2/package/yast2-core.changes     2018-02-07 
16:19:07.000000000 +0100
+++ new/yast2-core-4.0.3/package/yast2-core.changes     2018-07-19 
14:57:18.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Jul 19 14:30:12 CEST 2018 - aschn...@suse.com
+
+- fixed detection of aarch64 during update by recognizing aarch64
+  in elf-arch (bsc#1099325)
+- recognise RISC-V in elf-arch
+- 4.0.3
+
+-------------------------------------------------------------------
 Tue Feb  6 16:16:58 UTC 2018 - mvid...@suse.com
 
 - glibc-2.27 compatibility: Removed an overly specific test case
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/package/yast2-core.spec 
new/yast2-core-4.0.3/package/yast2-core.spec
--- old/yast2-core-4.0.2/package/yast2-core.spec        2018-02-07 
16:19:07.000000000 +0100
+++ new/yast2-core-4.0.3/package/yast2-core.spec        2018-07-19 
14:57:18.000000000 +0200
@@ -26,7 +26,7 @@
 %bcond_with werror
 
 Name:           yast2-core
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 Url:            https://github.com/yast/yast-core
 


Reply via email to