Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2020-07-09 13:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui (Old)
 and      /work/SRC/openSUSE:Factory/.libyui.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui"

Thu Jul  9 13:16:16 2020 rev:52 rq:818977 version:3.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui/libyui.changes    2020-06-10 
00:38:19.057382362 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new.3060/libyui.changes  2020-07-09 
13:16:18.660689985 +0200
@@ -0,0 +1,5 @@
+Fri Jun  5 12:46:43 UTC 2020 - riafarov <riafa...@suse.com>
+
+- Make itemAt method public for YSelectionWidget (bsc#1132247)
+- 3.10.1
+

Old:
----
  libyui-3.10.0.tar.bz2

New:
----
  libyui-3.10.1.tar.bz2

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

Other differences:
------------------
++++++ libyui-doc.spec ++++++
--- /var/tmp/diff_new_pack.8P7TPt/_old  2020-07-09 13:16:19.624693032 +0200
+++ /var/tmp/diff_new_pack.8P7TPt/_new  2020-07-09 13:16:19.624693032 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-doc
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %define so_version 12
 
 Name:           %{parent}-doc
-Version:        3.10.0
+Version:        3.10.1
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
@@ -34,7 +34,7 @@
 BuildRequires:  libyui-devel >= 3.0.4
 BuildRequires:  texlive-latex
 
-URL:            http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:        Libyui documentation
 License:        LGPL-2.1-only OR LGPL-3.0-only
 Group:          Documentation/HTML

++++++ libyui.spec ++++++
--- /var/tmp/diff_new_pack.8P7TPt/_old  2020-07-09 13:16:19.644693095 +0200
+++ /var/tmp/diff_new_pack.8P7TPt/_new  2020-07-09 13:16:19.648693108 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:           libyui
-Version:        3.10.0
+Version:        3.10.1
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
@@ -44,7 +44,7 @@
 BuildRequires:  lcov
 %endif
 
-URL:            http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:        GUI-abstraction library
 License:        LGPL-2.1-only OR LGPL-3.0-only
 Group:          System/Libraries
@@ -64,7 +64,7 @@
 Obsoletes:      yast2-libyui < 2.42.0
 Requires:       yui_backend = %{so_version}
 
-URL:            http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:        Libyui - GUI-abstraction library
 Group:          System/Libraries
 
@@ -89,7 +89,7 @@
 Requires:       glibc-devel
 Requires:       libstdc++-devel
 
-URL:            http://github.com/libyui/
+Url:            http://github.com/libyui/
 Summary:        Libyui header files
 Group:          Development/Languages/C and C++
 

++++++ libyui-3.10.0.tar.bz2 -> libyui-3.10.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.10.0/VERSION.cmake 
new/libyui-3.10.1/VERSION.cmake
--- old/libyui-3.10.0/VERSION.cmake     2020-06-04 13:53:49.000000000 +0200
+++ new/libyui-3.10.1/VERSION.cmake     2020-07-06 12:25:08.000000000 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "3")
 SET( VERSION_MINOR "10" )
-SET( VERSION_PATCH "0" )
+SET( VERSION_PATCH "1" )
 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-3.10.0/package/libyui-doc.spec 
new/libyui-3.10.1/package/libyui-doc.spec
--- old/libyui-3.10.0/package/libyui-doc.spec   2020-06-04 13:53:49.000000000 
+0200
+++ new/libyui-3.10.1/package/libyui-doc.spec   2020-07-06 12:25:08.000000000 
+0200
@@ -20,7 +20,7 @@
 %define so_version 12
 
 Name:           %{parent}-doc
-Version:        3.10.0
+Version:        3.10.1
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.10.0/package/libyui.changes 
new/libyui-3.10.1/package/libyui.changes
--- old/libyui-3.10.0/package/libyui.changes    2020-06-04 13:53:49.000000000 
+0200
+++ new/libyui-3.10.1/package/libyui.changes    2020-07-06 12:25:08.000000000 
+0200
@@ -1,3 +1,8 @@
+Fri Jun  5 12:46:43 UTC 2020 - riafarov <riafa...@suse.com>
+
+- Make itemAt method public for YSelectionWidget (bsc#1132247)
+- 3.10.1
+
 -------------------------------------------------------------------
 Thu Jun  4 11:11:20 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.10.0/package/libyui.spec 
new/libyui-3.10.1/package/libyui.spec
--- old/libyui-3.10.0/package/libyui.spec       2020-06-04 13:53:49.000000000 
+0200
+++ new/libyui-3.10.1/package/libyui.spec       2020-07-06 12:25:08.000000000 
+0200
@@ -16,7 +16,7 @@
 #
 
 Name:           libyui
-Version:        3.10.0
+Version:        3.10.1
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.10.0/src/YSelectionWidget.h 
new/libyui-3.10.1/src/YSelectionWidget.h
--- old/libyui-3.10.0/src/YSelectionWidget.h    2020-06-04 13:53:49.000000000 
+0200
+++ new/libyui-3.10.1/src/YSelectionWidget.h    2020-07-06 12:25:08.000000000 
+0200
@@ -160,6 +160,12 @@
     int itemsCount() const;
 
     /**
+     * Return the item at index 'index' (from 0)
+     * or 0 if there is no such item.
+     **/
+    YItem * itemAt( int index ) const;
+
+    /**
      * Return the first item or 0 if there is none.
      **/
     YItem * firstItem() const;
@@ -352,11 +358,6 @@
     bool itemsContain  ( YItem *               wantedItem,
                          YItemConstIterator    begin,
                          YItemConstIterator    end ) const;
-    /**
-     * Return the item at index 'index' (from 0)
-     * or 0 if there is no such item.
-     **/
-    YItem * itemAt( int index ) const;
 
 
 private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.10.0/src/YWidgetFactory.h 
new/libyui-3.10.1/src/YWidgetFactory.h
--- old/libyui-3.10.0/src/YWidgetFactory.h      2020-06-04 13:53:49.000000000 
+0200
+++ new/libyui-3.10.1/src/YWidgetFactory.h      2020-07-06 12:25:08.000000000 
+0200
@@ -109,7 +109,7 @@
     virtual YComboBox *                createComboBox          ( YWidget * 
parent, const std::string & label, bool editable     = false )      = 0;
     virtual YSelectionBox *    createSelectionBox      ( YWidget * parent, 
const std::string & label )                                 = 0;
     virtual YTree *            createTree              ( YWidget * parent, 
const std::string & label, bool multiselection = false, bool recursiveselection 
= false ) = 0;
-    virtual YTable *           createTable             ( YWidget * parent, 
YTableHeader * header,     bool multiSelection = false )    = 0;
+    virtual YTable *           createTable             ( YWidget * parent, 
YTableHeader * header_disown,     bool multiSelection = false )     = 0;
     virtual YProgressBar *     createProgressBar       ( YWidget * parent, 
const std::string & label, int  maxValue       = 100   )    = 0;
     virtual YRichText *                createRichText          ( YWidget * 
parent, const std::string & text = std::string(), bool plainTextMode = false )  
    = 0;
     virtual YBusyIndicator *   createBusyIndicator     ( YWidget * parent, 
const std::string & label, int timeout = 1000 )             = 0;


Reply via email to