diff options
author | Till Kamppeter <till.kamppeter@gmail.com> | 2012-03-23 13:37:26 +0100 |
---|---|---|
committer | Till Kamppeter <till.kamppeter@gmail.com> | 2012-03-23 13:37:26 +0100 |
commit | efa6b2617e0292abf12045bbf19b7d7a3bc25433 (patch) | |
tree | 69b7815af2e1cbdbb73e88de52b4426e221163ab | |
parent | b4083d414d19b412bd164ff5c0a1e2d2f581912d (diff) | |
parent | c618c723c3fec49ed2a34631727ea40c5334dcf1 (diff) |
Merge tag 'upstream/4.0.15'
Upstream version 4.0.15
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | USAGE | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | VERSION.full | 2 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | options.c | 13 |
8 files changed, 36 insertions, 19 deletions
@@ -1,3 +1,15 @@ +2012-03-23 Till Kamppeter <till.kamppeter@gmail.com> + + * Tagged branch for release 4.0.15. + + * VERSION, README, USAGE, configure.ac: Updated for release 4.0.15. + + * options.c: Improved check whether a driver works with PDF input data: + Do not take into account bogus options which appear due to bugs in + PPD files (type is TYPE_NONE) or composite options and in addition + add debug output to show the reason for the decision to convert to + PostScript (Ubuntu bugs #953962 and #960989). + 2012-03-14 Till Kamppeter <till.kamppeter@gmail.com> * Tagged branch for release 4.0.14. @@ -1,5 +1,5 @@ -Foomatic 4.0.14 +Foomatic 4.0.15 =============== @@ -1,5 +1,5 @@ -Foomatic 4.0.14 +Foomatic 4.0.15 =============== foomatic-filters @@ -1 +1 @@ -4.0.14 +4.0.15 diff --git a/VERSION.full b/VERSION.full index 6b6029a..df3f72b 100644 --- a/VERSION.full +++ b/VERSION.full @@ -1 +1 @@ -4.0.14.249 +4.0.15.251 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for foomatic-rip 4.0.14. +# Generated by GNU Autoconf 2.65 for foomatic-rip 4.0.15. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -549,8 +549,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='foomatic-rip' PACKAGE_TARNAME='foomatic-rip' -PACKAGE_VERSION='4.0.14' -PACKAGE_STRING='foomatic-rip 4.0.14' +PACKAGE_VERSION='4.0.15' +PACKAGE_STRING='foomatic-rip 4.0.15' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1270,7 +1270,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures foomatic-rip 4.0.14 to adapt to many kinds of systems. +\`configure' configures foomatic-rip 4.0.15 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1336,7 +1336,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of foomatic-rip 4.0.14:";; + short | recursive ) echo "Configuration of foomatic-rip 4.0.15:";; esac cat <<\_ACEOF @@ -1440,7 +1440,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -foomatic-rip configure 4.0.14 +foomatic-rip configure 4.0.15 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -1897,7 +1897,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by foomatic-rip $as_me 4.0.14, which was +It was created by foomatic-rip $as_me 4.0.15, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -2705,7 +2705,7 @@ fi # Define the identity of the package. PACKAGE='foomatic-rip' - VERSION='4.0.14' + VERSION='4.0.15' # Some tools Automake needs. @@ -6871,7 +6871,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by foomatic-rip $as_me 4.0.14, which was +This file was extended by foomatic-rip $as_me 4.0.15, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6937,7 +6937,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -foomatic-rip config.status 4.0.14 +foomatic-rip config.status 4.0.15 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 6a322cc..22cbdc9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT(foomatic-rip, [4.0.14]) +AC_INIT(foomatic-rip, [4.0.15]) AM_INIT_AUTOMAKE([no-define]) AC_CONFIG_SRCDIR([options.c]) @@ -1901,12 +1901,16 @@ int ppd_supports_pdf() { choice_t *choice; - if (!option_is_ps_command(opt)) - continue; + if (!option_is_ps_command(opt) || option_is_composite(opt) || + (opt->type == TYPE_NONE)) + continue; for (choice = opt->choicelist; choice; choice = choice->next) - if (contains_active_postscript(choice->command)) - return 0; + if (contains_active_postscript(choice->command)) { + _log(" PostScript option found: %s=%s: \"%s\"\n", + opt->name, choice->value, choice->command); + return 0; + } } if (!isempty(cmd_pdf)) @@ -1920,6 +1924,7 @@ int ppd_supports_pdf() return 1; } + _log(" Neither PDF renderer command line nor Ghostscript-based renderer command line found\n"); return 0; } |