OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Sep-2005 15:03:03
Branch: HEAD Handle: 2005092314025902
Added files:
openpkg-src/glimpse glimpse.patch
Modified files:
openpkg-src/glimpse glimpse.spec
Log:
upgrading package: glimpse 4.18.0 -> 4.18.1p
Summary:
Revision Changes Path
1.1 +14 -0 openpkg-src/glimpse/glimpse.patch
1.45 +4 -2 openpkg-src/glimpse/glimpse.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/glimpse/glimpse.patch
============================================================================
$ cvs diff -u -r0 -r1.1 glimpse.patch
--- /dev/null 2005-09-23 15:03:00 +0200
+++ glimpse.patch 2005-09-23 15:03:03 +0200
@@ -0,0 +1,14 @@
+Index: index/glimpse.c
+--- index/glimpse.c.orig 2002-09-27 23:41:11 +0200
++++ index/glimpse.c 2005-09-23 14:58:47 +0200
+@@ -19,8 +19,9 @@
+ extern char INDEX_DIR[MAX_LINE_LEN];
+ extern struct stat istbuf;
+
++#ifndef BUILDCAST
+ extern char *TEMP_DIR; /* directory to store glimpse temporary files,
usually /tmp unless -T is specified */
+-#ifdef BUILDCAST
++#else
+ /* TEMP_DIR is normally defined in ../main.c; if we're building
+ * buildcast, that's not linked in, so we need to define one here. */
+ /* char * TEMP_DIR = NULL; */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/glimpse/glimpse.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 glimpse.spec
--- openpkg-src/glimpse/glimpse.spec 16 Jun 2005 19:56:22 -0000 1.44
+++ openpkg-src/glimpse/glimpse.spec 23 Sep 2005 13:03:01 -0000 1.45
@@ -32,11 +32,12 @@
Class: BASE
Group: Text
License: Non-Profit
-Version: 4.18.0
-Release: 20050616
+Version: 4.18.1p
+Release: 20050923
# list of sources
Source0: http://webglimpse.net/trial/glimpse-%{version}.tar.gz
+Patch0: glimpse.patch
# build information
Prefix: %{l_prefix}
@@ -62,6 +63,7 @@
%prep
%setup -q
+ %patch -p0
%{l_shtool} subst \
-e 's;__STRICT_ANSI__;__STDC__;g' \
libtemplate/util/log.c \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]