From 78914d4af6882d6a6019797629089d8031dc3a5a Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 15 Nov 2024 11:43:29 -0600 Subject: [PATCH 1/4] Package updates. Update to vim-9.1.0866. Update to iana-etc-20241024. Update to wheel-0.45.0 (Python Module). Update to setuptools-75.5.0 (Python Module). Update to linux-6.11.8. Update to libcap-2.72. --- chapter01/changelog.xml | 30 ++++++++++++++++++++++++++++++ chapter01/whatsnew.xml | 4 ++-- chapter08/readline.xml | 4 +++- packages.ent | 30 +++++++++++++++--------------- 4 files changed, 50 insertions(+), 18 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 09058b7a3..0beb04d7b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,36 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2024-11-15 + + + [bdubbs] - Update to vim-9.1.0866. Addresses + #4500. + + + [bdubbs] - Update to iana-etc-20241024. Addresses + #5006. + + + [bdubbs] - Update to wheel-0.45.0 (Python Module). Fixes + #5593. + + + [bdubbs] - Update to setuptools-75.5.0 (Python Module). Fixes + #5595. + + + [bdubbs] - Update to linux-6.11.8. Fixes + #5582. + + + [bdubbs] - Update to libcap-2.72. Fixes + #5594. + + + + 2024-11-08 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 2279d171d..bf699eef3 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -263,9 +263,9 @@ Vim-&vim-version; - + diff --git a/chapter08/readline.xml b/chapter08/readline.xml index 882391cae..f5163e992 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -89,7 +89,9 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install SHLIB_LIBS="-lncursesw" This option forces Readline to link against the - libncursesw library. + libncursesw library. + For details see the "Shared Libraries" section in the package's + "README" file. diff --git a/packages.ent b/packages.ent index 4013f7e53..35da245f8 100644 --- a/packages.ent +++ b/packages.ent @@ -317,10 +317,10 @@ - + - + @@ -389,10 +389,10 @@ - - + + - + @@ -431,12 +431,12 @@ - + - + - + @@ -767,10 +767,10 @@ - - + + - + From eca8b13b5927994b202c172035baa987d7aee70d Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 16 Nov 2024 08:57:29 +0800 Subject: [PATCH 2/4] readline: Decorate new info about SHLIB_LIBS --- chapter08/readline.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/readline.xml b/chapter08/readline.xml index f5163e992..2a01c86c8 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -90,8 +90,8 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install This option forces Readline to link against the libncursesw library. - For details see the "Shared Libraries" section in the package's - "README" file. + For details see the Shared Libraries section in the + package's README file. From 4660ec224be5dff041eaadfaf413e3713f5ab6a1 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 15 Nov 2024 21:02:50 -0600 Subject: [PATCH 3/4] Fix vim stats. --- packages.ent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.ent b/packages.ent index 35da245f8..d8aa85732 100644 --- a/packages.ent +++ b/packages.ent @@ -748,7 +748,7 @@ - + - + From d5d6ec44ea835da5300e48781531567fd04ee6e7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 17 Nov 2024 11:38:17 +0800 Subject: [PATCH 4/4] readline: Remove SHLIB_LIBS from make install It's not needed now and I don't know why it was added in the first place (at r10573-g2e8cbe04cdac). I'd say it likely just covered up some user error (for e.g. simply forgetting "make" before "make install"). Removing it anyway and if it turns out something bad is happening we can always revert. --- chapter08/readline.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/readline.xml b/chapter08/readline.xml index 2a01c86c8..eefd9f966 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -101,7 +101,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install Install the package: -make SHLIB_LIBS="-lncursesw" install +make install If desired, install the documentation: