download.lst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4133e187c99b19bd5986d0c8af923e9f1400f82b
Author: Xisco Fauli <[email protected]>
AuthorDate: Mon May 13 17:49:48 2024 +0200
Commit: Xisco Fauli <[email protected]>
CommitDate: Mon May 13 18:12:26 2024 +0200
lxml: fix --enable-python=fully-internal
Originally I downloaded the tar file from
https://github.com/lxml/lxml/releases/download/lxml-5.2.2/lxml-5.2.2.tar.gz
and pushed it to extern
https://gerrit.libreoffice.org/c/extern/+/167571
Later I realized the lxml website was pointing to
another file https://lxml.de/files/lxml-5.2.2.tgz
which I also changed in extern
https://gerrit.libreoffice.org/c/extern/+/167588
But make fails with
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
so change download.lst back to point to the first tar file
The commit is extern was also reverted with
https://gerrit.libreoffice.org/c/extern/+/167606
Change-Id: I8f335d4a0b9d9b41c9c596f188f63bb0691ae11b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167607
Tested-by: Xisco Fauli <[email protected]>
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/download.lst b/download.lst
index da9a25814123..cf648eb74e60 100644
--- a/download.lst
+++ b/download.lst
@@ -441,8 +441,8 @@ LPSOLVE_TARBALL :=
26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
# three static lines
# so that git cherry-pick
# will not run into conflicts
-LXML_SHA256SUM :=
0e963eecfb0efa22ca826fd558d5701eb53a574811d2499f4d1a8c582007c83f
-LXML_TARBALL := lxml-5.2.2.tgz
+LXML_SHA256SUM :=
bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87
+LXML_TARBALL := lxml-5.2.2.tar.gz
# three static lines
# so that git cherry-pick
# will not run into conflicts