Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dtkcore for openSUSE:Factory checked 
in at 2024-03-28 13:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtkcore (Old)
 and      /work/SRC/openSUSE:Factory/.dtkcore.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtkcore"

Thu Mar 28 13:55:00 2024 rev:17 rq:1163226 version:5.5.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtkcore/dtkcore.changes  2022-09-01 
22:11:28.604294307 +0200
+++ /work/SRC/openSUSE:Factory/.dtkcore.new.1905/dtkcore.changes        
2024-03-28 14:28:35.604935629 +0100
@@ -1,0 +2,5 @@
+Thu Mar 28 06:07:42 UTC 2024 - Hillwood Yang <hillw...@opensuse.org>
+
+- Fix build on gtest 1.14.0 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dtkcore.spec ++++++
--- /var/tmp/diff_new_pack.hzJBzR/_old  2024-03-28 14:28:46.977350984 +0100
+++ /var/tmp/diff_new_pack.hzJBzR/_new  2024-03-28 14:28:46.977350984 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package dtkcore
 #
-# Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2017-2021 Hillwood Yang <hillw...@opensuse.org>
+# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2017-2024Hillwood 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,6 +20,7 @@
 %define libver  5
 %define apiver  5.5.0
 %define pkg_ver 5.5
+%define gtest_version %(rpm -q --queryformat '%%{VERSION}' gtest)
 
 Name:           dtkcore
 Version:        5.5.33
@@ -76,6 +77,9 @@
 # sed -i 's/system(lrelease/system(lrelease-qt5/g' src/dtk_translation.prf
 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
+%if "%{gtest_version}" >= "1.14.0"
+sed -i 's|c++11|c++14|g' tests/tests.pro
+%endif
 
 %build
 %qmake5 DEFINES+=QT_NO_DEBUG_OUTPUT \

Reply via email to