diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-15 23:43:52 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-15 23:43:52 -0500 |
commit | 3e8c172cd64e8a34029b60208c0d3016d3609505 (patch) | |
tree | 1f8ee4c593bbbcd7514112a5423af47838917cde /PACKAGE | |
parent | 344df6a54f503dbabb10beae8f92f6263fe7fde8 (diff) | |
download | lynx-snapshots-3e8c172cd64e8a34029b60208c0d3016d3609505.tar.gz |
snapshot of project "lynx", label v2-8-8dev_10a
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/debian/changelog | 6 | ||||
-rw-r--r-- | PACKAGE/lynx.iss | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index 54afb30a..a52c63a5 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,3 +1,9 @@ +lynx-dev (2.8.8dev.11) unstable; urgency=low + + * changes for dev.11 + + -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 15 Feb 2012 18:43:49 -0500 + lynx-dev (2.8.8dev.10) unstable; urgency=low * changes for dev.10 diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss index 27605cc5..583905aa 100644 --- a/PACKAGE/lynx.iss +++ b/PACKAGE/lynx.iss @@ -1,4 +1,4 @@ -; $LynxId: lynx.iss,v 1.5 2012/02/11 13:21:25 tom Exp $ +; $LynxId: lynx.iss,v 1.6 2012/02/13 22:17:17 tom Exp $ ; vile:ts=2 sw=2 notabinsert ; ; This is the BASE script for different flavors of the installer for Lynx. @@ -33,7 +33,7 @@ #endif #ifndef BzipDllName -#define BzipDllName "bzip2.dll" +#define BzipDllName "libbz2.dll" #endif #ifndef ZlibDllName diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 8d24dd77..9ddc19f4 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.10 2011/10/06 22:18:32 tom Exp $ +# $LynxId: lynx.spec,v 1.11 2012/02/15 23:43:12 tom Exp $ Summary: A text-based Web browser Name: lynx Version: 2.8.8 -Release: dev.10 +Release: dev.11 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz |