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-02-16 22:36:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dtkcore (Old) and /work/SRC/openSUSE:Factory/.dtkcore.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dtkcore" Tue Feb 16 22:36:17 2021 rev:10 rq:869743 version:5.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dtkcore/dtkcore.changes 2020-03-21 00:01:26.873099908 +0100 +++ /work/SRC/openSUSE:Factory/.dtkcore.new.28504/dtkcore.changes 2021-02-16 22:42:00.954076511 +0100 @@ -1,0 +2,30 @@ +Fri Jan 29 12:20:31 UTC 2021 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.4.0 + * Fix correct tools output message typo + * Fix memory leak in dsettings + * Fix bug for desktop + +------------------------------------------------------------------- +Tue Sep 15 06:00:59 UTC 2020 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.2.2.5 + * Fix bugs + * Add class DThreadUtils + * Fix ID in os-release + +------------------------------------------------------------------- +Mon Apr 27 03:14:34 UTC 2020 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.2.0 + * Switch to LGPLv3 license + * Fix bug-20975 DSettings::reset emit too many valueChanged + * Fix ix tow tag on same commit + * Support get installed memory size from lshw + * Fix stderr warning from deepin-os-release tool + * Add personal edition support and check + * Add class template argument for overrideVfptrFun + * Support override global vtable of class + * Add ddeDisplayName() for DDE applications + +------------------------------------------------------------------- Old: ---- dtkcore-2.1.1.tar.gz New: ---- dtkcore-5.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dtkcore.spec ++++++ --- /var/tmp/diff_new_pack.bqTsx3/_old 2021-02-16 22:42:01.498077163 +0100 +++ /var/tmp/diff_new_pack.bqTsx3/_new 2021-02-16 22:42:01.502077168 +0100 @@ -1,8 +1,8 @@ # # spec file for package dtkcore # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2017-2018 Hillwood Yang <hillw...@opensuse.org> +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2017-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,15 +17,16 @@ # -%define libver 2 +%define libver 5 +%define apiver 5.0.0 Name: dtkcore -Version: 2.1.1 +Version: 5.4.0 Release: 0 Summary: Deepin Tool Kit Core -License: GPL-3.0-or-later +License: LGPL-3.0-only Group: System/GUI/Other -Url: https://github.com/linuxdeepin/dtkcore +URL: https://github.com/linuxdeepin/dtkcore Source0: https://github.com/linuxdeepin/dtkcore/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: libqt5-linguist @@ -64,17 +65,17 @@ %prep %setup -q 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 %build %qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \ PREFIX=%{_prefix} \ LIB_INSTALL_DIR=%{_libdir} -make %{?_smp_mflags} +%make_build %install %qmake5_install -# mkdir -p %{buildroot}%{_libdir}/qt5 -# mv %{buildroot}/mkspecs %{buildroot}%{_libdir}/qt5/ # Remove useless files rm -rf %{buildroot}/usr/tests @@ -85,9 +86,8 @@ %defattr(-,root,root,-) %doc README.md CHANGELOG.md %license LICENSE -# %dir %{_libexecdir}/dtk2 -# %{_libexecdir}/dtk2/* -%{_libdir}/libdtk-2.0.6 +%{_libdir}/libdtk-%{apiver} +%{_datadir}/glib-2.0/schemas/com.deepin.dtk.gschema.xml %files -n lib%{name}%{libver} %defattr(-,root,root,-) @@ -97,7 +97,7 @@ %defattr(-,root,root,-) %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/dtkcore.pc -%{_includedir}/libdtk-2.0.6 +%{_includedir}/libdtk-%{apiver} %dir %{_libdir}/qt5 %dir %{_libdir}/qt5/mkspecs %{_libdir}/qt5/mkspecs/features ++++++ dtkcore-2.1.1.tar.gz -> dtkcore-5.4.0.tar.gz ++++++ ++++ 10708 lines of diff (skipped)