public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: - increase stack size for hevea on ppc64* (#1164209)
Date: Wed, 23 Sep 2026 19:07:20 GMT [thread overview]
Message-ID: <179019044060.1.14368439907523617233.rpms-ejabberd-130e7f76aa89@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : 130e7f76aa8984328547350e11a83ab0ab871f84
Author : Dan Horák <dan@danny.cz>
Date : 2014-11-14T11:39:20-05:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/130e7f76aa8984328547350e11a83ab0ab871f84?branch=f45
Log:
- increase stack size for hevea on ppc64* (#1164209)
---
diff --git a/ejabberd.spec b/ejabberd.spec
index 14d374a..89e2bf7 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -17,7 +17,7 @@
Name: ejabberd
Version: 14.07
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
Group: Applications/Internet
@@ -150,6 +150,11 @@ autoreconf -ivf
make
%if 0%{?_with_hevea}
pushd doc
+%ifarch %{power64}
+ulimit -a
+ulimit -Hs 65536
+ulimit -Ss 65536
+%endif
# remove pre-built docs
rm -f dev.html features.html
# See this link - http://thread.gmane.org/gmane.linux.redhat.fedora.devel/198954/focus=198957
@@ -318,6 +323,9 @@ fi)
%changelog
+* Fri Nov 14 2014 Dan Horák <dan[at]danny.cz> - 14.07-6
+- increase stack size for hevea on ppc64* (#1164209)
+
* Fri Nov 14 2014 Dan Horák <dan[at]danny.cz> - 14.07-5
- hevea exists for all relevant arches, enables build on s390(x) and ppc64(le) (#1161098)
reply other threads:[~2026-09-23 19:07 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=179019044060.1.14368439907523617233.rpms-ejabberd-130e7f76aa89@fedoraproject.org \
--to=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