commit 448174d449ab42df971cdef89ec0cc018c7f4784
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Feb 27 15:13:11 2023 -0800

    font-adobe-utopia-75dpi 1.0.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 13494ba854762d7f6b9bc25d396e997799511aee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Feb 22 17:59:16 2023 -0800

    Use COMPRESS_FLAGS to improve build reproducibility
    
    Raises required version of font-util from 1.2 to 1.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 46a5d1c7a9b3fe7f096104a67d2623b93c6a7b85
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Feb 15 15:15:19 2023 -0800

    Switch to XORG_DEFAULT_NOCODE_OPTIONS
    
    Stop running all sorts of compiler tests we don't need since there
    is no code in this module to compile.  Requires xorg-macros 1.20.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit da9f6b501a5eca7eb6b8bf4b17ed5c048182e483
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Nov 7 10:10:39 2010 -0800

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 540542e3640e455117f536c169c01d09c0e57d38
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0915e738d2565cc94fdc693d7b7e230cfcea87cc
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Dec 8 15:15:18 2021 -0800

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d7f444d92963aa02431590b8b5ecb40f4b69a085
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Dec 8 15:15:12 2021 -0800

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0dfe6e8493806c29a81fa0ea425bfd3193ebb1ef
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 7 19:25:50 2018 -0800

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 7e9b3c3f170591ad5e5e3c27a8ec6869dbe13073
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 18 16:56:23 2018 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit bf152967d1ace18581c61385d55f0ea3981acbe6
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:22 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 7cce8636b00ffd8177700a5fb94a7a99576cfad3
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000

    autogen.sh: use quoted string variables
    
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 9769654c0483e9ab7fb5c816caff83328d4988a2
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jan 24 10:32:07 2017 +1000

    autogen.sh: use exec instead of waiting for configure to finish
    
    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>

commit 028ace73e3507ffeadbc5a3e6b1f8f40575e6ded
Author: Matthieu Herrb <matthieu@herrb.eu>
Date:   Sun Sep 11 22:12:36 2016 +0200

    Typo: font.dir -> fonts.dir
    
    Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Hans de Goede <hdegoede@redhat.com>

commit b01795791519198c083c5bd920cc6e615d25f4bd
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 21:39:32 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 54977059e29590279f74e770c52c17bfaf1a990f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 21:38:41 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit be61e8fc1d3bc784e250ee200de5ae73ddac1c77
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 28 08:08:54 2013 -0400

    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    
    Fix Automake warning: AC_OUTPUT should be used without arguments.
    www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 9f322412a8256add328c80427882ec6db054b244
Author: Rémi Cardona  <remi@gentoo.org>
Date:   Mon Nov 15 00:59:53 2010 +0100

    adobe-utopia-75dpi 1.0.4

commit 6b160f79ba48f52a5a43b466649f712907ac1040
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Oct 15 20:09:55 2010 -0400

    config: Use the shorthand --disable-all-encodings option in font-util v1.2
    
    This option is useful to disable all possible font encodings at once,
    without fine-graining the calling ebuilds for a list of encodings
    supported by each font package.
    
    The option is parsed before all other encoding options, so it basically
    sets defaults for all of them. Afterwards, any encoding can be
    re-enabled back using '--enable-<encoding>' (much like
    '--disable-all-encodings --enable-iso8859-2').
    
    Reviewed-by: Rémi Cardona <remi@gentoo.org>
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit d25fc4c596668b4d3ca4cf157634b35548a40534
Author: Jesse Adkins <jesserayadkins@gmail.com>
Date:   Tue Sep 28 13:29:57 2010 -0700

    Purge cvs tags.
    
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9e0d4a80cd2edf25b20c4e999d8e344d70e7e53b
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Oct 4 23:06:26 2010 -0700

    font-adobe-utopia-75dpi 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 99b266ba88de811fb63917953d1fb1a16cbe995d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 14:23:51 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 7a5447a5f3383c38af3a299e0e18471941800973
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Oct 18 20:49:06 2009 -0400

    Makefile.am: add INSTALL target and clean ChangeLog DIST targets
    
    Add INSTALL target to generate file with INSTALL_CMD #24206
    ChangeLog is not required in EXTRA_DIST  #24432
    ChangeLog is not required in MAINTAINERCLEANFILES #24432

