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
This commit is contained in:
Hillwood Yang 2019-04-25 01:45:50 +00:00 committed by Git OBS Bridge
parent 7e002f4fe6
commit 010c544d5f
4 changed files with 27 additions and 7 deletions

3
dtkcore-2.0.12.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c89fe6aaae1c5ef709bba6eff4e858e8c5fcd1c5f50e8cf0cfadaf12cf52541c
size 215410

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8db73894dd81dd6e7eb5ac9a5bc32d821f5b2ba1330e77428deb2523f0769d65
size 208922

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Apr 19 06:12:48 UTC 2019 - Hillwood Yang <hillwood@opensuse.org>
- 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 <hillwood@opensuse.org>
- 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 Thu Dec 20 13:26:21 UTC 2018 - hillwood@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package dtkcore # 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 <hillwood@opensuse.org> # Copyright (c) 2017-2018 Hillwood Yang <hillwood@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -20,7 +20,7 @@
%define libver 2 %define libver 2
Name: dtkcore Name: dtkcore
Version: 2.0.9.11 Version: 2.0.12.1
Release: 0 Release: 0
Summary: Deepin Tool Kit Core Summary: Deepin Tool Kit Core
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -73,8 +73,8 @@ make %{?_smp_mflags}
%install %install
%qmake5_install %qmake5_install
mkdir -p %{buildroot}%{_libdir}/qt5 # mkdir -p %{buildroot}%{_libdir}/qt5
mv %{buildroot}/mkspecs %{buildroot}%{_libdir}/qt5/ # mv %{buildroot}/mkspecs %{buildroot}%{_libdir}/qt5/
# Remove useless files # Remove useless files
rm -rf %{buildroot}/usr/tests rm -rf %{buildroot}/usr/tests