Mailinglist Archive: opensuse-commit (794 mails)
| < Previous | Next > |
commit transmission for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 03 Sep 2009 18:48:18 +0200
- Message-id: <20090903164818.5014F6498@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package transmission for openSUSE:Factory
checked in at Thu Sep 3 18:48:18 CEST 2009.
--------
--- GNOME/transmission/transmission.changes 2009-07-21 00:20:44.000000000
+0200
+++ transmission/transmission.changes 2009-08-25 16:24:59.000000000 +0200
@@ -1,0 +2,49 @@
+Tue Aug 25 14:58:06 CEST 2009 - dimstar@xxxxxxxxxxxx
+
+- Update to version 1.74:
+ + All Platforms
+ - Better data recovery in the case of an OS or Transmission
+ crash
+ - If a data file is moved, stop the torrent instead of
+ redownloading it
+ - Fix bug that didn't list some peers in the resume file and
+ in PEX
+ - More helpful torrent error messages
+ - DHT now honors the bind-address-ipv4 configuration option
+ - Fix Debian build error with miniupnpc
+ - Fix Cygwin build error with strtold
+ - Update to a newer snapshot of miniupnpc
+ + Mac
+ - 64-bit compatibility
+ - Queuing system will not exclude transfers with tracker
+ warnings
+ - Links to original torrent files are no longer maintained
+ - Fix bug where changing the global per-torrent peer connection
+ limit did not affect the current session
+ - Fix bug where changing settings through RPC would result in
+ wrong values being saved for three fields
+ + GTK+
+ - Fix crash that occurred when adding torrents on some desktops
+ - Synchronize the statusbar's and torrent list's speeds
+ - Fix the Properties dialog's "Origin" field for multiple
+ torrents
+ + Qt
+ - If Transmission was minimized, clicking on it the icon tray
+ didn't raise it
+ + Daemon
+ - Speed Limit mode support added to transmission-remote
+ - Add a "session stats" readout to transmission-remote
+ + Web Client
+ - Progress bar shows seeding progress
+ - Fix bug that displayed "%nan" when verifying a torrent
+ - "Pause All" only appeared to pause torrents with peers until
+ refresh
+ + Updated translations.
+- Add transmission-no-dht.patch and --disable-dht in configure.
+
+-------------------------------------------------------------------
+Wed Aug 19 15:18:34 CEST 2009 - beineri@xxxxxxxxxxxx
+
+- Fix Name field of .desktop file and don't show up twice in menu.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
transmission-1.73.tar.bz2
New:
----
transmission-1.74.tar.bz2
transmission-no-dht.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ transmission.spec ++++++
--- /var/tmp/diff_new_pack.DeiE2w/_old 2009-09-03 18:46:55.000000000 +0200
+++ /var/tmp/diff_new_pack.DeiE2w/_new 2009-09-03 18:46:55.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package transmission (Version 1.73)
+# spec file for package transmission (Version 1.74)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -29,10 +29,12 @@
BuildRequires: libqt4-devel
BuildRequires: openssl-devel
BuildRequires: update-desktop-files
-Version: 1.73
+Version: 1.74
Release: 1
Summary: Lightweight, yet powerful BitTorrent client
Source:
http://download.m0k.org/transmission/files/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM transmission-no-dht.patch dimstar@xxxxxxxxxxxx -- fix
build with --disable-dht
+Patch0: transmission-no-dht.patch
Url: http://www.transmissionbt.com/
Group: Productivity/Networking/Other
License: GPL v2 only ; MIT License (or similar)
@@ -47,16 +49,6 @@
between providing useful functionality without feature bloat.
Furthermore, it is free for anyone to use or modify.
-
-
-Authors:
---------
- Mitchell Livingston <livings124@xxxxxxxxx>
- Charles Kerr <charles@xxxxxxxxxxxxx>
- Eric Petit <titer@xxxxxxx>
- Josh Elsasser <josh@xxxxxxxxxxxx>
- Bryan Varner <bryan@xxxxxxxxxxxxx>
-
%package gtk
License: GPL v2 only ; MIT License (or similar)
Summary: Lightweight, yet powerful BitTorrent client
@@ -73,16 +65,6 @@
This package contains a graphical user interface to transmission.
-
-
-Authors:
---------
- Mitchell Livingston <livings124@xxxxxxxxx>
- Charles Kerr <charles@xxxxxxxxxxxxx>
- Eric Petit <titer@xxxxxxx>
- Josh Elsasser <josh@xxxxxxxxxxxx>
- Bryan Varner <bryan@xxxxxxxxxxxxx>
-
%package qt
License: GPL v2 only ; MIT License (or similar)
Summary: Lightweight, yet powerful BitTorrent client
@@ -99,24 +81,17 @@
This package contains a graphical user interface to transmission.
-
-
-Authors:
---------
- Mitchell Livingston <livings124@xxxxxxxxx>
- Charles Kerr <charles@xxxxxxxxxxxxx>
- Eric Petit <titer@xxxxxxx>
- Josh Elsasser <josh@xxxxxxxxxxxx>
- Bryan Varner <bryan@xxxxxxxxxxxxx>
-
%lang_package
%prep
%setup -q
+%patch0 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
%configure \
+ --disable-dht \
+ --disable-static \
--with-gtk
%__make %{?jobs:-j%{jobs}}
# the qt ui requires an extrawurst for now
@@ -131,7 +106,7 @@
%__make install INSTALL_ROOT=%{buildroot}%{_prefix}
cd ..
%find_lang %{name}
-%suse_update_desktop_file transmission
+%suse_update_desktop_file -r -N "Transmission" transmission Network P2P
%fdupes $RPM_BUILD_ROOT
%clean
++++++ transmission-1.73.tar.bz2 -> transmission-1.74.tar.bz2 ++++++
++++ 98336 lines of diff (skipped)
++++++ transmission-no-dht.patch ++++++
diff -aurpN transmission-1.74/libtransmission/tr-dht.c
transmission-1.74.patched//libtransmission/tr-dht.c
--- transmission-1.74/libtransmission/tr-dht.c 2009-08-25 01:42:48.000000000
+0200
+++ transmission-1.74.patched//libtransmission/tr-dht.c 2009-08-25
15:58:24.000000000 +0200
@@ -53,7 +53,8 @@ THE SOFTWARE.
#ifdef WITHOUT_DHT
/* These are the stubs for when we're building without DHT support */
- int tr_dhtInit( tr_session * session UNUSED ) { return TR_DHT_STOPPED; }
+ int tr_dhtInit( tr_session * session UNUSED,
+ tr_address * address UNUSED ) { return TR_DHT_STOPPED; }
void tr_dhtUninit( tr_session * session UNUSED ) { }
tr_bool tr_dhtEnabled( const tr_session * session UNUSED ) { return FALSE; }
tr_port tr_dhtPort ( const tr_session * sesssion UNUSED ) { return 0; }
diff -aurpN transmission-1.74/qt/qtr.pro transmission-1.74.patched//qt/qtr.pro
--- transmission-1.74/qt/qtr.pro 2009-08-25 01:42:49.000000000 +0200
+++ transmission-1.74.patched//qt/qtr.pro 2009-08-25 16:19:25.000000000
+0200
@@ -14,7 +14,6 @@ PKGCONFIG = fontconfig libcurl openssl
TRANSMISSION_TOP = ..
INCLUDEPATH += $${TRANSMISSION_TOP}
LIBS += $${TRANSMISSION_TOP}/libtransmission/libtransmission.a
-LIBS += $${TRANSMISSION_TOP}/third-party/dht/libdht.a
LIBS += $${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a
LIBS += $${TRANSMISSION_TOP}/third-party/libnatpmp/libnatpmp.a
LIBS += $${TRANSMISSION_TOP}/third-party/libevent/.libs/libevent.a
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |