Hello community, here is the log from the commit of package libyui-qt for openSUSE:Leap:15.2 checked in at 2020-01-17 11:58:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libyui-qt (Old) and /work/SRC/openSUSE:Leap:15.2/.libyui-qt.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-qt" Fri Jan 17 11:58:35 2020 rev:24 rq:761863 version:2.52.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libyui-qt/libyui-qt.changes 2020-01-15 15:25:53.718592441 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libyui-qt.new.26092/libyui-qt.changes 2020-01-17 11:58:36.796429372 +0100 @@ -1,0 +2,53 @@ +Fri Dec 20 11:51:53 CET 2019 - [email protected] + +- handle new sort-key when sorting tables (bsc#1140018) +- 2.52.1 + +------------------------------------------------------------------- +Mon Dec 9 10:57:10 UTC 2019 - Rodion Iafarov <[email protected]> + +- Add support to operate on many widgets with rest-api (bsc#1132247) +- Increase SO version to 11 +- 2.52.0 + +------------------------------------------------------------------- +Wed Dec 4 11:55:04 CET 2019 - [email protected] + +- Added a banner on the upper/right side of the YaST layout. + The label can be set by the environment variable YAST_BANNER + (jsc#SLE-9424). +- 2.51.7 + +------------------------------------------------------------------- +Thu Nov 28 11:11:41 UTC 2019 - Stefan Hundhammer <[email protected]> + +- Fixed Qt 5.14 deprecated warnings (bsc#1155550) +- 2.51.6 + +------------------------------------------------------------------- +Wed Nov 20 16:26:49 UTC 2019 - Stefan Hundhammer <[email protected]> + +- Prevent crash on [PrintScreen] of a main window (bsc#1157170) +- 2.51.5 + +------------------------------------------------------------------- +Thu Nov 14 11:31:34 UTC 2019 - Stefan Hundhammer <[email protected]> + +- Mirror layout direction in Farsi (bsc#1156437) +- 2.51.4 + +------------------------------------------------------------------- +Thu Nov 7 11:02:48 UTC 2019 - Stefan Hundhammer <[email protected]> + +- Left-align ItemSelector toggle and icon if using custom status values, + but items without description (bsc#1084674) +- 2.51.3 + +------------------------------------------------------------------- +Thu Oct 31 14:16:40 UTC 2019 - Stefan Hundhammer <[email protected]> + +- Support custom status values (int, not just boolean) in ItemSelector + (bsc#1084674) +- 2.51.2 + +------------------------------------------------------------------- @@ -2230 +2282,0 @@ - @@ -2385 +2436,0 @@ - @@ -2492 +2542,0 @@ - Old: ---- libyui-qt-2.51.1.tar.bz2 New: ---- libyui-qt-2.52.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-qt-doc.spec ++++++ --- /var/tmp/diff_new_pack.osbp21/_old 2020-01-17 11:58:37.128429518 +0100 +++ /var/tmp/diff_new_pack.osbp21/_new 2020-01-17 11:58:37.128429518 +0100 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-doc # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ %define parent libyui-qt -%define so_version 10 +%define so_version 11 Name: %{parent}-doc # DO NOT manually bump the version here; instead, use rake version:bump -Version: 2.51.1 +Version: 2.52.1 Release: 0 Source: %{parent}-%{version}.tar.bz2 @@ -32,12 +32,12 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: graphviz-gnome -BuildRequires: texlive-latex BuildRequires: libyui-devel >= 3.8.0 +BuildRequires: texlive-latex Url: http://github.com/libyui/ Summary: Libyui-qt documentation -License: LGPL-2.1 or LGPL-3.0 +License: LGPL-2.1-only OR LGPL-3.0-only Group: Documentation/HTML %description ++++++ libyui-qt.spec ++++++ --- /var/tmp/diff_new_pack.osbp21/_old 2020-01-17 11:58:37.144429525 +0100 +++ /var/tmp/diff_new_pack.osbp21/_new 2020-01-17 11:58:37.148429526 +0100 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -18,11 +18,11 @@ Name: libyui-qt # DO NOT manually bump the version here; instead, use rake version:bump -Version: 2.51.1 +Version: 2.52.1 Release: 0 Source: %{name}-%{version}.tar.bz2 -%define so_version 10 +%define so_version 11 %define bin_name %{name}%{so_version} BuildRequires: boost-devel @@ -30,20 +30,20 @@ BuildRequires: gcc-c++ BuildRequires: pkg-config -%define libyui_devel_version libyui-devel >= 3.8.0 +%define libyui_devel_version libyui-devel >= 3.9.1 BuildRequires: %{libyui_devel_version} BuildRequires: fontconfig-devel BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5X11Extras) Provides: yui_backend = %{so_version} Url: http://github.com/libyui/ Summary: Libyui - Qt User Interface -License: LGPL-2.1 or LGPL-3.0 +License: LGPL-2.1-only OR LGPL-3.0-only Group: System/Libraries %description @@ -70,9 +70,9 @@ %package devel +Requires: %{bin_name} = %{version} Requires: %{libyui_devel_version} Requires: fontconfig-devel -Requires: %{bin_name} = %{version} Url: http://github.com/libyui/ Summary: Libyui-qt header files ++++++ libyui-qt-2.51.1.tar.bz2 -> libyui-qt-2.52.1.tar.bz2 ++++++ ++++ 1842 lines of diff (skipped)
