Hello community, here is the log from the commit of package deepin-turbo for openSUSE:Factory checked in at 2019-08-05 10:41:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-turbo (Old) and /work/SRC/openSUSE:Factory/.deepin-turbo.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-turbo" Mon Aug 5 10:41:39 2019 rev:2 rq:720755 version:0.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-turbo/deepin-turbo.changes 2019-05-24 11:33:31.285363677 +0200 +++ /work/SRC/openSUSE:Factory/.deepin-turbo.new.4126/deepin-turbo.changes 2019-08-05 10:42:05.779293902 +0200 @@ -1,0 +2,5 @@ +Fri Aug 2 13:58:03 UTC 2019 - Hillwood Yang <[email protected]> + +- Fix return type Werror check, add fix-return-type-Werror.patch + +------------------------------------------------------------------- New: ---- fix-return-type-Werror.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-turbo.spec ++++++ --- /var/tmp/diff_new_pack.DrTpAc/_old 2019-08-05 10:42:06.163293858 +0200 +++ /var/tmp/diff_new_pack.DrTpAc/_new 2019-08-05 10:42:06.163293858 +0200 @@ -24,7 +24,8 @@ Url: https://github.com/linuxdeepin/deepin-turbo Group: Productivity/Graphics/Convertors Source: https://github.com/linuxdeepin/deepin-turbo/archive/%{version}/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM deepin-doc-fix-lost-pkgconfig.patch [email protected] - fix lost pkgconfig +# PATCH-FIX-UPSTREAM fix-return-type-Werror.patch [email protected] - Fix return type Werror check +Patch0: fix-return-type-Werror.patch BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dtkwidget) @@ -47,6 +48,7 @@ %prep %setup -q -n %{name}-%{version} +%patch0 -p1 %build %cmake ++++++ fix-return-type-Werror.patch ++++++ diff -Nur deepin-turbo-0.0.3/src/invoker/invoker.c deepin-turbo-0.0.3-new/src/invoker/invoker.c --- deepin-turbo-0.0.3/src/invoker/invoker.c 2018-10-13 23:44:23.000000000 +0800 +++ deepin-turbo-0.0.3-new/src/invoker/invoker.c 2019-08-02 22:01:40.515235000 +0800 @@ -468,7 +468,7 @@ } else { info("Failed to connect to the DBus session bus: %s", error.message); dbus_error_free(&error); - return 1; + return; } }
