rpms/transmission/F-9 transmission-1.40-copt.patch, NONE, 1.1 .cvsignore, 1.20, 1.21 sources, 1.20, 1.21 transmission.spec, 1.24, 1.25 transmission-1.11-copt.patch, 1.1, NONE

Denis Leroy denis at fedoraproject.org
Thu Nov 27 09:13:51 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/transmission/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4251

Modified Files:
	.cvsignore sources transmission.spec 
Added Files:
	transmission-1.40-copt.patch 
Removed Files:
	transmission-1.11-copt.patch 
Log Message:
- Update to upstream 1.40, ported patch
- Fixes #472682, #465680
- Updated License tag


transmission-1.40-copt.patch:

--- NEW FILE transmission-1.40-copt.patch ---
--- transmission-1.40.orig/configure	2008-11-21 09:45:25.000000000 +0100
+++ transmission-1.40/configure	2008-11-21 09:47:58.000000000 +0100
@@ -21454,8 +21454,8 @@
 
 
 if test "x$GCC" = "xyes" ; then
-    CFLAGS="-g -Wall -Wformat-security -W -Wmissing-prototypes -Wdeclaration-after-statement -O3 -funroll-loops"
-    CXXFLAGS="-g -Wall -Wformat-security -W -O3 -funroll-loops"
+    CFLAGS="-g -Wall -Wformat-security -W -Wmissing-prototypes -Wdeclaration-after-statement"
+    CXXFLAGS="-g -Wall -Wformat-security -W"
 fi
 
 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/F-9/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	24 Aug 2008 13:48:34 -0000	1.20
+++ .cvsignore	27 Nov 2008 09:13:20 -0000	1.21
@@ -1 +1 @@
-transmission-1.33.tar.bz2
+transmission-1.40.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/F-9/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	24 Aug 2008 13:48:34 -0000	1.20
+++ sources	27 Nov 2008 09:13:20 -0000	1.21
@@ -1 +1 @@
-097a538a10e41c9e631ef23b11a2ddfa  transmission-1.33.tar.bz2
+490d13c141ba7b4a96582541ea83a461  transmission-1.40.tar.bz2


Index: transmission.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/F-9/transmission.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- transmission.spec	24 Aug 2008 13:48:34 -0000	1.24
+++ transmission.spec	27 Nov 2008 09:13:20 -0000	1.25
@@ -1,21 +1,22 @@
 
 Name:           transmission
-Version:        1.33
+Version:        1.40
 Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
-License:        MIT, GPLv2+
+# 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}.tar.bz2
-Patch2:         transmission-1.11-copt.patch
+Patch2:         transmission-1.40-copt.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel >= 0.9.4
 BuildRequires:  glib2-devel >= 2.15.5
 BuildRequires:  gtk2-devel >= 2.6.0
 BuildRequires:  libnotify-devel >= 0.4.4
-BuildRequires:  curl-devel >= 7.15.0
+BuildRequires:  curl-devel >= 7.16.3
 BuildRequires:  dbus-glib-devel >= 0.70
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext intltool
@@ -72,6 +73,14 @@
 
 
 %changelog
+* Thu Nov 27 2008 Denis Leroy <denis at poolshark.org> - 1.40-1
+- Update to upstream 1.40, ported patch
+- Fixes #472682, #465680
+- Updated License tag
+
+* Tue Oct  7 2008 Denis Leroy <denis at poolshark.org> - 1.34-1
+- Update to upstream 1.34
+
 * Sun Aug 24 2008 Denis Leroy <denis at poolshark.org> - 1.33-1
 - Update to upstream 1.33
 - Now dual-licensed


--- transmission-1.11-copt.patch DELETED ---




More information about the fedora-extras-commits mailing list