Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2015-04-02 16:02:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-03-16 
09:40:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2015-04-02 16:02:35.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Mar 30 10:55:31 UTC 2015 - [email protected]
+
+- Fix YCP symbol comparison with GCC 5 (thanks schubi for
+  performance measurement and mvidner for review) (boo#914255)
+- 3.1.17
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.vAbo6Y/_old  2015-04-02 16:02:35.000000000 +0200
+++ /var/tmp/diff_new_pack.vAbo6Y/_new  2015-04-02 16:02:35.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-core
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Url:            https://github.com/yast/yast-core
 

++++++ yast2-core-3.1.16.tar.bz2 -> yast2-core-3.1.17.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-3.1.16/liby2util-r/src/include/y2util/Ustring.h 
new/yast2-core-3.1.17/liby2util-r/src/include/y2util/Ustring.h
--- old/yast2-core-3.1.16/liby2util-r/src/include/y2util/Ustring.h      
2015-03-03 17:59:08.000000000 +0100
+++ new/yast2-core-3.1.17/liby2util-r/src/include/y2util/Ustring.h      
2015-03-30 13:04:15.000000000 +0200
@@ -189,7 +189,7 @@
 
     friend bool operator==( const Ustring & lhs, const Ustring & rhs ) {
       // Ustrings share their string representation
-      return ( lhs->c_str() == rhs->c_str() );
+      return ( lhs.asString() ==  rhs.asString() );
     }
 
     friend bool operator==( const Ustring & lhs, const std::string & rhs ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.16/package/yast2-core.changes 
new/yast2-core-3.1.17/package/yast2-core.changes
--- old/yast2-core-3.1.16/package/yast2-core.changes    2015-03-03 
17:59:08.000000000 +0100
+++ new/yast2-core-3.1.17/package/yast2-core.changes    2015-03-30 
13:04:15.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Mar 30 10:55:31 UTC 2015 - [email protected]
+
+- Fix YCP symbol comparison with GCC 5 (thanks schubi for
+  performance measurement and mvidner for review) (boo#914255)
+- 3.1.17
+
+-------------------------------------------------------------------
 Tue Mar  3 14:49:39 UTC 2015 - [email protected]
 
 - Fixed compilation (but not tests) with GCC 5 (boo#914255).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.16/package/yast2-core.spec 
new/yast2-core-3.1.17/package/yast2-core.spec
--- old/yast2-core-3.1.16/package/yast2-core.spec       2015-03-03 
17:59:08.000000000 +0100
+++ new/yast2-core-3.1.17/package/yast2-core.spec       2015-03-30 
13:04:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-core
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Url:            https://github.com/yast/yast-core
 


Reply via email to