public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ankur Sinha <ankursinha AT fedoraproject DOT org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Updated to 2.13
Date: Mon, 20 Jul 2026 20:36:56 GMT [thread overview]
Message-ID: <178457981605.1.7029476008547672411.rpms-transmission-ef8ce1d2eb22@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : ef8ce1d2eb22f7cc1105434211d8f31eb07ab221
Author : Ankur Sinha <ankursinha AT fedoraproject DOT org>
Date : 2010-12-28T22:12:18+05:30
Stats : +14/-24 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/ef8ce1d2eb22f7cc1105434211d8f31eb07ab221?branch=epel10
Log:
Updated to 2.13
---
diff --git a/.gitignore b/.gitignore
index 4784cfd..0d204ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
transmission-2.03.tar.xz
transmission-2.04.tar.xz
/transmission-2.11.tar.xz
+/transmission-2.13.tar.xz
diff --git a/sources b/sources
index 61ea768..814052b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9890d0d090e2a5a860ad4cab045d2706 transmission-2.11.tar.xz
+b3aa2b987d275b52a13eebe16dc4ce1c transmission-2.13.tar.xz
diff --git a/transmission-libnotify-change.patch b/transmission-libnotify-change.patch
index ae40c64..49e839a 100644
--- a/transmission-libnotify-change.patch
+++ b/transmission-libnotify-change.patch
@@ -1,33 +1,17 @@
-diff -ur ../transmission-2.11.orig/gtk/notify.c ./gtk/notify.c
---- ../transmission-2.11.orig/gtk/notify.c 2010-10-17 05:44:40.000000000 +0530
-+++ ./gtk/notify.c 2010-11-07 12:36:51.666315486 +0530
-@@ -129,8 +129,12 @@
- NotifyNotification * n;
-
- n = notify_notification_new( _( "Torrent Complete" ),
-- info->name,
-- NULL, NULL );
-+ info->name, NULL
-+/* the fourth argument was removed in libnotify 0.7.0 */
-+#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
-+ , NULL
-+#endif
-+ );
- addIcon( n );
-
- if( can_support_actions( ) )
-@@ -156,7 +160,13 @@
+diff -ur ../transmission-2.13.orig/gtk/notify.c ./gtk/notify.c
+--- ../transmission-2.13.orig/gtk/notify.c 2010-12-10 01:23:21.000000000 +0530
++++ ./gtk/notify.c 2010-12-28 21:32:41.073397263 +0530
+@@ -160,7 +160,12 @@
if( pref_flag_get( PREF_KEY_SHOW_DESKTOP_NOTIFICATION ) )
{
NotifyNotification * n = notify_notification_new(
- _( "Torrent Added" ), name, NULL, NULL );
-+ _( "Torrent Added" ), name, NULL
++ _( "Torrent Added" ), name, NULL
+/* the fourth argument was removed in libnotify 0.7.0 */
+#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
+ , NULL
+#endif
+ );
-+
addIcon( n );
notify_notification_set_timeout( n, NOTIFY_EXPIRES_DEFAULT );
notify_notification_show( n, NULL );
diff --git a/transmission.spec b/transmission.spec
index 65b1c06..2aa42c5 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
Name: transmission
-Version: 2.11
-Release: 3%{?dist}
+Version: 2.13
+Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -207,6 +207,11 @@ update-desktop-database > /dev/null 2>&1 || :
%doc %{_mandir}/man1/transmission-qt.*
%changelog
+* Tue Dec 28 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.13-1
+- updated to latest upstream release: https://trac.transmissionbt.com/wiki/Changes
+- fixes #654793
+- update libnotify patch
+
* Sun Nov 07 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.11-3
- fix build errors
- update patch to fix another libnotify breakage
reply other threads:[~2026-07-20 20:36 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=178457981605.1.7029476008547672411.rpms-transmission-ef8ce1d2eb22@fedoraproject.org \
--to=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