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] epel10: enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET "
Date: Mon, 08 Jun 2026 13:45:43 GMT	[thread overview]
Message-ID: <178092634343.1.8408550572049297607.rpms-civetweb-fe0580915644@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/civetweb
            Branch : epel10
            Commit : fe05809156442eeffe3e83063c68ecd33d6a0d33
            Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
            Date   : 2026-06-08T09:45:01-04:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/civetweb/c/fe05809156442eeffe3e83063c68ecd33d6a0d33?branch=epel10

            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 c2a078f..ed38ad3 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
 

                 reply	other threads:[~2026-06-08 13:45 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=178092634343.1.8408550572049297607.rpms-civetweb-fe0580915644@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