public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: - http://trac.transmissionbt.com/browser/trunk/NEWS#L1
@ 2026-07-20 20:36 Rahul Sundaram
0 siblings, 0 replies; only message in thread
From: Rahul Sundaram @ 2026-07-20 20:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 6f05493e3ef73cae8d17d6ced2f406a036971820
Author : Rahul Sundaram <sundaram@fedoraproject.org>
Date : 2010-02-16T19:29:58+00:00
Stats : +11/-6 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/6f05493e3ef73cae8d17d6ced2f406a036971820?branch=epel10
Log:
- http://trac.transmissionbt.com/browser/trunk/NEWS#L1
- Fix initscript to use the config file properly
---
diff --git a/.cvsignore b/.cvsignore
index 0ae1810..f9cb5e2 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-transmission-1.83.tar.xz
+transmission-1.90.tar.xz
diff --git a/sources b/sources
index 618adc8..0bb8980 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2714db4c58c404bffaea8a33653b8155 transmission-1.83.tar.xz
+b7f109121d3620ed8db5c05f66c0def0 transmission-1.90.tar.xz
diff --git a/transmission-daemon-init b/transmission-daemon-init
index 73baa0c..5d0f8c2 100755
--- a/transmission-daemon-init
+++ b/transmission-daemon-init
@@ -24,9 +24,10 @@ DAEMON_ARGS="-T --blocklist -g $TRANSMISSION_HOME/.config/transmission"
# Config overrides
-[ -f /etc/sysconfig/transmission-daemon ] && .
-/etc/sysconfig/transmission-daemon
+if [ -f /etc/sysconfig/transmission-daemon ]; then
+ . /etc/sysconfig/transmission-daemon
+fi
# Daemon
NAME=transmission-daemon
diff --git a/transmission.spec b/transmission.spec
index 6966de6..ceb52f8 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
Name: transmission
-Version: 1.83
-Release: 3%{?dist}
+Version: 1.90
+Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@@ -184,6 +184,10 @@ update-desktop-database > /dev/null 2>&1 || :
%{_datadir}/applications/qtr.desktop
%changelog
+* Wed Feb 17 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.90-1
+- http://trac.transmissionbt.com/browser/trunk/NEWS#L1
+- Fix initscript to use the config file properly
+
* Wed Feb 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.83-3
- rhbz #563090 - fixed config for daemon initscript
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:36 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:36 [rpms/transmission] epel10: - http://trac.transmissionbt.com/browser/trunk/NEWS#L1 Rahul Sundaram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox