public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Patch for gtk bug.
@ 2026-07-20 20:37 Jon Ciesla
  0 siblings, 0 replies; only message in thread
From: Jon Ciesla @ 2026-07-20 20:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : fcdd572af77f610835c972ce58df2cd01db1377f
Author : Jon Ciesla <limburgher@gmail.com>
Date   : 2016-01-20T08:53:42-06:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/fcdd572af77f610835c972ce58df2cd01db1377f?branch=epel10

Log:
Patch for gtk bug.

---
diff --git a/transmission.spec b/transmission.spec
index aefb14e..eecb7f2 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -2,7 +2,7 @@
 
 Name:           transmission
 Version:        2.84
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -12,6 +12,7 @@ URL:            http://www.transmissionbt.com
 Source0:        http://download.transmissionbt.com/files/transmission-%{version}.tar.xz
 # https://bugzilla.redhat.com/show_bug.cgi?id=1221292
 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:  glib2-devel >= 2.32.0
@@ -92,6 +93,8 @@ exit 0
 %prep
 %setup -q 
 
+%patch0 -p0
+
 # fix icon location for Transmission Qt
 sed -i 's|Icon=%{name}-qt|Icon=%{name}|g' qt/%{name}-qt.desktop
 
@@ -250,6 +253,9 @@ fi
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Wed Jan 20 2016 Jon Ciesla <limburgher@gmail.com> - 2.84-10
+- Patch for gtk bug, BZ 1288861.
+
 * Fri Sep 18 2015 Jon Ciesla <limburgher@gmail.com> - 2.84-9
 - Use system libnatpmp, BZ 1264292.
 

^ 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: Patch for gtk bug Jon Ciesla

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