OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Aug-2007 21:07:40
Branch: HEAD Handle: 2007082620074000
Modified files:
openpkg-src/dragon dragon.patch dragon.spec
Log:
modifying package: dragon-1.2.11 20070815 -> 20070826
Summary:
Revision Changes Path
1.2 +37 -4 openpkg-src/dragon/dragon.patch
1.8 +2 -2 openpkg-src/dragon/dragon.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dragon/dragon.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 dragon.patch
--- openpkg-src/dragon/dragon.patch 16 Jun 2007 18:36:22 -0000 1.1
+++ openpkg-src/dragon/dragon.patch 26 Aug 2007 19:07:40 -0000 1.2
@@ -1,6 +1,39 @@
+Index: base/src/NanoTimer.cc
+--- base/src/NanoTimer.cc.orig 2007-08-22 21:52:01 +0200
++++ base/src/NanoTimer.cc 2007-08-26 20:57:22 +0200
+@@ -68,7 +68,7 @@
+ #ifdef HAVE_MINGW32
+ QueryPerformanceCounter((LARGE_INTEGER*)&_start);
+ #else
+- _start = gethrtime();
++ _start = time(NULL);
+ #endif
+
+ }
+@@ -79,7 +79,7 @@
+ QueryPerformanceCounter((LARGE_INTEGER*)&_end);
+ _sum = _sum + ( _end - _start / ( ( 1000000000 / _freq ) + 1 ));
+ #else
+- _end = gethrtime();
++ _end = time(NULL);
+
+ _sum = _sum + ( _end - _start );
+
+Index: base/src/NanoTimer.h
+--- base/src/NanoTimer.h.orig 2007-08-22 18:44:21 +0200
++++ base/src/NanoTimer.h 2007-08-26 20:56:42 +0200
+@@ -59,7 +59,7 @@
+ #ifdef HAVE_MINGW32
+ LONGLONG _start, _end, _sum, _freq;
+ #else
+- hrtime_t _start, _end, _sum;
++ time_t _start, _end, _sum;
+ #endif
+
+ };
Index: dragon/samples/Makefile.in
---- dragon/samples/Makefile.in.orig 2007-01-26 18:54:49 +0100
-+++ dragon/samples/Makefile.in 2007-06-16 19:59:40 +0200
+--- dragon/samples/Makefile.in.orig 2007-06-24 14:00:15 +0200
++++ dragon/samples/Makefile.in 2007-08-26 20:55:07 +0200
@@ -20,7 +20,7 @@
INCLUDEPREFIX = $(PREFIX)/include
LIBPREFIX = $(PREFIX)/lib
@@ -11,8 +44,8 @@
.SUFFIXES: .cc .o
Index: dragon/src/Makefile.in
---- dragon/src/Makefile.in.orig 2007-01-26 19:01:54 +0100
-+++ dragon/src/Makefile.in 2007-06-16 19:59:30 +0200
+--- dragon/src/Makefile.in.orig 2007-06-24 14:00:15 +0200
++++ dragon/src/Makefile.in 2007-08-26 20:55:07 +0200
@@ -19,7 +19,7 @@
INCLUDEPREFIX = $(PREFIX)/include
LIBPREFIX = $(PREFIX)/lib
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dragon/dragon.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 dragon.spec
--- openpkg-src/dragon/dragon.spec 15 Aug 2007 14:56:01 -0000 1.7
+++ openpkg-src/dragon/dragon.spec 26 Aug 2007 19:07:40 -0000 1.8
@@ -23,7 +23,7 @@
##
# package version
-%define V_base 1.1.0
+%define V_base 1.1.2
%define V_dragon 1.2.11
# package information
@@ -37,7 +37,7 @@
Group: CompilerCompiler
License: GPL
Version: %{V_dragon}
-Release: 20070815
+Release: 20070826
# list of sources
Source0: http://www.lemke-it.com/base-%{V_base}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]