commit 9dc6095726ee800366919ce6c7d0c7d74babb673
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Oct 18 20:34:33 2009 -0400

    INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    COPYING may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit c102cc6beb0274c53c1eacce5cbe47428228da4f
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 13:38:51 2009 -0500

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 0c59ddcc6be1872f80bb1f8e05e6a6e010b8632c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Sat Oct 10 16:50:33 2009 -0700

    font-adobe-utopia-75dpi 1.0.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 4edbb343d513d5b67784c497abad6fec674ed8a3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 7 13:38:13 2009 -0700

    Migrate to xorg macros 1.3 & font-util 1.1 macros
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit be18b5eb41caa1ffa3eacad447c8b8a4748a84c2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 6 19:14:25 2009 -0700

    Add pointers to mailing lists, bugzilla, & git to README
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 5e816091c871cc032edb66bf656b18b06058549b
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Tue Jan 27 19:11:06 2009 -0200

    Janitor: Correct make distcheck and configure.ac simplification

commit fc7b56e62b1c7d8c80828106f310f0859d2e8c8a
Author: Andres Salomon <dilinger@debian.org>
Date:   Sat Oct 25 20:50:21 2008 +0200

    Bug#5176: cause configure to bail if mkfontscale or mkfontdir are not found
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit 63aa230d93b1da6034bfc1f20b815216c123a38c
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:41 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit fb178d8574dd3c09d80ab971cbd94536188a3d67
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:52:54 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit fbeb4a63d2354a5222bcf1f67d14610a1327ad68
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:26:09 2007 -0400

    Rename .cvsignore to .gitignore

commit 33ce81dcede75ecc15f1961b299e73208f1bdb94
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:30:05 2005 +0000

    Update package version for X11R7 release.

commit 08a6a824d885a5cf1129de970a6452829831d587
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Dec 16 18:24:54 2005 +0000

    Copy README from X11R5 release, and update COPYING to reflect the original
        license from Adobe.

commit 5a7045d80ce631a42be61c1ea07e83260ab1b4d9
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:22 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 42cbd6203935fcd1082cc0177a16500b9ac658bb
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 17:08:50 2005 +0000

    Add m4 magic to allow AS_HELP_STRING to work with older versions of
        autoconf 2.57.

commit 8eed1641f246a49e3ad6b4fcb186dcf0da7ac954
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:37 2005 +0000

    Update package version number for X11R7 RC3 release.

commit aac12ab6cbc022ef231a0529804732dd2ddda2f0
Author: Eric Anholt <anholt@freebsd.org>
Date:   Thu Nov 24 05:21:14 2005 +0000

    Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make.

commit e450858e23ab8d7ada4eb66ca60028f8a404751d
Author: Eric Anholt <anholt@freebsd.org>
Date:   Tue Nov 22 02:00:18 2005 +0000

    Add .cvsignores for fonts.

commit 172ed123d0024071728440a99cad968f4d4fa694
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 15 08:26:46 2005 +0000

    Add configure options to change the installed font dir and disable
        ISO8859-* fonts.

commit 3657dbdcc92d8397e7c8990b13d5433f323f3eec
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:06 2005 +0000

    Update package version number for RC1 release.

commit caad62879ca4b6a9e9c49ce21ccea65753a6471e
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Oct 2 18:19:53 2005 +0000

    Add explicit all-local targets so Solaris make can build, since it won't
        recursively follow the implicit targets (.bdf -> -ISO-8859-1.bdf ->
        pcf.gz)
    Fix a couple of remaining GNU-make-isms

commit 8107db91c7ef75faeaab5ec43acae69560d0d0fa
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:46 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit ffa79d329702cecfb84e0d7b5331f9b7597fa3eb
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 22 04:13:44 2005 +0000

    Fix distcheck for fonts with multiple encodings

commit 1bf46f420117ea276922796c6d454f72a73aa9a4
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 19 02:40:05 2005 +0000

    Convert $(foreach...) to more portable suffix substitution rules

commit 907df12fcd2755f7dfa2af6f8639a2320bf19377
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Jun 30 22:28:05 2005 +0000

    Initial build system files for font module

commit af67757e28370a4358bc42eda7215d2f8d7c1996
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:35 2003 +0000

    XFree86 4.3.0.1

commit afedade156b6a78c31be85883fe5936133611c78
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:35 2003 +0000

    Initial revision

commit a2274709c0b7f0043854907ba6418db33fd26181
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:33 2003 +0000

    R6.6 is the Xorg base-line
