public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/abiword] f45: Disable collab tcp / service backend for F45 with boost issue for now
Date: Mon, 17 Aug 2026 19:00:50 GMT	[thread overview]
Message-ID: <178699325033.1.12833520468726182419.rpms-abiword-b195164f3a46@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-08-17 19:00 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=178699325033.1.12833520468726182419.rpms-abiword-b195164f3a46@fedoraproject.org \
    --to=mtasaka@fedoraproject.org \
    --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