Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dtkgui for openSUSE:Factory checked 
in at 2021-06-02 22:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtkgui (Old)
 and      /work/SRC/openSUSE:Factory/.dtkgui.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtkgui"

Wed Jun  2 22:11:00 2021 rev:3 rq:891672 version:5.4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtkgui/dtkgui.changes    2021-02-17 
18:13:19.798028467 +0100
+++ /work/SRC/openSUSE:Factory/.dtkgui.new.1898/dtkgui.changes  2021-06-02 
22:11:13.400124138 +0200
@@ -1,0 +2,16 @@
+Wed May  5 10:57:57 UTC 2021 - Hillwood Yang <[email protected]>
+ 
+- Update version ro 5.4.13
+  * Update apiversion to 5.5.0
+  * Use dtkcommonn
+  * Support the use of setAttribute function for some settings
+  * Fix color for TextTips
+  * Recode DFontManager
+  * Add Q_GADGET for DPalette
+  * Optimize pad support
+  * Support set wm class name
+  * Add interface for set wallpaper effect parameters 
+  * Fix bugs
+- Add fix-library-link.patch
+
+-------------------------------------------------------------------

Old:
----
  dtkgui-5.4.0.tar.gz

New:
----
  dtkgui-5.4.13.tar.gz
  fix-library-link.patch

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

Other differences:
------------------
++++++ dtkgui.spec ++++++
--- /var/tmp/diff_new_pack.cO7x95/_old  2021-06-02 22:11:13.924124096 +0200
+++ /var/tmp/diff_new_pack.cO7x95/_new  2021-06-02 22:11:13.928124095 +0200
@@ -18,18 +18,22 @@
 
 
 %define libver  5
-%define apiver  5.0.0
+%define apiver  5.5.0
 
 Name:           dtkgui
-Version:        5.4.0
+Version:        5.4.13
 Release:        0
 Summary:        Deepin Toolkit GUI
 License:        LGPL-3.0
 Group:          System/GUI/Other
 Url:            https://github.com/linuxdeepin/dtkgui
 Source0:        
https://github.com/linuxdeepin/dtkgui/archive/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX_UPSTREAM fix-library-link.patch [email protected] - Should 
link glib-2.0
+Patch0:         fix-library-link.patch
 BuildRequires:  fdupes
-BuildRequires:  pkgconfig(dtkcore) >= 5.0.0
+BuildRequires:  gtest
+BuildRequires:  dtkcommon
+BuildRequires:  pkgconfig(dtkcore) >= 5.5.0
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -38,6 +42,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  libQt5Gui-private-headers-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A GUI module for DDE look and feel for the Deepin Toolkit.
@@ -65,7 +70,7 @@
 %autosetup -p1
 
 %build
-qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT \
+%qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \
           PREFIX=%{_prefix} \
           LIB_INSTALL_DIR=%{_libdir}
 
@@ -73,7 +78,6 @@
 %qmake5_install
 
 # Workaround boo#1181642
-rm -rf %{buildroot}%{_sysconfdir}/dbus-1/system.d/com.deepin.dtk.FileDrag.conf
 
 %post -n lib%{name}%{libver} -p /sbin/ldconfig
 %postun -n lib%{name}%{libver} -p /sbin/ldconfig

++++++ dtkgui-5.4.0.tar.gz -> dtkgui-5.4.13.tar.gz ++++++
++++ 16961 lines of diff (skipped)

++++++ fix-library-link.patch ++++++
diff -Nur dtkgui-5.4.13/src/src.pro dtkgui-5.4.13-new/src/src.pro
--- dtkgui-5.4.13/src/src.pro   2021-03-24 14:29:42.000000000 +0800
+++ dtkgui-5.4.13-new/src/src.pro       2021-05-05 17:31:38.943722934 +0800
@@ -9,6 +9,8 @@
 # don't link library
 QMAKE_CXXFLAGS += $$system(pkg-config --cflags-only-I librsvg-2.0)
 
+LIBS += -lglib-2.0
+
 INCLUDEPATH += \
     $$PWD/filedrag \
     $$PWD/kernel \

Reply via email to