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 2022-01-31 22:56:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-editor (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-editor.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-editor"

Mon Jan 31 22:56:53 2022 rev:5 rq:950195 version:5.10.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-editor/deepin-editor.changes      
2021-02-16 22:42:13.346091365 +0100
+++ /work/SRC/openSUSE:Factory/.deepin-editor.new.1898/deepin-editor.changes    
2022-01-31 22:57:17.713592359 +0100
@@ -1,0 +2,12 @@
+Mon Jan 31 07:55:18 UTC 2022 - Hillwood Yang <[email protected]>
+
+- Update version to 5.10.16
+  * Add manual documents
+  * Drop libenca0
+  * Add libchardet1
+  * Add ut code
+  * Fix bug
+- Drop Use-librares-system-default.patch
+- Add Fix-return-type.patch, fix a return type error 
+
+-------------------------------------------------------------------

Old:
----
  Use-librares-system-default.patch
  deepin-editor-5.9.0.32.tar.gz

New:
----
  Fix-return-type.patch
  deepin-editor-5.10.16.tar.gz

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

Other differences:
------------------
++++++ deepin-editor.spec ++++++
--- /var/tmp/diff_new_pack.5vRkiZ/_old  2022-01-31 22:57:18.421587590 +0100
+++ /var/tmp/diff_new_pack.5vRkiZ/_new  2022-01-31 22:57:18.425587562 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package deepin-editor
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,20 @@
 
 
 Name:           deepin-editor
-Version:        5.9.0.32
+Version:        5.10.16
 Release:        0
 Summary:        A text editor for the Deepin environment
 License:        GPL-3.0-or-later
 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-OPENSUSE Use-librares-system-default.patch [email protected] - 
Use these librares in system default
-Patch0:         Use-librares-system-default.patch
+# PATCH-FIX-UPSTREAM Fix-return-type.patch [email protected] - Fix a 
return type error
+Patch0:         Fix-return-type.patch
+%ifarch ppc ppc64 ppc64le s390 s390x
+BuildRequires:  deepin-desktop-base
+%else
+BuildRequires:  deepin-manual
+%endif
 BuildRequires:  fdupes
 BuildRequires:  gmock
 BuildRequires:  gtest
@@ -45,6 +50,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(chardet)
 BuildRequires:  pkgconfig(dtkcore)
 BuildRequires:  pkgconfig(dtkgui)
 BuildRequires:  pkgconfig(dtkwidget)
@@ -81,6 +87,7 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/deepin-manual/manual-assets/application/%{name}
 
 %files lang
 %defattr(-,root,root)

++++++ Fix-return-type.patch ++++++
diff -Nur deepin-editor-5.10.16/src/widgets/window.cpp 
deepin-editor-5.10.16-new/src/widgets/window.cpp
--- deepin-editor-5.10.16/src/widgets/window.cpp        2022-01-27 
10:59:34.000000000 +0800
+++ deepin-editor-5.10.16-new/src/widgets/window.cpp    2022-01-31 
15:50:43.295725992 +0800
@@ -2728,6 +2728,7 @@
             return false;
         }
     }
+    return false;
 }
 
 QString Window::getKeywordForSearchAll()

++++++ deepin-editor-5.9.0.32.tar.gz -> deepin-editor-5.10.16.tar.gz ++++++
/work/SRC/openSUSE:Factory/deepin-editor/deepin-editor-5.9.0.32.tar.gz 
/work/SRC/openSUSE:Factory/.deepin-editor.new.1898/deepin-editor-5.10.16.tar.gz 
differ: char 23, line 1

Reply via email to