public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeff Law <law@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: - Force -fPIC into CFLAGS for QT
Date: Mon, 20 Jul 2026 20:37:40 GMT [thread overview]
Message-ID: <178457986075.1.14868620127354809040.rpms-transmission-1a2ea640d678@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 1a2ea640d678953329de97da98f4ac2dfe47c7a6
Author : Jeff Law <law@redhat.com>
Date : 2020-10-06T11:11:41-06:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/1a2ea640d678953329de97da98f4ac2dfe47c7a6?branch=epel10
Log:
- Force -fPIC into CFLAGS for QT
---
diff --git a/transmission.spec b/transmission.spec
index f86b95f..0e1abc5 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
Name: transmission
Version: 3.00
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A lightweight GTK+ BitTorrent client
# See COPYING. This licensing situation is... special.
License: MIT and GPLv2
@@ -97,6 +97,7 @@ mv AUTHORS.new AUTHORS
%build
CXXFLAGS="%{optflags} -fPIC"
+CFLAGS="%{optflags} -fPIC"
%configure --disable-static --enable-utp --enable-daemon --with-systemd-daemon \
--enable-nls --enable-cli --enable-daemon \
@@ -179,6 +180,9 @@ desktop-file-install \
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Tue Oct 06 2020 Jeff Law <law@redhat.com> - 3.00-6
+- Force -fPIC into CFLAGS for QT
+
* Tue Sep 29 2020 Gwyn Ciesla <gwync@protonmail.com> - 3.00-5
- libevent re-rebuild
reply other threads:[~2026-07-20 20:37 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=178457986075.1.14868620127354809040.rpms-transmission-1a2ea640d678@fedoraproject.org \
--to=law@redhat.com \
--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