Browse Source

upgrading package: gocr 0.41 -> 0.42

master
parent
commit
1f7f84b6d8
  1. 12
      gocr/gocr.patch
  2. 6
      gocr/gocr.spec

12
gocr/gocr.patch

@ -0,0 +1,12 @@
Index: src/progress.h
--- src/progress.h.orig 2006-10-31 12:23:38 +0100
+++ src/progress.h 2006-12-05 19:46:17 +0100
@@ -6,6 +6,8 @@
#ifndef GOCR_PROGRESS_H
#define GOCR_PROGRESS_H "Oct06"
+#include <time.h>
+
/* initialization of progress output, fname="<fileID>","<filename>","-" */
int ini_progress(char *fname);

6
gocr/gocr.spec

@ -32,11 +32,12 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Graphics
License: GPL
Version: 0.41
Release: 20061016
Version: 0.42
Release: 20061205
# list of sources
Source0: http://switch.dl.sourceforge.net/sourceforge/jocr/gocr-%{version}.tar.gz
Patch0: gocr.patch
# build information
Prefix: %{l_prefix}
@ -60,6 +61,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
CC="%{l_cc}" \

Loading…
Cancel
Save