diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:22:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:22:08 +0000 |
commit | eb2e09e54c4775322e2e5a4aed4e9b01df530405 (patch) | |
tree | 3d12c943926261a5b5d41fb2519df5db6e97ac83 /font/cronyx-cyrillic/ChangeLog | |
parent | 5027dab22840463e276f9e7da2e5478eeda79d03 (diff) |
Update all font packages to latest versions.
Main change is the use of the new XORG_DEFAULT_NOCODE_OPTIONS autotools
option that reduces the configure scripts by a fair amount.
Will speed up builds a bit. No actual changes to fonts.
Diffstat (limited to 'font/cronyx-cyrillic/ChangeLog')
-rw-r--r-- | font/cronyx-cyrillic/ChangeLog | 157 |
1 files changed, 156 insertions, 1 deletions
diff --git a/font/cronyx-cyrillic/ChangeLog b/font/cronyx-cyrillic/ChangeLog index 6f9594f68..4a1d66071 100644 --- a/font/cronyx-cyrillic/ChangeLog +++ b/font/cronyx-cyrillic/ChangeLog @@ -1,5 +1,160 @@ +commit b767723353f2691f29a7aa5cd133be202e4b8878 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Mon Feb 27 15:57:11 2023 -0800 + + font-cronyx-cyrillic 1.0.4 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 0c5eaacd215eea2ccb329ae27ccf28bf930ef02a +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Feb 22 17:59:17 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 6dba874e532842a96b43c69854b489e563f23d11 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Feb 15 16:05:40 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 64714600cea2abbab458d9d82b694d9c3f004cbe +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 e7ae5858f60a47faab8e3b06bb17b8dd243d05e8 +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 2ae9bd106d5a11f70dd6b972358c134e30ea1fcc +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Dec 8 16:02:11 2021 -0800 + + Build xz tarballs instead of bzip2 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit dbd21aa6eeee9be0014fb63e8ee0ecb57fc6f326 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Dec 8 16:02:11 2021 -0800 + + gitlab CI: add a basic build test + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit fab169fb343bab76ff2e772700ab0356d453ce9e +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri Dec 7 19:26:33 2018 -0800 + + Update configure.ac bug URL for gitlab migration + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 00069ae48cb83a90a80f5652c9e85e8cb1c6041d +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Nov 18 18:28:59 2018 -0800 + + Update README for gitlab migration + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 0803e29f13195bd5ff08ced1a68d1a52e66dfac9 +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 4874973976b3604b39cc2fa34d452fe42464f62b +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 0ec9b5860f19337a18c08948e90c01f1ebf76482 +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 ee5de1d7468fa58282a12804eba04380fb836615 +Author: Matthieu Herrb <matthieu@herrb.eu> +Date: Mon Sep 12 10:42:40 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 9e962ea089e84f9e0e1b51e3139244b337b9677c +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 5e5b4040383d128cd0f1b61201b60cb6d60eccde +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 93bd90e3d31761ddb6f9c5a9991963102f1e896e +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Oct 28 08:08:55 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 1c7ab07bde513b8e649dcf81669b110a8e48063f -Author: Rémi Cardona <remi@gentoo.org> +Author: Rémi Cardona <remi@gentoo.org> Date: Mon Nov 15 22:02:24 2010 +0100 font-cronyx-cyrillic 1.0.3 |