Hello community,

here is the log from the commit of package libyui-ncurses for 
openSUSE:Leap:15.2 checked in at 2020-01-17 11:58:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libyui-ncurses (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libyui-ncurses.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses"

Fri Jan 17 11:58:34 2020 rev:26 rq:761862 version:2.54.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libyui-ncurses/libyui-ncurses.changes  
2020-01-15 15:25:53.114592104 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.libyui-ncurses.new.26092/libyui-ncurses.changes   
    2020-01-17 11:58:35.520428810 +0100
@@ -1,0 +2,41 @@
+Thu Dec 19 18:18:24 CET 2019 - [email protected]
+
+- handle new sort-key when sorting tables (bsc#1140018)
+- 2.54.4
+
+-------------------------------------------------------------------
+Mon Dec 16 17:31:52 CET 2019 - [email protected]
+
+- update selected item in table when changing sorting only if
+  multiselection mode is off (bsc#1159098)
+- 2.54.3
+
+-------------------------------------------------------------------
+Mon Dec 16 09:26:14 CET 2019 - [email protected]
+
+- sort new table content (unless keep-sorting flag is set) (part
+  of bsc#1140018 and part of #1159177)
+- update selected item in table when changing sorting (bsc#1159098)
+- 2.54.2
+
+-------------------------------------------------------------------
+Fri Dec 13 11:56:57 CET 2019 - [email protected]
+
+- save flag for reverse sorting in SortStrategyBase (needed for
+  bsc#1159177)
+- 2.54.1
+
+-------------------------------------------------------------------
+Fri Nov 29 14:41:35 UTC 2019 - Rodion Iafarov <[email protected]>
+
+- Add support to operate on many widgets with rest-api (bsc#1132247)
+- Increase SO version to 11
+- 2.54.0
+
+-------------------------------------------------------------------
+Thu Nov 14 10:15:18 UTC 2019 - Stefan Hundhammer <[email protected]>
+
+- Implemented CustomStatusItemSelector widget (bsc#1084674)
+- 2.53.2
+
+-------------------------------------------------------------------
@@ -6,0 +48 @@
+
@@ -1880 +1921,0 @@
-
@@ -2442 +2482,0 @@
-
@@ -3154 +3193,0 @@
-

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

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

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

Other differences:
------------------
++++++ libyui-ncurses-doc.spec ++++++
--- /var/tmp/diff_new_pack.PakxTU/_old  2020-01-17 11:58:36.084429059 +0100
+++ /var/tmp/diff_new_pack.PakxTU/_new  2020-01-17 11:58:36.088429060 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-doc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define parent libyui-ncurses
-%define so_version 10
+%define so_version 11
 
 Name:           %{parent}-doc
-Version:        2.53.1
+Version:        2.54.4
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
@@ -31,12 +32,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gnome
 BuildRequires:  texlive-latex
-# YItemSelector
-BuildRequires:  libyui-devel >= 3.8.0
+# YCustomStatusItemSelector
+BuildRequires:  libyui-devel >= 3.8.4
 
 Url:            http://github.com/libyui/
 Summary:        Libyui-ncurses documentation
-License:        LGPL-2.1 or LGPL-3.0
+License:        LGPL-2.1-only OR LGPL-3.0-only
 Group:          Documentation/HTML
 
 %description

++++++ libyui-ncurses.spec ++++++
--- /var/tmp/diff_new_pack.PakxTU/_old  2020-01-17 11:58:36.100429065 +0100
+++ /var/tmp/diff_new_pack.PakxTU/_new  2020-01-17 11:58:36.104429067 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,11 +17,11 @@
 
 
 Name:           libyui-ncurses
-Version:        2.53.1
+Version:        2.54.4
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
-%define so_version 10
+%define so_version 11
 %define bin_name %{name}%{so_version}
 
 %if 0%{?suse_version} > 1325
@@ -33,14 +33,14 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 
-# YItemSelector
-%define libyui_devel_version libyui-devel >= 3.8.0
+# YTableCell::sortKey
+%define libyui_devel_version libyui-devel >= 3.9.1
 BuildRequires:  %{libyui_devel_version}
 BuildRequires:  ncurses-devel
 
 Url:            http://github.com/libyui/
 Summary:        Libyui - Character Based User Interface
-License:        LGPL-2.1 or LGPL-3.0
+License:        LGPL-2.1-only OR LGPL-3.0-only
 Group:          System/Libraries
 
 %description
@@ -75,9 +75,9 @@
 %else
 Requires:       boost-devel
 %endif
+Requires:       %{bin_name} = %{version}
 Requires:       glibc-devel
 Requires:       libstdc++-devel
-Requires:       %{bin_name} = %{version}
 Requires:       ncurses-devel
 
 Url:            http://github.com/libyui/
@@ -96,8 +96,8 @@
 
 Url:            http://github.com/libyui/
 Summary:        Libyui-ncurses tools
-Group:          System/Libraries
 # conflict with libyui-ncurses8, /usr/bin/libyui-terminal was originally there
+Group:          System/Libraries
 Conflicts:      %{name}8
 
 Requires:       screen

++++++ libyui-ncurses-2.53.1.tar.bz2 -> libyui-ncurses-2.54.4.tar.bz2 ++++++
++++ 4564 lines of diff (skipped)


Reply via email to