From 9c882a6178b25eb9d5ba1aa9eff204d877c4f7e1 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Thu, 21 Jan 2010 09:00:43 +0000 Subject: [PATCH] new upstream release --- .cvsignore | 2 +- sources | 2 +- transmission.spec | 14 +++++++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index b331f22..63e445e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -transmission-1.80b5.tar.xz +transmission-1.80.tar.xz diff --git a/sources b/sources index b977bc9..49fd5b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -526b6818f842b25c49669501995b0ff8 transmission-1.80b5.tar.xz +900bfba438b36e7326d1d51af775eb61 transmission-1.80.tar.xz diff --git a/transmission.spec b/transmission.spec index f5f88f3..6a9d05d 100644 --- a/transmission.spec +++ b/transmission.spec @@ -1,13 +1,13 @@ Name: transmission Version: 1.80 -Release: 0.6.b5%{?dist} +Release: 1%{?dist} Summary: A lightweight GTK+ BitTorrent client Group: Applications/Internet # See COPYING. This licensing situation is... special. License: MIT and GPLv2 URL: http://www.transmissionbt.com/ -Source0: http://download.m0k.org/transmission/files/transmission-%{version}b5.tar.xz +Source0: http://download.m0k.org/transmission/files/transmission-%{version}.tar.xz # This is intended to be merged by upstream post 1.80 release Source1: qtr.desktop # init script. Upstream doesn't want it because it is distro specific @@ -82,12 +82,12 @@ Qt graphical interface of Transmission BitTorrent client. %pre daemon getent group transmission >/dev/null || groupadd -r transmission getent passwd transmission >/dev/null || \ -useradd -r -g transmission -d HOMEDIR -s /sbin/nologin \ --c "transmission daemon account" transmission +useradd -r -g transmission -d /var/lib/transmission -s /sbin/nologin \ + -c "transmission daemon account" transmission exit 0 %prep -%setup -q -n transmission-1.80b5 +%setup -q %patch1 -p1 %build @@ -178,6 +178,10 @@ update-desktop-database > /dev/null 2>&1 || : %changelog +* Thu Jan 21 2010 Rahul Sundaram - 1.80-1 +- Many major new features including magnet link support, trackerless torrents +- http://trac.transmissionbt.com/wiki/Changes#version-1.80 + * Wed Jan 20 2010 Rahul Sundaram - 1.80-0.6.b5 - Add a initscript for transmission daemon. Fixes rhbz#556228 - Description changes, add group for sub-packages and fix make