Browse Source

upgrading package: aria2 1.9.4 -> 1.9.5

master
parent
commit
379b9f458b
  1. 12
      aria2/aria2.patch
  2. 4
      aria2/aria2.spec

12
aria2/aria2.patch

@ -1,15 +1,3 @@
Index: src/SimpleLogger.cc
--- src/SimpleLogger.cc.orig 2009-02-15 15:55:07 +0100
+++ src/SimpleLogger.cc 2009-03-27 10:22:38 +0100
@@ -149,7 +149,7 @@
struct tm tm;
//tv.tv_sec may not be of type time_t.
time_t timesec = tv.tv_sec;
- localtime_r(&timesec, &tm);
+ localtime_r((const time_t *)&timesec, &tm);
size_t dateLength =
strftime(datestr, sizeof(datestr), "%Y-%m-%d %H:%M:%S", &tm);
assert(dateLength <= (size_t)20);
Index: test/FileTest.cc
--- test/FileTest.cc.orig 2009-02-15 15:54:55 +0100
+++ test/FileTest.cc 2009-03-27 10:22:38 +0100

4
aria2/aria2.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Web
License: GPL
Version: 1.9.4
Release: 20100605
Version: 1.9.5
Release: 20100629
# list of sources
Source0: http://switch.dl.sourceforge.net/aria2/aria2-%{version}.tar.bz2

Loading…
Cancel
Save