Hello community,

here is the log from the commit of package dtkcore for openSUSE:Factory checked 
in at 2019-03-26 15:38:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtkcore (Old)
 and      /work/SRC/openSUSE:Factory/.dtkcore.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtkcore"

Tue Mar 26 15:38:54 2019 rev:5 rq:681580 version:2.0.9.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtkcore/dtkcore.changes  2017-12-22 
12:18:42.426524878 +0100
+++ /work/SRC/openSUSE:Factory/.dtkcore.new.25356/dtkcore.changes       
2019-03-26 15:39:04.764332753 +0100
@@ -1,0 +2,56 @@
+Thu Dec 20 13:26:21 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.9.11
+  * Fix include unistd.h instead of sys/unistd.h
+  * Fix url encoding
+  * Fix compatibility with Qt 5.6
+  * Fix can't get correct disk size in some case
+  * add DRecentManager class
+
+-------------------------------------------------------------------
+Fri Nov  9 01:35:34 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.9.5
+  * update version number for expermimental 
+  * remove qt symbols
+  * non array type value is wrong on parse josn file
+  * update symbols
+  * add LIBDTKCORESHARED_EXPORT for windows
+  * add symbols 
+
+-------------------------------------------------------------------
+Mon Mar 19 13:46:42 UTC 2018 - hillw...@opensuse.org
+
+- Split cmake-dtkcore
+- Update version to 2.0.7.1
+  * reset short cut not show
+  * cmake link depends
+  * better static lib support
+  * read settings value failed
+  * set default should not use
+  * fix dtk-settings install path
+  * develop package no install the "version.pri" file
+  * awk script failed
+  * set default build version for debian changelog
+  * set its value only if VERSION is empty
+  * add hide support for group
+  * add get option interface
+  * add group interface for DSettingsGroup
+  * support generate cmake with qt function
+  * config pkg config with dtk_module
+  * support qt module
+  * add the "version.pri" file
+  * remove build version from install path
+  * make version parser easier
+  * set verion when build
+  * add .qmake.conf file
+  * add DtkCore and dtkcore_config.h headers
+  * DSettings: support set default value
+
+-------------------------------------------------------------------
+Thu Feb  1 01:55:37 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 2.0.6
+  * Add cmake package search configure
+
+-------------------------------------------------------------------

Old:
----
  dtkcore-2.0.5.2.tar.gz

New:
----
  dtkcore-2.0.9.11.tar.gz

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

Other differences:
------------------
++++++ dtkcore.spec ++++++
--- /var/tmp/diff_new_pack.cumEgw/_old  2019-03-26 15:39:05.280332547 +0100
+++ /var/tmp/diff_new_pack.cumEgw/_new  2019-03-26 15:39:05.280332547 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package dtkcore
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2017 Hillwood Yang <hillw...@opensuse.org>
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017-2018 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
@@ -20,16 +20,15 @@
 %define libver 2
 
 Name:           dtkcore
-Version:        2.0.5.2
+Version:        2.0.9.11
 Release:        0
 Summary:        Deepin Tool Kit Core
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/GUI/Other
 Url:            https://github.com/linuxdeepin/dtkcore
 Source0:        
https://github.com/linuxdeepin/dtkcore/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  libqt5-linguist
-BuildRequires:  libqt5-linguist
 BuildRequires:  libqt5-qtbase-private-headers-devel
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  libqt5-qtmultimedia-devel
@@ -64,6 +63,7 @@
 
 %prep
 %setup -q
+sed -i 's/system(lrelease/system(lrelease-qt5/g' src/dtk_translation.prf
 
 %build
 %qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \
@@ -73,15 +73,20 @@
 
 %install
 %qmake5_install
-
+mkdir -p %{buildroot}%{_libdir}/qt5
+mv %{buildroot}/mkspecs %{buildroot}%{_libdir}/qt5/
 # Remove useless files
 rm -rf %{buildroot}/usr/tests
 
+%post -n lib%{name}%{libver} -p /sbin/ldconfig
+%postun -n lib%{name}%{libver} -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.md
 %dir %{_libexecdir}/dtk2
-%{_libexecdir}/dtk2/dtk-settings-tool
+%{_libexecdir}/dtk2/*
+%{_libdir}/libdtk-2.0.6
 
 %files -n lib%{name}%{libver}
 %defattr(-,root,root,-)
@@ -91,6 +96,12 @@
 %defattr(-,root,root,-)
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/dtkcore.pc
-%{_includedir}/libdtk-2.0
+%{_includedir}/libdtk-2.0.6
+%dir %{_libdir}/qt5
+%dir %{_libdir}/qt5/mkspecs
+%{_libdir}/qt5/mkspecs/features
+%{_libdir}/qt5/mkspecs/modules
+%dir %{_libdir}/cmake
+%{_libdir}/cmake/*
 
 %changelog

++++++ dtkcore-2.0.5.2.tar.gz -> dtkcore-2.0.9.11.tar.gz ++++++
++++ 32445 lines of diff (skipped)


Reply via email to