Hello community,

here is the log from the commit of package libyui-qt-pkg for openSUSE:Leap:15.2 
checked in at 2020-05-21 12:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libyui-qt-pkg (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libyui-qt-pkg.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt-pkg"

Thu May 21 12:57:34 2020 rev:25 rq:807740 version:2.47.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libyui-qt-pkg/libyui-qt-pkg.changes    
2020-03-31 07:22:47.166408867 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.libyui-qt-pkg.new.2738/libyui-qt-pkg.changes  
2020-05-21 12:57:34.886565355 +0200
@@ -1,0 +2,6 @@
+Mon May 18 09:48:00 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Allow vendor change also for distribution upgrade (bsc#1170521)
+- 2.47.5
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-pkg-2.47.4.tar.bz2

New:
----
  libyui-qt-pkg-2.47.5.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-pkg-doc.spec ++++++
--- /var/tmp/diff_new_pack.SLAnb1/_old  2020-05-21 12:57:35.270566192 +0200
+++ /var/tmp/diff_new_pack.SLAnb1/_new  2020-05-21 12:57:35.274566200 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-pkg-doc
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define parent libyui-qt-pkg
 %define so_version 11
 Name:           %{parent}-doc
-Version:        2.47.4
+Version:        2.47.5
 Release:        0
 Summary:        Libyui-qt-pkg documentation
 License:        LGPL-2.1-only OR LGPL-3.0-only

++++++ libyui-qt-pkg.spec ++++++
--- /var/tmp/diff_new_pack.SLAnb1/_old  2020-05-21 12:57:35.290566235 +0200
+++ /var/tmp/diff_new_pack.SLAnb1/_new  2020-05-21 12:57:35.294566244 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-pkg
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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 http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,7 @@
 %define libyui_qt_devel_version libyui-qt-devel >= 2.50.1
 %define libzypp_devel_version libzypp-devel >= 17.21.0
 Name:           libyui-qt-pkg
-Version:        2.47.4
+Version:        2.47.5
 Release:        0
 Summary:        Libyui - Qt Package Selector
 License:        LGPL-2.1-only OR LGPL-3.0-only

++++++ libyui-qt-pkg-2.47.4.tar.bz2 -> libyui-qt-pkg-2.47.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/Dockerfile 
new/libyui-qt-pkg-2.47.5/Dockerfile
--- old/libyui-qt-pkg-2.47.4/Dockerfile 2020-03-24 18:23:05.000000000 +0100
+++ new/libyui-qt-pkg-2.47.5/Dockerfile 2020-05-19 15:58:23.000000000 +0200
@@ -1,4 +1,4 @@
 # Use the libyui/devel image as the base
-FROM 
registry.opensuse.org/devel/libraries/libyui/containers/libyui-devel:latest
+FROM 
registry.opensuse.org/devel/libraries/libyui/sle-15/sp2/containers/libyui-devel
 
 COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/Rakefile 
new/libyui-qt-pkg-2.47.5/Rakefile
--- old/libyui-qt-pkg-2.47.4/Rakefile   2020-03-24 18:23:05.000000000 +0100
+++ new/libyui-qt-pkg-2.47.5/Rakefile   2020-05-19 15:58:23.000000000 +0200
@@ -7,6 +7,8 @@
 #++
 require "libyui/rake"
 
+Libyui::Tasks.submit_to :sle15sp2
+
 Libyui::Tasks.configuration do |conf|
   # do not check license in qt metadata
   conf.skip_license_check << /.*\.qrc/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/VERSION.cmake 
new/libyui-qt-pkg-2.47.5/VERSION.cmake
--- old/libyui-qt-pkg-2.47.4/VERSION.cmake      2020-03-24 18:23:05.000000000 
+0100
+++ new/libyui-qt-pkg-2.47.5/VERSION.cmake      2020-05-19 15:58:23.000000000 
+0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "47" )
-SET( VERSION_PATCH "4" )
+SET( VERSION_PATCH "5" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/package/libyui-qt-pkg-doc.spec 
new/libyui-qt-pkg-2.47.5/package/libyui-qt-pkg-doc.spec
--- old/libyui-qt-pkg-2.47.4/package/libyui-qt-pkg-doc.spec     2020-03-24 
18:23:05.000000000 +0100
+++ new/libyui-qt-pkg-2.47.5/package/libyui-qt-pkg-doc.spec     2020-05-19 
15:58:23.000000000 +0200
@@ -19,7 +19,7 @@
 %define parent libyui-qt-pkg
 %define so_version 11
 Name:           %{parent}-doc
-Version:        2.47.4
+Version:        2.47.5
 Release:        0
 Summary:        Libyui-qt-pkg documentation
 License:        LGPL-2.1-only OR LGPL-3.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/package/libyui-qt-pkg.changes 
new/libyui-qt-pkg-2.47.5/package/libyui-qt-pkg.changes
--- old/libyui-qt-pkg-2.47.4/package/libyui-qt-pkg.changes      2020-03-24 
18:23:05.000000000 +0100
+++ new/libyui-qt-pkg-2.47.5/package/libyui-qt-pkg.changes      2020-05-19 
15:58:23.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon May 18 09:48:00 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Allow vendor change also for distribution upgrade (bsc#1170521)
+- 2.47.5
+
+-------------------------------------------------------------------
 Tue Mar 24 16:20:57 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
 
 - Fixed Qt 5.15 deprecated warnings (bsc#1165118)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/package/libyui-qt-pkg.spec 
new/libyui-qt-pkg-2.47.5/package/libyui-qt-pkg.spec
--- old/libyui-qt-pkg-2.47.4/package/libyui-qt-pkg.spec 2020-03-24 
18:23:05.000000000 +0100
+++ new/libyui-qt-pkg-2.47.5/package/libyui-qt-pkg.spec 2020-05-19 
15:58:23.000000000 +0200
@@ -21,7 +21,7 @@
 %define libyui_qt_devel_version libyui-qt-devel >= 2.50.1
 %define libzypp_devel_version libzypp-devel >= 17.21.0
 Name:           libyui-qt-pkg
-Version:        2.47.4
+Version:        2.47.5
 Release:        0
 Summary:        Libyui - Qt Package Selector
 License:        LGPL-2.1-only OR LGPL-3.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/src/YQPackageSelector.cc 
new/libyui-qt-pkg-2.47.5/src/YQPackageSelector.cc
--- old/libyui-qt-pkg-2.47.4/src/YQPackageSelector.cc   2020-03-24 
18:23:05.000000000 +0100
+++ new/libyui-qt-pkg-2.47.5/src/YQPackageSelector.cc   2020-05-19 
15:58:23.000000000 +0200
@@ -1518,6 +1518,7 @@
     _repoUpgradingLabel->setVisible(!_repoUpgradingLabel->text().isEmpty());
 }
 
+
 void
 YQPackageSelector::slotRepoUpgradeLabelLinkClicked(const QString &link)
 {
@@ -1663,11 +1664,11 @@
 YQPackageSelector::pkgAllowVendorChangeChanged( bool on )
 {
     zypp::getZYpp()->resolver()->setAllowVendorChange( on );
+    zypp::getZYpp()->resolver()->dupSetAllowVendorChange( on ); // bsc#1170521
     resolveDependencies();
 }
 
 
-
 void
 YQPackageSelector::installSubPkgs( const QString & suffix )
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.47.4/src/YQPkgConflictList.cc 
new/libyui-qt-pkg-2.47.5/src/YQPkgConflictList.cc
--- old/libyui-qt-pkg-2.47.4/src/YQPkgConflictList.cc   2020-03-24 
18:23:05.000000000 +0100
+++ new/libyui-qt-pkg-2.47.5/src/YQPkgConflictList.cc   2020-05-19 
15:58:23.000000000 +0200
@@ -333,9 +333,6 @@
            
             connect( detailsLabel,     SIGNAL( linkActivated ( const QString & 
) ),
                      this,             SLOT  ( detailsExpanded()               
  ) );
-           
-            connect( detailsLabel,     SIGNAL( linkHovered ( const QString & ) 
),
-                     this,             SLOT  ( detailsTooltip()                
) );
 
             QHBoxLayout * hbox = new QHBoxLayout();
             hbox->addSpacing( 15 );


Reply via email to