rpms/transmission/devel transmission-1.05-gnusource.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 transmission.spec, 1.17, 1.18

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sun Feb 10 12:08:56 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/transmission/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21579

Modified Files:
	.cvsignore sources transmission.spec 
Added Files:
	transmission-1.05-gnusource.patch 
Log Message:
Update to upstream 1.05, with a bunch of bug fixes

transmission-1.05-gnusource.patch:

--- NEW FILE transmission-1.05-gnusource.patch ---
--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	6 Feb 2008 10:21:05 -0000	1.15
+++ .cvsignore	10 Feb 2008 12:08:14 -0000	1.16
@@ -1 +1 @@
-transmission-1.04.tar.bz2
+transmission-1.05.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	6 Feb 2008 10:21:05 -0000	1.15
+++ sources	10 Feb 2008 12:08:14 -0000	1.16
@@ -1 +1 @@
-7234c2e7c9855ea62768f89196f5913f  transmission-1.04.tar.bz2
+3baf5be0d4fe2a0e0e0e43b7b0fe5dcb  transmission-1.05.tar.bz2


Index: transmission.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/transmission.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- transmission.spec	6 Feb 2008 10:21:05 -0000	1.17
+++ transmission.spec	10 Feb 2008 12:08:14 -0000	1.18
@@ -1,6 +1,6 @@
 
 Name:           transmission
-Version:        1.04
+Version:        1.05
 Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
@@ -9,13 +9,13 @@
 URL:            http://www.transmissionbt.com/
 Source0:        http://download.m0k.org/transmission/files/transmission-%{version}.tar.bz2
 Patch0:         transmission-0.81-downloaddir.patch
+Patch1:         transmission-1.05-gnusource.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel >= 0.9.4
 BuildRequires:  gtk2-devel >= 2.6.0
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext intltool
-BuildRequires:  libevent-devel
 
 
 %description
@@ -27,6 +27,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .dwnldir
+%patch1 -p1 -b .gnusrc
 
 
 %build
@@ -62,13 +63,14 @@
 %doc AUTHORS LICENSE NEWS README
 %{_bindir}/transmission*
 %{_datadir}/pixmaps/*
+%{_datadir}/icons/hicolor/*/apps/transmission.*
 %{_datadir}/applications/*transmission.desktop
 %doc %{_mandir}/man1/transmission*
 
 
 %changelog
-* Wed Feb  6 2008 Denis Leroy <denis at poolshark.org> - 1.04-1
-- Update to upstream 1.04, important bug fixes
+* Sun Feb 10 2008 Denis Leroy <denis at poolshark.org> - 1.05-1
+- Update to upstream 1.05, with a bunch of bug fixes
 
 * Thu Jan 31 2008 Denis Leroy <denis at poolshark.org> - 1.03-1
 - Update to upstream 1.03




More information about the fedora-extras-commits mailing list