Hello community, here is the log from the commit of package transmission for openSUSE:Factory checked in at 2012-02-21 12:26:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/transmission (Old) and /work/SRC/openSUSE:Factory/.transmission.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transmission", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/transmission/transmission.changes 2011-10-25 17:14:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes 2012-02-21 12:26:17.000000000 +0100 @@ -1,0 +2,54 @@ +Fri Feb 17 09:08:09 UTC 2012 - [email protected] + +- Add libminiupnpc-devel BuildRequires: use an external miniupnpc + instead of a bundled copy. This needs a fix in our miniupnpc + package to work, though. +- Remove libnotify-tools Requires from gtk subpackage: this is not + needed anymore since transmission now uses dbus directly to + create notifications. + +------------------------------------------------------------------- +Tue Feb 14 19:50:44 UTC 2012 - [email protected] + +- Update to version 2.50: + + All Platforms: + - Fix crash when adding some magnet links. + - Improved support for downloading webseeds with large files. + - Gracefully handle incorrectly-compressed data from webseed + downloads. + - Fairer bandwidth distribution across connected peers. + - Use less CPU when calculating undownloaded portions of large + torrents. + - Use the Selection Algorithm, rather than sorting, to select + peer candidates. + - Use base-10 units when displaying bandwidth speed and disk + space. + - If the OS has its own copy of natpmp, prefer it over our + bundled version. + - Fix Fails-To-Build error on Solaris 10 from use of mkdtemp(). + - Fix Fails-To-Build error on FreeBSD from use of alloca(). + - Fix Fails-To-Build error when building without a C++ compiler + for libuT. + + GTK+: + - Fix regression that broke the "--minimized" command-line + argument. + - Instead of notify-send, use the org.freedesktop.Notifications + DBus API. + - Fix a handful of small memory leaks. + + Qt: + - Fix FTB when building without libuTP support on Debian. + + Web Client: + - Filtering by state and tracker. + - Sorting by size. + - Larger, easier-to-press toolbar buttons. + - Fix the torrent size and time remaining in the inspector's + details tab. + - Bundle jQuery and the stylesheets to avoid third-party CDNs. + - Upgrade to jQuery 1.7.1. + - Fix runtime errors in IE 8, IE 9, and Opera. + - Revise CSS stylesheets to use SASS. + - Minor interface tweaks. + + Daemon: + - Fix corrupted status string in transmission-remote. + +------------------------------------------------------------------- Old: ---- transmission-2.42.tar.xz New: ---- transmission-2.50.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ transmission.spec ++++++ --- /var/tmp/diff_new_pack.sn2I4Y/_old 2012-02-21 12:26:19.000000000 +0100 +++ /var/tmp/diff_new_pack.sn2I4Y/_new 2012-02-21 12:26:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package transmission # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: transmission BuildRequires: fdupes @@ -33,19 +31,20 @@ %endif BuildRequires: libcurl-devel BuildRequires: libevent-devel >= 2.0.0 +BuildRequires: libminiupnpc-devel BuildRequires: libqt4-devel BuildRequires: openssl-devel BuildRequires: update-desktop-files # Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 BuildRequires: xz -Version: 2.42 -Release: 1 +Version: 2.50 +Release: 0 Summary: Lightweight, yet powerful BitTorrent client +License: GPL-2.0 ; MIT +Group: Productivity/Networking/Other Source0: http://download.m0k.org/transmission/files/%{name}-%{version}.tar.xz Source1: transmission-qt.desktop Url: http://www.transmissionbt.com/ -Group: Productivity/Networking/Other -License: GPL-2.0 ; MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-common = %{version} Requires(post): update-alternatives @@ -61,14 +60,11 @@ Furthermore, it is free for anyone to use or modify. %package gtk -License: GPL-2.0 ; MIT Summary: Lightweight, yet powerful BitTorrent client Group: Productivity/Networking/Other Requires: %{name}-common = %{version} # For canberra-gtk-play binary Requires: canberra-gtk-play -# For notify-send binary -Requires: libnotify-tools Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: %{name}-gtk-lang @@ -85,7 +81,6 @@ This package contains a graphical user interface to transmission. %package qt -License: GPL-2.0 ; MIT Summary: Lightweight, yet powerful BitTorrent client Group: Productivity/Networking/Other Requires: %{name}-common = %{version} @@ -104,7 +99,6 @@ This package contains a graphical user interface to transmission. %package common -License: GPL-2.0 ; MIT Summary: Lightweight, yet powerful BitTorrent client - Common Data Group: Productivity/Networking/Other Requires: %{name}-ui = %{version} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
