OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Feb-2005 10:36:34
Branch: HEAD Handle: 2005021009363400
Added files:
openpkg-src/wv wv.patch
Modified files:
openpkg-src/wv wv.spec
Log:
upgrading package: wv 1.0.2 -> 1.0.3
Summary:
Revision Changes Path
1.1 +22 -0 openpkg-src/wv/wv.patch
1.16 +4 -3 openpkg-src/wv/wv.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wv/wv.patch
============================================================================
$ cvs diff -u -r0 -r1.1 wv.patch
--- /dev/null 2005-02-10 10:36:34 +0100
+++ wv.patch 2005-02-10 10:36:34 +0100
@@ -0,0 +1,22 @@
+Index: exporter/support.c
+--- exporter/support.c.orig 2002-03-14 17:47:46 +0100
++++ exporter/support.c 2005-02-10 10:32:42 +0100
+@@ -10,7 +10,6 @@
+ #endif
+ #include "config.h"
+ #include "wv.h"
+-#include "oledecod.h"
+
+ #include "wvexporter-priv.h"
+
+Index: libole2/ms-ole.h
+--- libole2/ms-ole.h.orig 2004-04-11 07:40:51 +0200
++++ libole2/ms-ole.h 2005-02-10 10:31:46 +0100
+@@ -16,6 +16,7 @@
+ #endif
+
+ /* This should be done in glib */
++#include <sys/types.h>
+ #if !defined(_WIN32) || defined(__CYGWIN__)
+ #if defined(__QNXNTO__)
+ # include <sys/types.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/wv/wv.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 wv.spec
--- openpkg-src/wv/wv.spec 1 Jan 2005 10:55:52 -0000 1.15
+++ openpkg-src/wv/wv.spec 10 Feb 2005 09:36:34 -0000 1.16
@@ -33,11 +33,12 @@
Class: EVAL
Group: Converter
License: GPL
-Version: 1.0.2
-Release: 20041215
+Version: 1.0.3
+Release: 20050210
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/wvware/wv-%{version}.tar.gz
+Patch0: wv.patch
# build information
Prefix: %{l_prefix}
@@ -57,7 +58,6 @@
%track
prog wv = {
- comment = "tho:15.12.04: subtree oledecod missing from
distribution"
version = %{version}
url = http://prdownloads.sourceforge.net/wvware/
regex = wv-(__VER__)\.tar\.gz
@@ -65,6 +65,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]