public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/civetweb] f44: enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET
@ 2026-06-08 11:55 Kaleb S. KEITHLEY
  0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-06-08 11:55 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

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

            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 fc44a2e..312922d 100644
--- a/civetweb.spec
+++ b/civetweb.spec
@@ -4,7 +4,7 @@
 Name:           civetweb
 Summary:        Embedded C/C++ web server
 Version:        1.16
-Release:        13%{?dev:%{dev}}%{?dist}
+Release:        14%{?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 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-14
+- enable WEBSOCKETS and X_DOM_SOCKET as requested
+
 * Thu Feb 19 2026 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 1.16-13
 - civetweb 1.16, handle cmake-4 doesn't support cmake < 3.5 
 - upstream, civetweb-1.16+ has updated to minimum cmake-3.10, and there

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-08 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 11:55 [rpms/civetweb] f44: enable -DCIVETWEB_ENABLE_WEBSOCKETS and -DCIVETWEB_ENABLE_X_DOM_SOCKET Kaleb S. KEITHLEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox