Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2016-02-08 09:47:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes    
2015-11-23 07:29:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes       
2016-02-08 09:47:20.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan 28 08:52:37 CET 2016 - [email protected]
+
+- replace deprecated auto_ptr by unique_ptr (bsc#962744)
+- 2.47.6
+
+-------------------------------------------------------------------

Old:
----
  libyui-ncurses-2.47.5.tar.bz2

New:
----
  libyui-ncurses-2.47.6.tar.bz2

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

Other differences:
------------------
++++++ libyui-ncurses-doc.spec ++++++
--- /var/tmp/diff_new_pack.vMS88Z/_old  2016-02-08 09:47:21.000000000 +0100
+++ /var/tmp/diff_new_pack.vMS88Z/_new  2016-02-08 09:47:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-doc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:           %{parent}-doc
-Version:        2.47.5
+Version:        2.47.6
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 

++++++ libyui-ncurses.spec ++++++
--- /var/tmp/diff_new_pack.vMS88Z/_old  2016-02-08 09:47:21.000000000 +0100
+++ /var/tmp/diff_new_pack.vMS88Z/_new  2016-02-08 09:47:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-ncurses
-Version:        2.47.5
+Version:        2.47.6
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 

++++++ libyui-ncurses-2.47.5.tar.bz2 -> libyui-ncurses-2.47.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.5/VERSION.cmake 
new/libyui-ncurses-2.47.6/VERSION.cmake
--- old/libyui-ncurses-2.47.5/VERSION.cmake     2015-11-17 13:10:12.000000000 
+0100
+++ new/libyui-ncurses-2.47.6/VERSION.cmake     2016-01-29 16:10:08.000000000 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "47" )
-SET( VERSION_PATCH "5" )
+SET( VERSION_PATCH "6" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-2.47.5/package/libyui-ncurses-doc.spec 
new/libyui-ncurses-2.47.6/package/libyui-ncurses-doc.spec
--- old/libyui-ncurses-2.47.5/package/libyui-ncurses-doc.spec   2015-11-17 
13:10:12.000000000 +0100
+++ new/libyui-ncurses-2.47.6/package/libyui-ncurses-doc.spec   2016-01-29 
16:10:08.000000000 +0100
@@ -19,7 +19,7 @@
 %define so_version 7
 
 Name:           %{parent}-doc
-Version:        2.47.5
+Version:        2.47.6
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.5/package/libyui-ncurses.changes 
new/libyui-ncurses-2.47.6/package/libyui-ncurses.changes
--- old/libyui-ncurses-2.47.5/package/libyui-ncurses.changes    2015-11-17 
13:10:12.000000000 +0100
+++ new/libyui-ncurses-2.47.6/package/libyui-ncurses.changes    2016-01-29 
16:10:08.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jan 28 08:52:37 CET 2016 - [email protected]
+
+- replace deprecated auto_ptr by unique_ptr (bsc#962744)
+- 2.47.6
+
+-------------------------------------------------------------------
 Tue Nov 17 09:22:11 CET 2015 - [email protected]
 
 - Allow Ctrl-a and Ctrl-e key navigation for ComboBox, InputField
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.5/package/libyui-ncurses.spec 
new/libyui-ncurses-2.47.6/package/libyui-ncurses.spec
--- old/libyui-ncurses-2.47.5/package/libyui-ncurses.spec       2015-11-17 
13:10:12.000000000 +0100
+++ new/libyui-ncurses-2.47.6/package/libyui-ncurses.spec       2016-01-29 
16:10:08.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-ncurses
-Version:        2.47.5
+Version:        2.47.6
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.5/src/NCTablePad.h 
new/libyui-ncurses-2.47.6/src/NCTablePad.h
--- old/libyui-ncurses-2.47.5/src/NCTablePad.h  2015-11-17 13:10:12.000000000 
+0100
+++ new/libyui-ncurses-2.47.6/src/NCTablePad.h  2016-01-29 16:10:08.000000000 
+0100
@@ -27,7 +27,7 @@
 
 #include <iosfwd>
 #include <vector>
-#include <memory>              // auto_ptr
+#include <memory>              // unique_ptr
 
 #include "NCTableItem.h"
 #include "NCPad.h"
@@ -171,7 +171,7 @@
     std::vector<NCTableLine*> Items;
     wpos                citem;
 
-    std::auto_ptr<NCTableSortStrategyBase> sortStrategy;
+    std::unique_ptr<NCTableSortStrategyBase> sortStrategy;
 
     void assertLine( unsigned idx );
 


Reply via email to