Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libb2 for openSUSE:Factory checked 
in at 2025-11-01 23:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libb2 (Old)
 and      /work/SRC/openSUSE:Factory/.libb2.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libb2"

Sat Nov  1 23:34:26 2025 rev:2 rq:1314580 version:0.98.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libb2/libb2.changes      2019-03-19 
10:01:36.971876991 +0100
+++ /work/SRC/openSUSE:Factory/.libb2.new.1980/libb2.changes    2025-11-01 
23:34:28.714126643 +0100
@@ -1,0 +2,6 @@
+Mon Oct 27 10:37:56 UTC 2025 - Guillaume GARDET <[email protected]>
+
+- Add patch to make sure optflags are used:
+  * fix-cflags.patch
+
+-------------------------------------------------------------------

New:
----
  fix-cflags.patch

----------(New B)----------
  New:- Add patch to make sure optflags are used:
  * fix-cflags.patch
----------(New E)----------

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

Other differences:
------------------
++++++ libb2.spec ++++++
--- /var/tmp/diff_new_pack.trtJGH/_old  2025-11-01 23:34:29.442157084 +0100
+++ /var/tmp/diff_new_pack.trtJGH/_new  2025-11-01 23:34:29.446157251 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libb2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,7 @@
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/BLAKE2/libb2
 Source:         
https://github.com/BLAKE2/libb2/releases/download/v%{version}/libb2-0.98.1.tar.gz
+Patch0:         fix-cflags.patch
 BuildRequires:  pkgconfig
 
 %description
@@ -54,7 +55,7 @@
 This package contains the development files.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure --disable-silent-rules \

++++++ fix-cflags.patch ++++++
--- libb2-0.98.1/configure.orig 2025-10-26 13:27:29.977396010 +0100
+++ libb2-0.98.1/configure      2025-10-26 13:31:11.324956073 +0100
@@ -12744,7 +12744,7 @@ char x[42U], fodder = 0;if (fodder > -10
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  ax_cv_check_cflags___O3=yes
+  ax_cv_check_cflags___O3=no
 else
   ax_cv_check_cflags___O3=no
 fi
@@ -12754,7 +12754,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___O3" >&5
 $as_echo "$ax_cv_check_cflags___O3" >&6; }
 if test x"$ax_cv_check_cflags___O3" = xyes; then :
-  CFLAGS=-O3
+  #CFLAGS=-O3
 else
   :
 fi

Reply via email to