public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: - Force -fPIC into CFLAGS for QT
@ 2026-07-20 20:37 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2026-07-20 20:37 UTC (permalink / raw)
  To: git-commits

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
 

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

only message in thread, other threads:[~2026-07-20 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:37 [rpms/transmission] epel10: - Force -fPIC into CFLAGS for QT Jeff Law

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