Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package graphene for openSUSE:Factory checked in at 2025-11-28 16:50:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/graphene (Old) and /work/SRC/openSUSE:Factory/.graphene.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "graphene" Fri Nov 28 16:50:35 2025 rev:16 rq:1320301 version:1.10.8 Changes: -------- --- /work/SRC/openSUSE:Factory/graphene/graphene.changes 2022-03-23 20:17:23.578429310 +0100 +++ /work/SRC/openSUSE:Factory/.graphene.new.14147/graphene.changes 2025-11-28 16:50:48.996940637 +0100 @@ -1,0 +2,6 @@ +Tue Nov 25 12:56:50 UTC 2025 - Giacomo Comes <[email protected]> + +- add no_fast-math_for_tests.patch + * %check may fail for some architerture if the test use -ffast-math + +------------------------------------------------------------------- New: ---- no_fast-math_for_tests.patch ----------(New B)---------- New: - add no_fast-math_for_tests.patch * %check may fail for some architerture if the test use -ffast-math ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ graphene.spec ++++++ --- /var/tmp/diff_new_pack.ufg17n/_old 2025-11-28 16:50:50.124988138 +0100 +++ /var/tmp/diff_new_pack.ufg17n/_new 2025-11-28 16:50:50.128988306 +0100 @@ -1,7 +1,7 @@ # # spec file for package graphene # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 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 @@ -25,6 +25,8 @@ URL: https://ebassi.github.io/graphene/ Source: https://download.gnome.org/sources/graphene/1.10/%{name}-%{version}.tar.xz Source99: baselibs.conf +#PATCH-FIX-OPENSUSE https://github.com/ebassi/graphene/issues/246 +Patch0: no_fast-math_for_tests.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel ++++++ no_fast-math_for_tests.patch ++++++ diff -Nraub graphene-1.10.8.ori/meson.build graphene-1.10.8/meson.build --- graphene-1.10.8.ori/meson.build 2022-03-18 12:51:39.000000000 -0400 +++ graphene-1.10.8/meson.build 2025-11-25 08:45:29.471363482 -0400 @@ -84,7 +84,6 @@ ] else test_cflags = [ - '-ffast-math', '-fstrict-aliasing', '-Wpointer-arith', '-Wstrict-prototypes',
