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:53
Branch: HEAD Handle: 2007082620075200
Modified files:
openpkg-src/cego cego.patch cego.spec
Log:
upgrading package: cego 1.3.2 -> 1.3.3
Summary:
Revision Changes Path
1.4 +33 -0 openpkg-src/cego/cego.patch
1.12 +3 -3 openpkg-src/cego/cego.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cego/cego.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 cego.patch
--- openpkg-src/cego/cego.patch 26 Jun 2007 19:02:54 -0000 1.3
+++ openpkg-src/cego/cego.patch 26 Aug 2007 19:07:52 -0000 1.4
@@ -1,3 +1,36 @@
+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: cego/src/CegoOutput.cc
--- cego/src/CegoOutput.cc.orig 2007-06-24 13:59:26 +0200
+++ cego/src/CegoOutput.cc 2007-06-26 08:08:20 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cego/cego.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 cego.spec
--- openpkg-src/cego/cego.spec 24 Aug 2007 17:04:22 -0000 1.11
+++ openpkg-src/cego/cego.spec 26 Aug 2007 19:07:52 -0000 1.12
@@ -25,9 +25,9 @@
# FIXME: rse: seems to have problems during building if old version is
still installed
# package version
-%define V_base 1.1.0
+%define V_base 1.1.2
%define V_xml 1.0.9
-%define V_cego 1.3.2
+%define V_cego 1.3.3
# package information
Name: cego
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_cego}
-Release: 20070824
+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]