Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package guitarix for openSUSE:Factory 
checked in at 2026-06-01 18:04:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guitarix (Old)
 and      /work/SRC/openSUSE:Factory/.guitarix.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guitarix"

Mon Jun  1 18:04:49 2026 rev:39 rq:1356287 version:0.47.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/guitarix/guitarix.changes        2025-10-02 
19:23:37.043035765 +0200
+++ /work/SRC/openSUSE:Factory/.guitarix.new.1937/guitarix.changes      
2026-06-01 18:06:36.620786025 +0200
@@ -0,0 +1,7 @@
+-------------------------------------------------------------------
+Mon Jun  1 04:50:57 UTC 2026 - [email protected]
+
+- Move '--cxxflags' parameter to CXXFLAGS:
+  * Fixes build on Factory/TW
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ guitarix.spec ++++++
--- /var/tmp/diff_new_pack.IaDip2/_old  2026-06-01 18:06:38.380859018 +0200
+++ /var/tmp/diff_new_pack.IaDip2/_new  2026-06-01 18:06:38.380859018 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guitarix
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -165,6 +165,12 @@
 %endif
 for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
 export LDFLAGS="-ldl"
+CXXFLAGS="%{optflags} "
+%ifarch %ix86
+CXXFLAGS+="-mfxsr "
+%endif
+CXXFLAGS+="-std=gnu++0x -fpermissive"
+export CXXFLAGS
 ./waf configure -v --faust \
                    --libdir=%{_libdir} \
                    --includeresampler \
@@ -174,12 +180,7 @@
                    --ladspa \
                    --new-ladspa \
 %endif
-                   --prefix=%{_prefix} \
-                   --cxxflags="%{optflags} \
-%ifarch %ix86
-                   -mfxsr \
-%endif
-                   -std=gnu++0x -fpermissive"
+                   --prefix=%{_prefix}
 ./waf build -v %{?_smp_mflags}
 
 %install

Reply via email to