public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denis Leroy <denis@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: Update to upstream 1.20, Browser opening patch upstreamed, New dependencies
Date: Mon, 20 Jul 2026 20:36:24 GMT [thread overview]
Message-ID: <178457978473.1.13213116312151865712.rpms-transmission-e5ebd3b555d8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : e5ebd3b555d879d0038139b520cdfc5a3e5d2913
Author : Denis Leroy <denis@fedoraproject.org>
Date : 2008-05-13T20:27:46+00:00
Stats : +11/-32 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/e5ebd3b555d879d0038139b520cdfc5a3e5d2913?branch=epel10
Log:
Update to upstream 1.20, Browser opening patch upstreamed, New dependencies
(dbus, curl), fixes #305941
---
diff --git a/.cvsignore b/.cvsignore
index ceb8137..ffa5af3 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-transmission-1.11.tar.bz2
+transmission-1.20.tar.bz2
diff --git a/sources b/sources
index 43e69d4..1ae291c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4582d7aff489a9425b147634653df1d1 transmission-1.11.tar.bz2
+6e0b25b10842fdac8a2206f29e951c0d transmission-1.20.tar.bz2
diff --git a/transmission-1.11-socket.patch b/transmission-1.11-socket.patch
deleted file mode 100644
index 78c77fc..0000000
--- a/transmission-1.11-socket.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- transmission-1.11/gtk/conf.c~ 2008-04-04 21:27:33.000000000 +0200
-+++ transmission-1.11/gtk/conf.c 2008-05-02 18:11:16.000000000 +0200
-@@ -103,8 +103,10 @@
- static void
- cf_removelocks( void )
- {
-- g_unlink( gl_lockpath );
-- g_free( gl_lockpath );
-+ if ( gl_lockpath ) {
-+ g_unlink( gl_lockpath );
-+ g_free( gl_lockpath );
-+ }
- }
-
- /* errstr may be NULL, this might be called before GTK is initialized */
---- transmission-1.11/gtk/ipc.c~ 2008-04-04 21:27:33.000000000 +0200
-+++ transmission-1.11/gtk/ipc.c 2008-05-02 18:56:50.000000000 +0200
-@@ -339,7 +350,7 @@
- }
-
- g_main_loop_run(con->u.client.loop);
--
-+ sleep(1);
- return ret;
- }
-
diff --git a/transmission.spec b/transmission.spec
index 2eef4fd..8ebbbfe 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,7 +1,7 @@
Name: transmission
-Version: 1.11
-Release: 2%{?dist}
+Version: 1.20
+Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -11,13 +11,14 @@ Source0: http://download.m0k.org/transmission/files/transmission-%{versio
Patch0: transmission-0.81-downloaddir.patch
Patch1: transmission-1.05-gnusource.patch
Patch2: transmission-1.11-copt.patch
-Patch3: transmission-1.11-socket.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel >= 0.9.4
BuildRequires: glib2-devel >= 2.15.5
BuildRequires: gtk2-devel >= 2.6.0
BuildRequires: libnotify-devel >= 0.4.4
+BuildRequires: curl-devel >= 7.15.0
+BuildRequires: dbus-glib-devel >= 0.70
BuildRequires: desktop-file-utils
BuildRequires: gettext intltool
@@ -33,7 +34,6 @@ back-end.
%patch0 -p1 -b .dwnldir
%patch1 -p1 -b .gnusrc
%patch2 -p1 -b .copt
-%patch3 -p1 -b .socket
%build
@@ -76,6 +76,11 @@ update-desktop-database > /dev/null 2>&1 || :
%changelog
+* Tue May 13 2008 Denis Leroy <denis@poolshark.org> - 1.20-1
+- Update to upstream 1.20
+- Browser opening patch upstreamed
+- New dependencies (dbus, curl)
+
* Tue May 6 2008 Denis Leroy <denis@poolshark.org> - 1.11-2
- Patch to fix opening issue from browser (#431769)
- Patch to fix hardcoded optimize compile flags
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=178457978473.1.13213116312151865712.rpms-transmission-e5ebd3b555d8@fedoraproject.org \
--to=denis@fedoraproject.org \
--cc=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