- Update to upstream 1.33

- Now dual-licensed
- Gnusource and download dir patches upstreamed
epel9
Denis Leroy 17 years ago
parent a22ecc47a7
commit 3a0fc4fe0d

@ -1 +1 @@
transmission-1.22.tar.bz2 transmission-1.33.tar.bz2

@ -1 +1 @@
aa0a2db19b0f3dbfd75a0fb354d6c47d transmission-1.22.tar.bz2 097a538a10e41c9e631ef23b11a2ddfa transmission-1.33.tar.bz2

@ -1,13 +0,0 @@
--- transmission-0.91/gtk/util.c~ 2007-10-29 00:57:11.000000000 +0100
+++ transmission-0.91/gtk/util.c 2007-11-03 16:35:30.000000000 +0100
@@ -288,6 +288,10 @@
static char * wd = NULL;
char * dir = pref_string_get( PREF_KEY_DIR_DEFAULT );
if ( dir == NULL ) {
+#if GLIB_CHECK_VERSION(2, 13, 7)
+ dir = g_get_user_special_dir(G_USER_DIRECTORY_DOWNLOAD);
+ return dir;
+#endif
if( wd == NULL )
wd = g_get_current_dir();
dir = g_strdup( wd );

@ -1,11 +0,0 @@
--- transmission-1.05/third-party/libevent/http.c.orig 2008-02-10 12:56:09.000000000 +0100
+++ transmission-1.05/third-party/libevent/http.c 2008-02-10 12:56:26.000000000 +0100
@@ -25,6 +25,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#define _GNU_SOURCE
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

@ -1,15 +1,13 @@
Name: transmission Name: transmission
Version: 1.22 Version: 1.33
Release: 1%{?dist} Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet Group: Applications/Internet
License: MIT License: MIT, GPLv2+
URL: http://www.transmissionbt.com/ URL: http://www.transmissionbt.com/
Source0: http://download.m0k.org/transmission/files/transmission-%{version}.tar.bz2 Source0: http://download.m0k.org/transmission/files/transmission-%{version}.tar.bz2
Patch0: transmission-0.81-downloaddir.patch
Patch1: transmission-1.05-gnusource.patch
Patch2: transmission-1.11-copt.patch Patch2: transmission-1.11-copt.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -31,8 +29,6 @@ back-end.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .dwnldir
%patch1 -p1 -b .gnusrc
%patch2 -p1 -b .copt %patch2 -p1 -b .copt
@ -66,9 +62,9 @@ update-desktop-database > /dev/null 2>&1 || :
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-, root, root, -) %defattr(-, root, root, -)
%doc AUTHORS LICENSE NEWS README %doc AUTHORS COPYING NEWS README
%{_bindir}/transmission* %{_bindir}/transmission*
%{_bindir}/benc2php %{_datadir}/transmission
%{_datadir}/pixmaps/* %{_datadir}/pixmaps/*
%{_datadir}/icons/hicolor/*/apps/transmission.* %{_datadir}/icons/hicolor/*/apps/transmission.*
%{_datadir}/applications/*transmission.desktop %{_datadir}/applications/*transmission.desktop
@ -76,6 +72,12 @@ update-desktop-database > /dev/null 2>&1 || :
%changelog %changelog
* Sun Aug 24 2008 Denis Leroy <denis@poolshark.org> - 1.33-1
- Update to upstream 1.33
- Now dual-licensed
- Gnusource and download dir patches upstreamed
* Wed Jun 18 2008 Denis Leroy <denis@poolshark.org> - 1.22-1 * Wed Jun 18 2008 Denis Leroy <denis@poolshark.org> - 1.22-1
- Update to upstream 1.22 - Update to upstream 1.22

Loading…
Cancel
Save