Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dtkwidget for openSUSE:Factory 
checked in at 2021-02-16 22:36:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtkwidget (Old)
 and      /work/SRC/openSUSE:Factory/.dtkwidget.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtkwidget"

Tue Feb 16 22:36:23 2021 rev:9 rq:869754 version:5.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtkwidget/dtkwidget.changes      2020-06-17 
14:52:41.265464049 +0200
+++ /work/SRC/openSUSE:Factory/.dtkwidget.new.28504/dtkwidget.changes   
2021-02-16 22:42:17.154095929 +0100
@@ -1,0 +2,17 @@
+Fri Jan 29 12:29:58 UTC 2021 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 5.4.1
+  * Remove qt5multimedia 
+  * add DApplication::globalApplication
+  * Fix bugs
+
+-------------------------------------------------------------------
+Tue Sep 15 07:20:02 UTC 2020 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 5.2.2.13
+  * Support Qt 5.15, drop dtkwidget-qt-5_15.patch
+  * Fix bugs
+  * Add some widgets
+  * Update translations
+
+-------------------------------------------------------------------
@@ -4,0 +22,15 @@
+
+-------------------------------------------------------------------
+Mon Apr 27 12:30:35 UTC 2020 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 5.2.0
+  * Switch to LGPLv3 license
+  * Fix bug18561,press 'F1' can't open help window while open two 
+    dde-file-manager windows
+  * Fix bug-18362 DTabBar move tab failed
+  * Fix bug-18903, settingsDialog adjust scrollArea right margin
+  * Fix bug-20975 DSettingsDialog with DButtonBox reset crash 
+  * Disabled DlineEdit show context menu
+  * And fix many other bugs
+  * Update many apis
+

Old:
----
  dtkwidget-2.1.1.tar.gz
  dtkwidget-qt-5_15.patch

New:
----
  dtkwidget-5.4.1.tar.gz

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

Other differences:
------------------
++++++ dtkwidget.spec ++++++
--- /var/tmp/diff_new_pack.kI82Xr/_old  2021-02-16 22:42:17.882096802 +0100
+++ /var/tmp/diff_new_pack.kI82Xr/_new  2021-02-16 22:42:17.882096802 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package dtkwidget
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2019 Hillwood Yang <hillw...@opensuse.org>
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2021 Hillwood Yang <hillw...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,19 @@
 #
 
 
-%define libver 2
+%define libver 5
+%define apiver 5.0.0
 
 Name:           dtkwidget
-Version:        2.1.1
+Version:        5.4.1
 Release:        0
 Summary:        Deepin graphical user interface library
-License:        GPL-3.0-or-later
+License:        LGPL-3.0-only
 Group:          System/GUI/Other
 URL:            https://github.com/linuxdeepin/dtkwidget
 Source0:        
https://github.com/linuxdeepin/dtkwidget/archive/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTEAM dtkwidget-fix-lost-pkgconfig.patch hillw...@opensuse.org - 
fix lost pkgconfig
 Patch0:         dtkwidget-fix-lost-pkgconfig.patch
-# PATCH-FIX-UPSTEAM dtkwidget-qt-5_15.patch hillw...@opensuse.org - Support Qt 
5.15
-Patch1:         dtkwidget-qt-5_15.patch 
 BuildRequires:  fdupes
 BuildRequires:  libqt5-linguist
 BuildRequires:  libqt5-qtbase-private-headers-devel
@@ -38,18 +37,17 @@
 BuildRequires:  libqt5-qtmultimedia-devel
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(dframeworkdbus)
-BuildRequires:  pkgconfig(dtkcore)
+BuildRequires:  pkgconfig(dtkcore) >= 5.0.0
+BuildRequires:  pkgconfig(dtkgui) >= 5.0.0
 BuildRequires:  pkgconfig(gsettings-qt)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(xcb-util)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xi)
-Recommends:     %{name}-lang = %{name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,6 +57,7 @@
 %package -n lib%{name}%{libver}
 Summary:        Libraries for dtkwidget
 Group:          System/Libraries
+Recommends:     %{name}-lang
 
 %description -n lib%{name}%{libver}
 The dtkwidget-devel package contains the header files and developer
@@ -78,9 +77,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%if 0%{?suse_version} > 1500
-%patch1 -p1
-%endif
 
 %build
 # sed -i "s/lrelease/lrelease-qt5/g" tools/translate_generation.*
@@ -103,15 +99,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.md CHANGELOG.md
-%license LICENSE
-%{_libdir}/libdtk-2.0.6
+%{_libdir}/libdtk-%{apiver}
 
 %files -n lib%{name}%{libver}
 %defattr(-,root,root,-)
 %{_libdir}/lib%{name}.so.*
 
 %files devel
+%doc README.md CHANGELOG.md
+%license LICENSE
 %defattr(-,root,root,-)
 %dir %{_includedir}/libdtk-*
 %{_includedir}/libdtk-*/DWidget
@@ -125,6 +121,6 @@
 
 %files lang
 %defattr(-,root,root,-)
-%{_datadir}//libdtk-2.0.6
+%{_datadir}/libdtk-%{apiver}
 
 %changelog

++++++ dtkwidget-2.1.1.tar.gz -> dtkwidget-5.4.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/dtkwidget/dtkwidget-2.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.dtkwidget.new.28504/dtkwidget-5.4.1.tar.gz differ: 
char 15, line 1

Reply via email to