public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Gansser <mgansser@alice.de>
To: git-commits@fedoraproject.org
Subject: [rpms/bear] epel10: add if condition due ppc64le build problem
Date: Sat, 11 Jul 2026 02:31:01 GMT [thread overview]
Message-ID: <178373706178.1.2731987619131919598.rpms-bear-164cd34169b0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/bear
Branch : epel10
Commit : 164cd34169b0e9fc07e4d275dce6cc69f7ee8c3d
Author : Martin Gansser <mgansser@alice.de>
Date : 2016-12-27T08:23:10+01:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bear/c/164cd34169b0e9fc07e4d275dce6cc69f7ee8c3d?branch=epel10
Log:
add if condition due ppc64le build problem
---
diff --git a/bear.spec b/bear.spec
index a294857..dc08462 100644
--- a/bear.spec
+++ b/bear.spec
@@ -4,13 +4,16 @@
Name: bear
Version: 0.7.0
-Release: 0.7git%{shortcommit0}%{?dist}
+Release: 0.8git%{shortcommit0}%{?dist}
Summary: Game engine and editors dedicated to creating great 2D games
License: GPLv3+ and CC-BY-SA
URL: https://github.com/j-jorge/bear
Source0: https://github.com/j-jorge/bear/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
-ExcludeArch: ppc64 ppc64le
+# Build is broken on ppc64le
+%if 0%{?fedora} >= 26
+ExcludeArch: ppc64le
+%endif
BuildRequires: boost-devel
BuildRequires: cmake
@@ -154,8 +157,10 @@ fi
%changelog
+* Tue Dec 27 2016 Martin Gansser <martinkg@fedoraproject.org> - 0.7.0-0.8gitac6be8b
+- add if condition due ppc64le build problem
+
* Fri Dec 23 2016 Martin Gansser <martinkg@fedoraproject.org> - 0.7.0-0.7gitac6be8b
-- add ExcludeArch: ppc64 ppc64le
- change to -DCMAKE_SKIP_RPATH:BOOL=ON
- obsolete chrpath command
- convert docbook2man filename taken from .sgml file to lowercase
reply other threads:[~2026-07-11 2:31 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=178373706178.1.2731987619131919598.rpms-bear-164cd34169b0@fedoraproject.org \
--to=mgansser@alice.de \
--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