Rahul Sundaram 13 years ago
parent 726d34e3e1
commit 6b833045fd

@ -1,2 +1,3 @@
upstream release 2.42
https://trac.transmissionbt.com/wiki/Changes#version-2.42
upstream release 2.50
- https://trac.transmissionbt.com/wiki/Changes#version-2.50

@ -1 +1 @@
50f6dd76c5c01f45d5ed20783c686815 transmission-2.42.tar.xz
07606789fab2f9730fa454cfc7a04b2d transmission-2.50.tar.xz

@ -1,6 +1,6 @@
Name: transmission
Version: 2.42
Release: 3%{?dist}
Version: 2.50
Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet
@ -99,7 +99,7 @@ iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
mv NEWS.new NEWS
%build
%configure --disable-static --enable-utp --enable-libnotify --enable-daemon \
%configure --disable-static --enable-utp --enable-daemon \
--enable-nls --enable-cli --enable-daemon --with-gnu-ld
make %{?_smp_mflags}
@ -207,6 +207,10 @@ update-desktop-database > /dev/null 2>&1 || :
%doc %{_mandir}/man1/transmission-qt.*
%changelog
* Thu Feb 16 2012 Rahul Sundaram <sundaram@fedoraproject.org> - 2.50-1
- upstream release 2.50
- https://trac.transmissionbt.com/wiki/Changes#version-2.50
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.42-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Loading…
Cancel
Save