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: 27-Aug-2007 19:30:05
Branch: HEAD Handle: 2007082718300400
Modified files:
openpkg-src/cego cego.patch cego.spec
Log:
modifying package: cego-1.3.3 20070826 -> 20070827
Summary:
Revision Changes Path
1.5 +0 -33 openpkg-src/cego/cego.patch
1.13 +2 -2 openpkg-src/cego/cego.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cego/cego.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 cego.patch
--- openpkg-src/cego/cego.patch 26 Aug 2007 19:07:52 -0000 1.4
+++ openpkg-src/cego/cego.patch 27 Aug 2007 17:30:04 -0000 1.5
@@ -1,36 +1,3 @@
-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.12 -r1.13 cego.spec
--- openpkg-src/cego/cego.spec 26 Aug 2007 19:07:52 -0000 1.12
+++ openpkg-src/cego/cego.spec 27 Aug 2007 17:30:04 -0000 1.13
@@ -25,7 +25,7 @@
# FIXME: rse: seems to have problems during building if old version is
still installed
# package version
-%define V_base 1.1.2
+%define V_base 1.1.3
%define V_xml 1.0.9
%define V_cego 1.3.3
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_cego}
-Release: 20070826
+Release: 20070827
# list of sources
Source0: http://www.lemke-it.com/base-%{V_base}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]