diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-09-30 00:42:15 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-09-30 00:42:15 -0400 |
commit | 1edda96f84bcdcc3ae45931b3197033908d6596e (patch) | |
tree | 6128e36345b6ba4e0e6de1f4564379a378ea5f1e /PACKAGE | |
parent | 25d373d6c7ac8286aa4ba85bde38f082acc7c4f6 (diff) | |
download | lynx-snapshots-1edda96f84bcdcc3ae45931b3197033908d6596e.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16a
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/debian/changelog | 6 | ||||
-rw-r--r-- | PACKAGE/debian/copyright | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.iss | 4 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog index f6fac4bc..44ae2b82 100644 --- a/PACKAGE/debian/changelog +++ b/PACKAGE/debian/changelog @@ -1,3 +1,9 @@ +lynx-dev (2.8.8dev.17) unstable; urgency=high + + * changes for dev.17 + + -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 29 Sep 2013 19:33:16 -0400 + lynx-dev (2.8.8dev.16) unstable; urgency=high * changes for dev.16 diff --git a/PACKAGE/debian/copyright b/PACKAGE/debian/copyright index 3df77a17..85c8fd93 100644 --- a/PACKAGE/debian/copyright +++ b/PACKAGE/debian/copyright @@ -47,7 +47,7 @@ For reference, below is the original copyright notice for Lynx (2.4.2). Files: aclocal.m4 Licence: other-BSD -Copyright: 1997-2009,2010 by Thomas E. Dickey +Copyright: 1997-2012,2013 by Thomas E. Dickey Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that @@ -101,7 +101,7 @@ Licence: other-BSD shared with many OS's install programs. Files: debian/* -Copyright: 2010 Thomas E. Dickey +Copyright: 2010-2013 Thomas E. Dickey Licence: other-BSD Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss index f764a9a2..096684d1 100644 --- a/PACKAGE/lynx.iss +++ b/PACKAGE/lynx.iss @@ -1,4 +1,4 @@ -; $LynxId: lynx.iss,v 1.9 2012/11/16 10:00:03 tom Exp $ +; $LynxId: lynx.iss,v 1.10 2013/09/30 00:34:08 tom Exp $ ; vile:ts=2 sw=2 notabinsert ; ; This is the BASE script for different flavors of the installer for Lynx. @@ -90,7 +90,7 @@ AppName={#MyAppName} #emit 'VersionInfoVersion=' + LYNX_TARGET2 AppVerName={#MyAppVerName} AppPublisher={#MyAppPublisher} -AppCopyright=� 1997-2011,2012, Thomas E. Dickey +AppCopyright=� 1997-2012,2013, Thomas E. Dickey AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index 128bc394..6d77974c 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,8 +1,8 @@ -# $LynxId: lynx.spec,v 1.17 2013/04/30 08:32:37 tom Exp $ +# $LynxId: lynx.spec,v 1.18 2013/09/29 23:32:33 tom Exp $ Summary: A text-based Web browser Name: lynx Version: 2.8.8 -Release: dev.16 +Release: dev.17 License: GPLv2 Group: Applications/Internet Source: lynx%{version}%{release}.tgz |