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 - 3.00-6 +- Force -fPIC into CFLAGS for QT + * Tue Sep 29 2020 Gwyn Ciesla - 3.00-5 - libevent re-rebuild