Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rclone for openSUSE:Factory checked 
in at 2023-04-03 17:45:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rclone (Old)
 and      /work/SRC/openSUSE:Factory/.rclone.new.9019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rclone"

Mon Apr  3 17:45:54 2023 rev:39 rq:1076824 version:1.62.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rclone/rclone.changes    2023-03-21 
17:44:35.410709015 +0100
+++ /work/SRC/openSUSE:Factory/.rclone.new.9019/rclone.changes  2023-04-03 
17:45:55.549696882 +0200
@@ -1,0 +2,5 @@
+Sun Apr  2 05:44:04 UTC 2023 - Carsten Ziepke <kiel...@gmail.com>
+
+- Use gcc11 for openSUSE Leap 15.5, fix building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rclone.spec ++++++
--- /var/tmp/diff_new_pack.H4JMjX/_old  2023-04-03 17:45:56.562481034 +0200
+++ /var/tmp/diff_new_pack.H4JMjX/_new  2023-04-03 17:45:56.570487232 +0200
@@ -27,11 +27,13 @@
 Source:         %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
 BuildRequires:  fdupes
-%if 0%{?suse_version} <= 1500
-BuildRequires:  gcc-10
-%endif
 BuildRequires:  go >= 1.20
 BuildRequires:  golang-packaging
+%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
+BuildRequires:  gcc11
+%else
+BuildRequires:  gcc
+%endif
 
 %{go_nostrip}
 
@@ -65,6 +67,9 @@
 %setup -q -D -T -a 1
 
 %build
+%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
+export CC="gcc-11"
+%endif
 %ifarch ppc64
 # pie not supported
 go build -o %{name} -mod=vendor

Reply via email to