Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dtkcore for openSUSE:Factory checked 
in at 2021-08-10 10:27:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtkcore (Old)
 and      /work/SRC/openSUSE:Factory/.dtkcore.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtkcore"

Tue Aug 10 10:27:45 2021 rev:13 rq:911130 version:5.5.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtkcore/dtkcore.changes  2021-06-02 
22:11:33.780122474 +0200
+++ /work/SRC/openSUSE:Factory/.dtkcore.new.1899/dtkcore.changes        
2021-08-10 10:28:21.937739243 +0200
@@ -1,0 +2,16 @@
+Sun Aug  1 07:31:49 UTC 2021 - Hillwood Yang <[email protected]>
+
+- Update pkgconfig profile version to 5.5 
+
+-------------------------------------------------------------------
+Sun Jul 25 07:29:44 UTC 2021 - Hillwood Yang <[email protected]>
+
+- Update version to 5.5.17.1
+  * Add qdbusxml2cpp-fix
+  * update abi json file 
+  * Renaming a nonexistent file will report an error
+  * Add global function to get dtk Version
+  * Export DObjectPrivate
+- Add fix-return-type.patch, fix return type error.
+
+-------------------------------------------------------------------

Old:
----
  dtkcore-5.4.13.tar.gz

New:
----
  dtkcore-5.5.17.1.tar.gz
  fix-return-type.patch

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

Other differences:
------------------
++++++ dtkcore.spec ++++++
--- /var/tmp/diff_new_pack.BC8mmz/_old  2021-08-10 10:28:22.497737807 +0200
+++ /var/tmp/diff_new_pack.BC8mmz/_new  2021-08-10 10:28:22.497737807 +0200
@@ -19,9 +19,10 @@
 
 %define libver 5
 %define apiver 5.5.0
+%define pkg_ver 5.5
 
 Name:           dtkcore
-Version:        5.4.13
+Version:        5.5.17.1
 Release:        0
 Summary:        Deepin Tool Kit Core
 License:        LGPL-3.0-only
@@ -30,6 +31,8 @@
 Source0:        
https://github.com/linuxdeepin/dtkcore/archive/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTEAM Fix-library-link.patch [email protected] - Need link 
to dl
 Patch0:         Fix-library-link.patch
+# PATCH-FIX-UPSTEAM fix-return-type.patch [email protected] - fix return 
type error
+Patch1:         fix-return-type.patch
 BuildRequires:  dtkcommon
 BuildRequires:  fdupes
 BuildRequires:  gtest
@@ -73,8 +76,8 @@
 %prep
 %autosetup -p1
 # sed -i 's/system(lrelease/system(lrelease-qt5/g' src/dtk_translation.prf
-sed -i 's|#!/usr/bin/env python|#!/usr/bin/python3|g' 
tools/script/dtk-license.py
-sed -i 's|#!env python|#!/usr/bin/python3|g' tools/script/dtk-translate.py
+sed -i 's|#!/usr/bin/env python3|#!/usr/bin/python3|g' 
tools/script/dtk-license.py
+sed -i 's|#!/usr/bin/env python3|#!/usr/bin/python3|g' 
tools/script/dtk-translate.py
 
 %build
 %qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \
@@ -87,6 +90,7 @@
 %qmake5_install
 # Remove useless files
 rm -rf %{buildroot}/usr/tests
+chmod +x %{buildroot}%{_libdir}/libdtk-5.5.0/DCore/bin/*.py
 
 %post -n lib%{name}%{libver} -p /sbin/ldconfig
 %postun -n lib%{name}%{libver} -p /sbin/ldconfig
@@ -95,6 +99,7 @@
 %defattr(-,root,root,-)
 %doc README.md CHANGELOG.md
 %license LICENSE
+%{_bindir}/qdbusxml2cpp-fix
 %{_libdir}/libdtk-%{apiver}
 
 %files -n lib%{name}%{libver}
@@ -104,7 +109,7 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/lib%{name}.so
-%{_libdir}/pkgconfig/dtkcore.pc
+%{_libdir}/pkgconfig/*.pc
 %{_includedir}/libdtk-%{apiver}
 %dir %{_libdir}/qt5
 %dir %{_libdir}/qt5/mkspecs

++++++ dtkcore-5.4.13.tar.gz -> dtkcore-5.5.17.1.tar.gz ++++++
++++ 2959 lines of diff (skipped)

++++++ fix-return-type.patch ++++++
diff -Nur dtkcore-5.5.17.1/src/dsysinfo.cpp 
dtkcore-5.5.17.1-new/src/dsysinfo.cpp
--- dtkcore-5.5.17.1/src/dsysinfo.cpp   2021-06-29 17:15:40.000000000 +0800
+++ dtkcore-5.5.17.1-new/src/dsysinfo.cpp       2021-07-25 15:24:38.963081577 
+0800
@@ -794,6 +794,7 @@
         qWarning() << "Getting the SP version in this mode is not supported.";
         return {};
     }
+    return {};
 }
 
 /*!

Reply via email to