- update to 1.6.6
* Add afm/MustRead.html, containing licensing information for
Adobe AFM files.
* Sync all translations from the Translation Project. Visit
http://translationproject.org/ to help translate Enscript
* Add documented but missing '-w' option as an alias for
'--language'
* Apply sliceprint patch from Debian
- includes 1.6.5.2:
* Fix CFG_FATAL macro in util.c-- prevents a segfault when the
config file contains unknown parameters
* Fix segfault with line lengths over 90 characters
- includes 1.6.5.1:
* Typo corrections in the manual pages
* Actually ship f90.st in the tarball
* Better organization for ChangeLog, INSTALL and README
- includes 1.6.5:
* Licensing change: GNU Enscript is now distributed under
version 3 or later of the GNU GPL
* Build system fixes - distcheck now passes
* At least four security bug fixes:
- CAN-2004-1184
- CAN-2004-1185
- CAN-2004-1186
- CVE-2008-3863, CVE-2008-4306
* Syntax highlighting fixes
- shell escaping rules from Shawn McMahon
- JavaScript regexps now recognised
- New highlighting rules for Fortran 90 from David Bowler
- rebase enscript-automake.diff
- remove enscript-1.6.4-CAN-2004-1184.patch
* upstreamed in 9510e4315705329e51b27fa2f3f688989b9fb37f
- remove enscript-1.6.4-CAN-2004-1185.patch
* fixed in a3e6bf57e48bb7434cdd590732e221fd2e0b4c17
- remove enscript-1.6.4-CAN-2004-1186.patch
* fixed in 0acc7b63a1be9f5d02f1a21d6df52cb5a9ce7e58
- remove enscript-1.6.4-CVE-2008-3863.patch
* upstreamed in 94135714871a735e3fe624eaf37901bbb6314e05
- remove enscript-1.6.4-fdleak.patch
* fixed in f2bfb5ead29048ce42000e4796383a4406b069f6
- remove enscript-1.6.4.dif
- renumber patches
- cleanup with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/568440
OBS-URL: https://build.opensuse.org/package/show/Publishing/enscript?expand=0&rev=25
22 lines
422 B
Diff
22 lines
422 B
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2012-05-29 18:28:39.856914373 +0200
|
|
|
|
automake 1.12 no longer supports pre-ANSI.
|
|
|
|
---
|
|
configure.ac | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
Index: b/configure.ac
|
|
===================================================================
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -11,7 +11,6 @@
|
|
AC_PROG_CC
|
|
|
|
AC_USE_SYSTEM_EXTENSIONS
|
|
-AM_C_PROTOTYPES
|
|
|
|
AC_C_CONST
|
|
AC_FUNC_ALLOCA
|