public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abiword] f45: Disable collab tcp / service backend for F45 with boost issue for now
@ 2026-08-17 19:00 Mamoru TASAKA
  0 siblings, 0 replies; only message in thread
From: Mamoru TASAKA @ 2026-08-17 19:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abiword
Branch : f45
Commit : b195164f3a4654023d89e08056f8c6423975a69c
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date   : 2026-08-16T14:24:46+09:00
Stats  : +14/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/abiword/c/b195164f3a4654023d89e08056f8c6423975a69c?branch=f45

Log:
Disable collab tcp / service backend for F45 with boost issue for now

---
diff --git a/abiword.spec b/abiword.spec
index 4aa6933..8438a29 100644
--- a/abiword.spec
+++ b/abiword.spec
@@ -4,7 +4,7 @@
 
 Name: abiword
 Version: 3.0.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 %global tag release-%{version}
 %forgemeta
 
@@ -123,10 +123,19 @@ Python bindings for developing with libabiword
 ./autogen.sh
 
 export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS -DASIO_ENABLE_BOOST"
+# --enable-collab-backend-tcp:
+# --enable-collab-backend-service:
+# With boost 1.90 this is currently broken (https://gitlab.gnome.org/World/AbiWord/-/work_items/37)
 %configure \
   --enable-plugins --enable-clipart --enable-templates --enable-introspection \
   --with-gir-dir=%{_datadir}/gir-1.0 --with-typelib-dir=%{_libdir}/girepository-1.0 \
-  --enable-maintainer-mode
+  --enable-maintainer-mode \
+%if 0%{?fedora} >= 45
+  --disable-collab-backend-tcp \
+  --disable-collab-backend-service \
+%endif
+  %{nil}
+
 %{make_build} V=1
 
 %install
@@ -178,6 +187,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/abiword.appdat
 %pycached %{python3_sitelib}/gi/overrides/Abi.py
 
 %changelog
+* Sat Aug 15 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:3.0.8-5
+- Disable collab tcp / service backend for F45 with boost issue for now
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-08-17 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 19:00 [rpms/abiword] f45: Disable collab tcp / service backend for F45 with boost issue for now Mamoru TASAKA

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