SHA256
8
0
forked from pool/capnproto

2 Commits

2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 21 10:11:31 UTC 2025 - Cliff Zhao <qzhao@suse.com>
- Update capnproto.spec:
Change 0%{?suse_version} macro to 1599 to enable build constraintion
include SLFO:Main and other folked from openSUSE. If not, some ibus
engine need capnproto, and it will introduce too many irrelevant
build dependencies.
(bsc#1246569)
-------------------------------------------------------------------
Mon Jun 16 05:15:43 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -25,7 +25,7 @@ License: MIT
URL: https://capnproto.org
Source: https://capnproto.org/capnproto-c++-%{version}.tar.gz
BuildRequires: cmake
%if 0%{?suse_version} >= 1699
%if 0%{?suse_version} >= 1599
BuildRequires: clang
BuildRequires: clang-devel
%else