public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rahul Sundaram <sundaram@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: - http://trac.transmissionbt.com/browser/trunk/NEWS#L1
Date: Mon, 20 Jul 2026 20:36:46 GMT	[thread overview]
Message-ID: <178457980654.1.14837171342820796619.rpms-transmission-6f05493e3ef7@fedoraproject.org> (raw)

            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
 

                 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=178457980654.1.14837171342820796619.rpms-transmission-6f05493e3ef7@fedoraproject.org \
    --to=sundaram@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