Author: felix
Update of /cvs/free/rpms/amule/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9366
Modified Files:
.cvsignore amule.spec sources
Added Files:
aMule-2.2.3-gcc44.patch
Log Message:
* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
- updated to 2.2.3
- replaced patch3 with new one for gcc4.4
aMule-2.2.3-gcc44.patch:
--- NEW FILE aMule-2.2.3-gcc44.patch ---
diff -ruN aMule-2.2.3.orig/src/libs/common/Format.cpp
aMule-2.2.3/src/libs/common/Format.cpp
--- aMule-2.2.3.orig/src/libs/common/Format.cpp 2008-12-11 00:15:28.000000000 +0100
+++ aMule-2.2.3/src/libs/common/Format.cpp 2009-03-22 16:36:29.501147163 +0100
@@ -23,7 +23,7 @@
//
#include "Format.h"
-
+#include <stdint.h>
//! Known type-modifiers.
enum Modifiers
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Nov 2008 09:14:43 -0000 1.3
+++ .cvsignore 22 Mar 2009 16:26:41 -0000 1.4
@@ -1 +1 @@
-aMule-2.2.2.tar.bz2
+aMule-2.2.3.tar.bz2
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/F-10/amule.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- amule.spec 21 Nov 2008 07:30:10 -0000 1.6
+++ amule.spec 22 Mar 2009 16:26:41 -0000 1.7
@@ -1,13 +1,13 @@
# TODO: setup firefox for ed2k links using triggers and a file in
/usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.2
-Release: 2%{?dist}
+Version: 2.2.3
+Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
Source0:
http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch3: aMule-2.1.3-gcc43.patch
+Patch3: aMule-2.2.3-gcc44.patch
URL:
http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See
http://www.amule.org/wiki/index.php/Requirements
@@ -46,7 +46,7 @@
%prep
%setup -q -n aMule-%{version}
-%patch3 -p1 -b .gcc43
+%patch3 -p1 -b .gcc44
%build
@@ -65,7 +65,8 @@
--enable-geoip \
--enable-ccache \
--enable-amule-gui \
- --enable-optimize
+ --enable-optimize \
+ --with-denoise-level=0
make %{?_smp_mflags}
@@ -159,6 +160,10 @@
%changelog
+* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
+- updated to 2.2.3
+- replaced patch3 with new one for gcc4.4
+
* Thu Nov 20 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 2.2.2-2
- add remote GUI
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Nov 2008 09:14:43 -0000 1.3
+++ sources 22 Mar 2009 16:26:41 -0000 1.4
@@ -1 +1 @@
-4bbb5fef3b7acd206c08beddb7fdbb42 aMule-2.2.2.tar.bz2
+64a0d41edbdd7cf36fa892e45a652bfd aMule-2.2.3.tar.bz2