Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libxslt
Commits:
8f110b73 by Jan Alexander Steffens (heftig) at 2025-03-12T22:59:51+01:00
1.1.43-1
- - - - -
3 changed files:
- .SRCINFO
- 0001-runtest-Print-output-causing-failure.patch
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libxslt
pkgdesc = XML stylesheet transformation library
- pkgver = 1.1.42
- pkgrel = 2
+ pkgver = 1.1.43
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
arch = x86_64
license = MIT
@@ -13,10 +13,10 @@ pkgbase = libxslt
depends = libgcrypt
depends = libxml2
depends = xz
- source = git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v1.1.42
+ source = git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v1.1.43
source = 0001-runtest-Print-output-causing-failure.patch
- b2sums =
70549d4ad6784c41bc8f947db0f689399a0c6b4a1d91e1a8e67772f942192a391eebc58b64069500dd76b4c06bc4bd682b66945112298c7bc3f1af90e41ce804
- b2sums =
b63a1f2bf704d4561cc30734cee980534fb0586234b7b593d57d9c70fe59abd72610b6d825ab136d4d1dd7540bbfb6b8a6edc95618c15cc79e5a4bbd8f6341ee
+ b2sums =
c6a0dd9c21046586e823f837e685c6feced6359cfc9c9eab0465ddc0aab84499e2f02055e395d2d18623e5edfba84db8df7018c2463c768a3237921d7c98a683
+ b2sums =
077eb61fac59fc34615685695af84d131a7aaafda08cd61657d2381d639311d6858a3fcca612ff8755e2cb9b77fa2606582044ca987ff4e23131a94e58f3f751
pkgname = libxslt
optdepends = python: Python bindings
=====================================
0001-runtest-Print-output-causing-failure.patch
=====================================
@@ -8,10 +8,10 @@ Subject: [PATCH] runtest: Print output causing failure
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/runtest.c b/tests/runtest.c
-index be6ccb0e2a4f..03d3c284fd3c 100644
+index ee7417b8acaa..9634c10cfa8c 100644
--- a/tests/runtest.c
+++ b/tests/runtest.c
-@@ -413,17 +413,17 @@ xsltTest(const char *filename, int options) {
+@@ -662,17 +662,17 @@ xsltTest(const char *filename, int options) {
res = compareFileMem(outFilename, (char *) out, outSize);
if (res != 0) {
fprintf(stderr, "Result for %s failed\n", filename);
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@ pkgname=(
libxslt
libxslt-docs
)
-pkgver=1.1.42
-pkgrel=2
+pkgver=1.1.43
+pkgrel=1
pkgdesc="XML stylesheet transformation library"
url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
arch=(x86_64)
@@ -31,8 +31,8 @@ source=(
"git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v$pkgver"
0001-runtest-Print-output-causing-failure.patch
)
-b2sums=('70549d4ad6784c41bc8f947db0f689399a0c6b4a1d91e1a8e67772f942192a391eebc58b64069500dd76b4c06bc4bd682b66945112298c7bc3f1af90e41ce804'
-
'b63a1f2bf704d4561cc30734cee980534fb0586234b7b593d57d9c70fe59abd72610b6d825ab136d4d1dd7540bbfb6b8a6edc95618c15cc79e5a4bbd8f6341ee')
+b2sums=('c6a0dd9c21046586e823f837e685c6feced6359cfc9c9eab0465ddc0aab84499e2f02055e395d2d18623e5edfba84db8df7018c2463c768a3237921d7c98a683'
+
'077eb61fac59fc34615685695af84d131a7aaafda08cd61657d2381d639311d6858a3fcca612ff8755e2cb9b77fa2606582044ca987ff4e23131a94e58f3f751')
prepare() {
cd libxslt
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxslt/-/commit/8f110b730cd678ba0698f0b529c3ad5110088333
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxslt/-/commit/8f110b730cd678ba0698f0b529c3ad5110088333
You're receiving this email because of your account on gitlab.archlinux.org.