Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package deepin-terminal for openSUSE:Factory
checked in at 2021-04-17 00:02:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-terminal (Old)
and /work/SRC/openSUSE:Factory/.deepin-terminal.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-terminal"
Sat Apr 17 00:02:02 2021 rev:7 rq:885979 version:5.0.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-terminal/deepin-terminal.changes
2021-02-16 22:42:23.522103562 +0100
+++
/work/SRC/openSUSE:Factory/.deepin-terminal.new.12324/deepin-terminal.changes
2021-04-17 00:02:24.129654344 +0200
@@ -1,0 +2,5 @@
+Fri Apr 16 11:56:42 UTC 2021 - Hillwood Yang <[email protected]>
+
+- Set version
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deepin-terminal.spec ++++++
--- /var/tmp/diff_new_pack.FVSTRw/_old 2021-04-17 00:02:24.737655303 +0200
+++ /var/tmp/diff_new_pack.FVSTRw/_new 2021-04-17 00:02:24.741655309 +0200
@@ -17,11 +17,17 @@
#
+%if 0%{?is_opensuse}
+ %define distribution openSUSE-Edition
+%else
+ %define distribution SUSE-Edition
+%endif
+
Name: deepin-terminal
Version: 5.0.4.3
Release: 0
Summary: Deepin terminal
-License: GPL-3.0-or-later AND GPL-3.0-only
+License: GPL-3.0-only AND GPL-3.0-or-later
Group: System/X11/Terminals
URL: https://github.com/linuxdeepin/deepin-terminal-gtk
Source0:
https://github.com/linuxdeepin/deepin-terminal-gtk/archive/%{version}/%{name}-gtk-%{version}.tar.gz
@@ -70,8 +76,7 @@
%build
%cmake -DCMAKE_INSTALL_DIR=%{_prefix} \
-DUSE_VENDOR_LIB=OFF \
- -DCMAKE_C_FLAGS="$RPM_OPT_FLAGS" \
- -DCMAKE_CXX_FLAGS="$RPM_OPT_FLAGS"
+ -DVERSION=%{version}-%{distribution}
%if 0%{?sle_version} > 150000 && 0%{?is_opensuse}
%cmake_build
%else