From 010c544d5f74544bffff265d03e58b91c95872ebc9bc29120294f5941ef36061 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Thu, 25 Apr 2019 01:45:50 +0000 Subject: [PATCH] Accepting request 697552 from X11:Deepin:Factory - Update version to 2.0.12.1 * Cross-builds incorrectly, built packages contain paths from build architecture * Fix issue#10 - Update version to 2.0.10 * Fix crash at application * Add DNotifySender * Deepin-os-release support cpu model and other info query * Fix failed build the deepin-os-release on Qt 5.7.1 * Use main project c/cxx/ld flags on build deepin-os-release * Fix missing default constructor * Support connan build OBS-URL: https://build.opensuse.org/request/show/697552 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/dtkcore?expand=0&rev=14 --- dtkcore-2.0.12.1.tar.gz | 3 +++ dtkcore-2.0.9.11.tar.gz | 3 --- dtkcore.changes | 20 ++++++++++++++++++++ dtkcore.spec | 8 ++++---- 4 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 dtkcore-2.0.12.1.tar.gz delete mode 100644 dtkcore-2.0.9.11.tar.gz diff --git a/dtkcore-2.0.12.1.tar.gz b/dtkcore-2.0.12.1.tar.gz new file mode 100644 index 0000000..888967d --- /dev/null +++ b/dtkcore-2.0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89fe6aaae1c5ef709bba6eff4e858e8c5fcd1c5f50e8cf0cfadaf12cf52541c +size 215410 diff --git a/dtkcore-2.0.9.11.tar.gz b/dtkcore-2.0.9.11.tar.gz deleted file mode 100644 index 4f7f454..0000000 --- a/dtkcore-2.0.9.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8db73894dd81dd6e7eb5ac9a5bc32d821f5b2ba1330e77428deb2523f0769d65 -size 208922 diff --git a/dtkcore.changes b/dtkcore.changes index f3535d9..530caf7 100644 --- a/dtkcore.changes +++ b/dtkcore.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Apr 19 06:12:48 UTC 2019 - Hillwood Yang + +- Update version to 2.0.12.1 + * Cross-builds incorrectly, built packages contain paths from build + architecture + * Fix issue#10 + +------------------------------------------------------------------- +Tue Apr 16 06:59:12 UTC 2019 - Hillwood Yang + +- Update version to 2.0.10 + * Fix crash at application + * Add DNotifySender + * Deepin-os-release support cpu model and other info query + * Fix failed build the deepin-os-release on Qt 5.7.1 + * Use main project c/cxx/ld flags on build deepin-os-release + * Fix missing default constructor + * Support connan build + ------------------------------------------------------------------- Thu Dec 20 13:26:21 UTC 2018 - hillwood@opensuse.org diff --git a/dtkcore.spec b/dtkcore.spec index 1a64b92..b4215a6 100644 --- a/dtkcore.spec +++ b/dtkcore.spec @@ -1,7 +1,7 @@ # # spec file for package dtkcore # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017-2018 Hillwood Yang # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define libver 2 Name: dtkcore -Version: 2.0.9.11 +Version: 2.0.12.1 Release: 0 Summary: Deepin Tool Kit Core License: GPL-3.0-or-later @@ -73,8 +73,8 @@ make %{?_smp_mflags} %install %qmake5_install -mkdir -p %{buildroot}%{_libdir}/qt5 -mv %{buildroot}/mkspecs %{buildroot}%{_libdir}/qt5/ +# mkdir -p %{buildroot}%{_libdir}/qt5 +# mv %{buildroot}/mkspecs %{buildroot}%{_libdir}/qt5/ # Remove useless files rm -rf %{buildroot}/usr/tests