Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deepin-editor for openSUSE:Factory 
checked in at 2024-06-03 17:41:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-editor (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-editor.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-editor"

Mon Jun  3 17:41:38 2024 rev:11 rq:1177958 version:5.10.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-editor/deepin-editor.changes      
2022-11-24 12:26:01.966366479 +0100
+++ /work/SRC/openSUSE:Factory/.deepin-editor.new.24587/deepin-editor.changes   
2024-06-03 17:41:50.135425864 +0200
@@ -1,0 +2,5 @@
+Fri May 31 14:21:09 UTC 2024 - Hillwood Yang <hillw...@opensuse.org>
+
+- Add fix-build-on-icu-75.patch, icu 75 needs c++17 
+
+-------------------------------------------------------------------

New:
----
  fix-build-on-icu-75.patch

BETA DEBUG BEGIN:
  New:
- Add fix-build-on-icu-75.patch, icu 75 needs c++17 
BETA DEBUG END:

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

Other differences:
------------------
++++++ deepin-editor.spec ++++++
--- /var/tmp/diff_new_pack.VycIUV/_old  2024-06-03 17:41:50.751449290 +0200
+++ /var/tmp/diff_new_pack.VycIUV/_new  2024-06-03 17:41:50.751449290 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package deepin-editor
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 Group:          Productivity/Text/Editors
 URL:            https://github.com/linuxdeepin/deepin-editor
 Source0:        
https://github.com/linuxdeepin/deepin-editor/archive/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTRAEM fix-build-on-icu-75.patch hillw...@opensuse.org - ICU 75 
needs c++17
+Patch1:         fix-build-on-icu-75.patch
 %ifarch ppc ppc64 ppc64le s390 s390x
 BuildRequires:  deepin-desktop-base
 %else

++++++ fix-build-on-icu-75.patch ++++++
diff -Nur deepin-editor-5.10.40/CMakeLists.txt 
deepin-editor-5.10.40-new/CMakeLists.txt
--- deepin-editor-5.10.40/CMakeLists.txt        2022-11-17 09:40:48.000000000 
+0800
+++ deepin-editor-5.10.40-new/CMakeLists.txt    2024-05-31 22:18:37.208783434 
+0800
@@ -7,7 +7,7 @@
 project(deepin-editor)
 
 #set(CMAKE_VERBOSE_MAKEFILE ON)
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_AUTOMOC ON)
 set(CMAKE_AUTOUIC ON)

Reply via email to