public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Fix FTBFS.
@ 2026-07-20 20:37 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-20 20:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 637644c27cca49689ac54497765d749720855615
Author : Gwyn Ciesla <limburgher@gmail.com>
Date : 2017-04-11T10:17:28-05:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/637644c27cca49689ac54497765d749720855615?branch=epel10
Log:
Fix FTBFS.
---
diff --git a/transmission.spec b/transmission.spec
index 3260266..0a5a778 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
Name: transmission
Version: 2.92
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -14,7 +14,7 @@ Source0: http://download.transmissionbt.com/files/transmission-%{version}
Source1: https://raw.githubusercontent.com/gnome-design-team/gnome-icons/master/apps-symbolic/Adwaita/scalable/apps/transmission-symbolic.svg
#Patch0: transmission-2.84-overshoot.patch
-BuildRequires: openssl-devel >= 0.9.4
+BuildRequires: compat-openssl10-devel >= 0.9.4
BuildRequires: glib2-devel >= 2.32.0
BuildRequires: gtk3-devel >= 3.2.0
BuildRequires: libnotify-devel >= 0.4.3
@@ -106,7 +106,7 @@ mv NEWS.new NEWS
CXXFLAGS="%{optflags} -fPIC"
%configure --disable-static --enable-utp --enable-daemon \
- --enable-nls --enable-cli --enable-daemon --with-systemd-daemon \
+ --enable-nls --enable-cli --enable-daemon \
--enable-external-natpmp
make %{?_smp_mflags}
@@ -250,6 +250,9 @@ fi
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Tue Apr 11 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.92-4
+- Fix FTBFS.
+
* Mon Feb 13 2017 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.92-3
- Make requires arch specific
- Make transmission require -gtk, which will be default
^ 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: Fix FTBFS Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox