public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kaleb S. KEITHLEY <kkeithle@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/civetweb] f43: enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET
Date: Mon, 08 Jun 2026 12:27:29 GMT [thread overview]
Message-ID: <178092164995.1.13824940473888461004.rpms-civetweb-be7d5abac781@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/civetweb
Branch : f43
Commit : be7d5abac781ede28fa3611f2f75888afe013217
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-06-08T08:26:59-04:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/civetweb/c/be7d5abac781ede28fa3611f2f75888afe013217?branch=f43
Log:
enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET
" ... for building ROOT's CERN software ..."
as requested by Fernando Hueso González <Fernando.Hueso@uv.es>
---
diff --git a/civetweb.spec b/civetweb.spec
index fdcde47..83ceec2 100644
--- a/civetweb.spec
+++ b/civetweb.spec
@@ -4,7 +4,7 @@
Name: civetweb
Summary: Embedded C/C++ web server
Version: 1.16
-Release: 10%{?dev:%{dev}}%{?dist}
+Release: 11%{?dev:%{dev}}%{?dist}
License: MIT
Url: https://github.com/civetweb/civetweb
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -37,8 +37,10 @@ Civetweb shared libs and associated header files
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_CONFIG=rpmbuild \
- -DCIVETWEB_ENABLE_CXX:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
+ -DCIVETWEB_ENABLE_CXX:BOOL=ON \
+ -DCIVETWEB_ENABLE_WEBSOCKETS=ON \
+ -DCIVETWEB_ENABLE_X_DOM_SOCKET=ON \
-DCIVETWEB_BUILD_TESTING:BOOL=OFF
export GCC_COLORS=
@@ -64,6 +66,9 @@ mkdir -p %{buildroot}%{_docdir}/civetweb
%{_datadir}/pkgconfig/*
%changelog
+* Mon Jun 8 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 1.16-11
+- enable WEBSOCKETS and X_DOM_SOCKET as requested
+
* Mon Sep 29 2025 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 1.16-10
- civetweb 1.16, rhbz 2400162-2400166
reply other threads:[~2026-06-08 12:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178092164995.1.13824940473888461004.rpms-civetweb-be7d5abac781@fedoraproject.org \
--to=kkeithle@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox