From 57440163b2152e9787fde5daa89d75c79d7cff2c48e9f151182a4b9e7bedb11b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 1 Jun 2023 07:58:40 +0000 Subject: [PATCH] - Update to version 1.8.5 * gitlab CI: Add libtool to required packages * configure: raise minimum autoconf requirement to 2.70 * configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL * gitlab CI: add workflow rules * nls: delete compose sequences that pointlessly mix upper and lower case * nls: remove four hundred and sixty untypable Greek compose sequences * nls: remove twenty two untypable Greek compose sequences * XSetScreenSaver.man: restore the part that was accidentally snipped * nls: make the Amharic compose sequences use the dead-vowel symbols * nls: sort three sequences alphabetically in their group, like all others * nls: delete six compose sequences that cannot be typed * nls: use a slash instead of a combining solidus in compose sequences * NLS: move long S compositions to respective blocks * NLS: implement the expansion of the six Breton N-graph keysyms * NLS: move dead-caron subscript compositions to the relevant Unicode block * NLS: Remove strange dead_cedilla cedi sign sequences * nls: add compose sequence for capital schwa, and delete a deviant one - Users of the Amharic (am_ET.UTF-8) compose key sequences provided by libX11 will also want to upgrade to xkeyboard-config 2.39 (releasing soon), in order to keep those sequeunces working with this release. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=100 --- libX11-1.8.4.tar.xz | 3 --- libX11-1.8.5.tar.xz | 3 +++ libX11.changes | 26 ++++++++++++++++++++++++++ libX11.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 libX11-1.8.4.tar.xz create mode 100644 libX11-1.8.5.tar.xz diff --git a/libX11-1.8.4.tar.xz b/libX11-1.8.4.tar.xz deleted file mode 100644 index 1d6ebc4..0000000 --- a/libX11-1.8.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9a287a5aefa9804ce3cfafcf516fe96ed3f7e8e45c0e2ee59e84c86757df518 -size 1835316 diff --git a/libX11-1.8.5.tar.xz b/libX11-1.8.5.tar.xz new file mode 100644 index 0000000..9b1adf3 --- /dev/null +++ b/libX11-1.8.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e362c6f03c793171becd1ce2078c64789504c7d7ff48ee40a76ff76b59f6b561 +size 1811288 diff --git a/libX11.changes b/libX11.changes index 29ae005..aa41082 100644 --- a/libX11.changes +++ b/libX11.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Jun 1 07:53:19 UTC 2023 - Stefan Dirsch + +- Update to version 1.8.5 + * gitlab CI: Add libtool to required packages + * configure: raise minimum autoconf requirement to 2.70 + * configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING + * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL + * gitlab CI: add workflow rules + * nls: delete compose sequences that pointlessly mix upper and lower case + * nls: remove four hundred and sixty untypable Greek compose sequences + * nls: remove twenty two untypable Greek compose sequences + * XSetScreenSaver.man: restore the part that was accidentally snipped + * nls: make the Amharic compose sequences use the dead-vowel symbols + * nls: sort three sequences alphabetically in their group, like all others + * nls: delete six compose sequences that cannot be typed + * nls: use a slash instead of a combining solidus in compose sequences + * NLS: move long S compositions to respective blocks + * NLS: implement the expansion of the six Breton N-graph keysyms + * NLS: move dead-caron subscript compositions to the relevant Unicode block + * NLS: Remove strange dead_cedilla cedi sign sequences + * nls: add compose sequence for capital schwa, and delete a deviant one +- Users of the Amharic (am_ET.UTF-8) compose key sequences provided by libX11 + will also want to upgrade to xkeyboard-config 2.39 (releasing soon), in order + to keep those sequeunces working with this release. + ------------------------------------------------------------------- Thu Mar 9 11:58:32 UTC 2023 - llyyr diff --git a/libX11.spec b/libX11.spec index f4d0e0d..ee0798f 100644 --- a/libX11.spec +++ b/libX11.spec @@ -17,7 +17,7 @@ Name: libX11 -Version: 1.8.4 +Version: 1.8.5 Release: 0 Summary: Core X11 protocol client library License: MIT