Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libdispatch for openSUSE:Factory 
checked in at 2023-07-14 15:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdispatch (Old)
 and      /work/SRC/openSUSE:Factory/.libdispatch.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdispatch"

Fri Jul 14 15:36:12 2023 rev:6 rq:1098667 version:5.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdispatch/libdispatch.changes  2022-10-15 
16:40:37.978611279 +0200
+++ /work/SRC/openSUSE:Factory/.libdispatch.new.3193/libdispatch.changes        
2023-07-14 15:36:22.070189705 +0200
@@ -1,0 +2,5 @@
+Thu Jul 13 09:05:27 UTC 2023 - Andreas Schwab <[email protected]>
+
+- Disable unused-command-line-argument warning on riscv64
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdispatch.spec ++++++
--- /var/tmp/diff_new_pack.ajtPo3/_old  2023-07-14 15:36:22.690193311 +0200
+++ /var/tmp/diff_new_pack.ajtPo3/_new  2023-07-14 15:36:22.698193358 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdispatch
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -75,14 +75,14 @@
 export CXX=clang++
 # clang doesn't have 'auto'
 # aarch64 specific flag
-%ifarch aarch64
+%ifarch aarch64 riscv64
 export CFLAGS="%{optflags} -Wno-unused-command-line-argument"
 %else
 export CFLAGS="%{optflags}"
 %endif
 CFLAGS=${CFLAGS/-flto=auto/-flto}
 
-%ifarch aarch64
+%ifarch aarch64 riscv64
 export CXXFLAGS="%{optflags} -Wno-unused-command-line-argument"
 %else
 export CXXFLAGS="%{optflags}"

Reply via email to