[transmission-remote-cli/f16] Update to 0.10.4 from 2.40 branch

d0g d0g at fedoraproject.org
Fri Dec 23 00:27:45 UTC 2011


commit d6944db5cf248d0909da41196df2f50b57d62bb4
Author: d0g <bct at d0g.co.uk>
Date:   Fri Dec 23 00:27:41 2011 +0000

    Update to 0.10.4 from 2.40 branch

 .gitignore                   |    1 +
 sources                      |    2 +-
 transmission-remote-cli.spec |   15 +++++++++------
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5062cae..7d701a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 transmission-remote-cli.py
 README.md
 /transmission-remote-cli-0.9.4.tar.gz
+/transmission-remote-cli-0.10.4.tar.gz
diff --git a/sources b/sources
index 11e828f..23cfb62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4d50c119f4cf6a55e19aa9660209467  transmission-remote-cli-0.9.4.tar.gz
+8caac5a8d0feae563b717b9a7f7e4610  transmission-remote-cli-0.10.4.tar.gz
diff --git a/transmission-remote-cli.spec b/transmission-remote-cli.spec
index 73f5ad6..74b9d36 100644
--- a/transmission-remote-cli.spec
+++ b/transmission-remote-cli.spec
@@ -1,21 +1,21 @@
 Name:       transmission-remote-cli
-Version:    0.9.4
-Release:    2%{?dist}
+Version:    0.10.4
+Release:    1%{?dist}
 Summary:    A console interface for the Transmission BitTorrent client
 
 Group:      Applications/Internet
 License:    GPLv3+
-URL:        http://github.com/fagga/transmission-remote-cli
+URL:        https://github.com/fagga/transmission-remote-cli
 # The source was pulled from the upstream git. The following is the direct
 # link to the required version.
-# https://raw.github.com/fagga/transmission-remote-cli/ec415e531cc5289fd2b5640beb94176b4ef7c8f2/transmission-remote-cli.py
+# https://raw.github.com/fagga/transmission-remote-cli/57652fd88d0bd51c99e19ffb8785f253200cde92/transmission-remote-cli.py
 Source0:    %{name}-%{version}.tar.gz
-Source1:	%{name}.1
+Source1:    %{name}.1
 
 #VCS: git://github.com/fagga/transmission-remote-cli.git
 BuildArch:  noarch
 Requires:   python-simplejson python-GeoIP python-adns python-IPy python-libs
-Requires:   transmission-daemon >= 1.90
+Requires:   transmission-daemon >= 2.40
 
 %description
 Simple command line interface using ncurses for the Transmission BitTorrent
@@ -44,6 +44,9 @@ install -Dpm 644 %{name}.1.gz %{buildroot}%{_mandir}/man1/%{name}.1.gz
 
 %changelog
 
+* Thu Dec 22 2011 Ben Thompson <d0g at fedoraproject.org> 0.10.4-1
+- Using upstream branch "2.40"
+
 * Thu Dec 22 2011 Ben Thompson <d0g at fedoraproject.org> 0.9.4-2
 - Added dist tag
 


More information about the scm-commits mailing list