Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package capnproto for openSUSE:Factory 
checked in at 2025-05-20 17:04:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/capnproto (Old)
 and      /work/SRC/openSUSE:Factory/.capnproto.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "capnproto"

Tue May 20 17:04:40 2025 rev:13 rq:1278582 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/capnproto/capnproto.changes      2025-04-22 
17:31:28.171112301 +0200
+++ /work/SRC/openSUSE:Factory/.capnproto.new.30101/capnproto.changes   
2025-05-20 17:04:46.027183537 +0200
@@ -7,0 +8,16 @@
+Mon Mar 10 14:41:54 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- set CXXFLAGS to build the coroutine library
+
+-------------------------------------------------------------------
+Mon Mar 10 14:11:17 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- update to 1.1.0:
+  no changelog found
+
+-------------------------------------------------------------------
+Mon Mar 10 13:45:12 UTC 2025 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- change compiler to clang, to avoid GCC bugs in coroutines
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ capnproto.spec ++++++
--- /var/tmp/diff_new_pack.E9TFoW/_old  2025-05-20 17:04:46.999224775 +0200
+++ /var/tmp/diff_new_pack.E9TFoW/_new  2025-05-20 17:04:47.003224945 +0200
@@ -25,8 +25,10 @@
 URL:            https://capnproto.org
 Source:         https://capnproto.org/capnproto-c++-%{version}.tar.gz
 BuildRequires:  cmake
-%if 0%{?suse_version} >= 1500
-BuildRequires:  gcc-c++
+%if 0%{?suse_version} >= 1699
+BuildRequires:  clang
+BuildRequires:  clang-devel
+BuildRequires:  libstdc++6-devel-gcc15
 %else
 BuildRequires:  gcc7-c++
 %endif
@@ -61,8 +63,10 @@
 %autosetup -n %{name}-c++-%{version}
 
 %build
-export CXX=g++
 test -x "$(type -p g++-7)" && export CXX=g++-7
+%if 0%{?suse_version} >= 1699
+export CXXFLAGS="${optflags} -std=c++20"
+%endif
 %configure
 %make_build
 

Reply via email to