OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 13-Oct-2003 11:08:58
Branch: HEAD Handle: 2003101310085403
Modified files:
openpkg-re/vcheck vc.cpu
openpkg-src/cpu cpu.patch cpu.spec
openpkg-web news.txt
Log:
upgrading package: cpu 1.4.1 -> 1.4.2
Summary:
Revision Changes Path
1.9 +1 -1 openpkg-re/vcheck/vc.cpu
1.2 +17 -2 openpkg-src/cpu/cpu.patch
1.24 +4 -4 openpkg-src/cpu/cpu.spec
1.6977 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.cpu
============================================================================
$ cvs diff -u -r1.8 -r1.9 vc.cpu
--- openpkg-re/vcheck/vc.cpu 22 Sep 2003 08:24:32 -0000 1.8
+++ openpkg-re/vcheck/vc.cpu 13 Oct 2003 09:08:54 -0000 1.9
@@ -2,7 +2,7 @@
}
prog cpu = {
- version = 1.4.1
+ version = 1.4.2
url = http://prdownloads.sourceforge.net/cpu/
regex = cpu-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cpu/cpu.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 cpu.patch
--- openpkg-src/cpu/cpu.patch 22 Sep 2003 08:24:35 -0000 1.1
+++ openpkg-src/cpu/cpu.patch 13 Oct 2003 09:08:57 -0000 1.2
@@ -1,6 +1,6 @@
diff -Naur cpu-1.4.1.orig/doc/Makefile.in cpu-1.4.1/doc/Makefile.in
---- cpu-1.4.1.orig/doc/Makefile.in 2003-09-22 06:07:10.000000000 +0200
-+++ cpu-1.4.1/doc/Makefile.in 2003-09-22 10:19:24.000000000 +0200
+--- doc/Makefile.in 2003-09-22 06:07:10.000000000 +0200
++++ doc/Makefile.in 2003-09-22 10:19:24.000000000 +0200
@@ -446,18 +446,18 @@
@@ -28,3 +28,18 @@
fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
+--- src/include/util/bitvector.h.orig Sun Oct 12 20:57:39 2003
++++ src/include/util/bitvector.h Mon Oct 13 10:05:43 2003
+@@ -5,7 +5,11 @@
+ extern "C" {
+ #endif
+
+-#include <stdint.h>
++#include <config.h>
++#include <sys/types.h>
++#ifdef HAVE_STDINT_H
++#include <stdint.h>
++#endif
+
+ #ifndef true
+ #define true 1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cpu/cpu.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 cpu.spec
--- openpkg-src/cpu/cpu.spec 22 Sep 2003 08:24:35 -0000 1.23
+++ openpkg-src/cpu/cpu.spec 13 Oct 2003 09:08:57 -0000 1.24
@@ -24,8 +24,8 @@
##
# package version
-%define V_real 1.4.1
-%define V_unpack 1.4.1
+%define V_real 1.4.2
+%define V_unpack 1.4.2
# package information
Name: cpu
@@ -37,7 +37,7 @@
Group: Converter
License: GPL
Version: %{V_real}
-Release: 20030922
+Release: 20031013
# list of sources
Source0: http://osdn.dl.sourceforge.net/sourceforge/cpu/cpu-%{version}.tar.gz
@@ -62,7 +62,7 @@
%prep
%setup -q -n cpu-%{V_unpack}
- %patch -p1
+ %patch -p0
%build
libs=""
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6976 -r1.6977 news.txt
--- openpkg-web/news.txt 13 Oct 2003 08:48:43 -0000 1.6976
+++ openpkg-web/news.txt 13 Oct 2003 09:08:55 -0000 1.6977
@@ -1,3 +1,4 @@
+13-Oct-2003: Upgraded package: P<cpu-1.4.2-20031013>
13-Oct-2003: Upgraded package: P<samhain-1.7.12-20031013>
12-Oct-2003: Upgraded package: P<xpdf-2.03-20031012>
12-Oct-2003: New package: P<t1lib-5.0.0-20031012>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]