rpms/aria2/devel aria2-0.12.0-gcc43.patch, NONE, 1.1 aria2.spec, 1.9, 1.10

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Fri Feb 22 16:01:10 UTC 2008


Author: ecik

Update of /cvs/extras/rpms/aria2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29031

Modified Files:
	aria2.spec 
Added Files:
	aria2-0.12.0-gcc43.patch 
Log Message:
* Fri Feb 22 2008 Michał Bentkowski <mr.ecik at gmail.com> - 0.12.0-4
- Add patch


aria2-0.12.0-gcc43.patch:

--- NEW FILE aria2-0.12.0-gcc43.patch ---
--- src/common.h.gcc43	2007-08-28 18:36:33.000000000 +0200
+++ src/common.h	2008-01-10 19:47:01.000000000 +0100
@@ -32,6 +32,9 @@
  * files in the program, then also delete it here.
  */
 /* copyright --> */
+
+#include <cstring>
+
 #ifndef _D_COMMON_H_
 #define _D_COMMON_H_
 // use C99 limit macros


Index: aria2.spec
===================================================================
RCS file: /cvs/extras/rpms/aria2/devel/aria2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- aria2.spec	19 Feb 2008 02:12:23 -0000	1.9
+++ aria2.spec	22 Feb 2008 16:00:35 -0000	1.10
@@ -6,6 +6,7 @@
 License:        GPLv2
 URL:            http://aria2.sourceforge.net/
 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Patch0:         aria2-0.12.0-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  bison
 BuildRequires:  c-ares-devel cppunit-devel
@@ -34,7 +35,7 @@
 
 %prep
 %setup -q
-
+%patch0
 
 %build
 %configure --enable-bittorrent \
@@ -66,6 +67,9 @@
 
 
 %changelog
+* Fri Feb 22 2008 Michał Bentkowski <mr.ecik at gmail.com> - 0.12.0-4
+- Add patch
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.12.0-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list