Aaron M. Ucko pushed to branch master at Debian Med / sra-sdk
Commits: 4833656c by Aaron M. Ucko at 2025-08-16T23:39:10-04:00 + bypass-libxml2-ATTRIBUTE_UNUSED.patch (#1106622). Fix builds with libxml2 2.14+, which don't define ATTRIBUTE_UNUSED publically. - - - - - b50b336b by Aaron M. Ucko at 2025-08-17T17:01:30-04:00 Merge accidentally omitted HDF cleanup. - - - - - 3 changed files: - debian/changelog - + debian/patches/bypass-libxml2-ATTRIBUTE_UNUSED.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +sra-sdk (3.2.1+dfsg-5) unstable; urgency=medium + + * debian/patches/bypass-libxml2-ATTRIBUTE_UNUSED.patch (new): Fix builds + with libxml2 2.14+, which don't define ATTRIBUTE_UNUSED publically. + (Closes: #1106622.) + + -- Aaron M. Ucko <[email protected]> Sat, 16 Aug 2025 23:39:09 -0400 + sra-sdk (3.2.1+dfsg-4) unstable; urgency=medium * debian/patches: Add two patches for GCC 15 support. (Closes: #1097930.) ===================================== debian/patches/bypass-libxml2-ATTRIBUTE_UNUSED.patch ===================================== @@ -0,0 +1,13 @@ +Index: b/libs/kxml/xml.c +=================================================================== +--- a/libs/kxml/xml.c ++++ b/libs/kxml/xml.c +@@ -171,7 +171,7 @@ rc_t KXMLMgrSchemaValidate ( const KXMLM + } + #endif + +-static void s_xmlGenericErrorDefaultFunc(void *ctx ATTRIBUTE_UNUSED, ++static void s_xmlGenericErrorDefaultFunc(void *ctx __attribute__((unused)), + const char *msg, + ...) + { ===================================== debian/patches/series ===================================== @@ -44,3 +44,4 @@ pyhon3.12-syntax.patch setuptools.patch fix_bm_for_gcc15.patch include_cstdint_for_gcc15.patch +bypass-libxml2-ATTRIBUTE_UNUSED.patch View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/compare/2e48dfb259b480095d935405f7e2efedd5ebeef8...b50b336bfc29838cc3c2d3c3d53e1a4916509462 -- View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/compare/2e48dfb259b480095d935405f7e2efedd5ebeef8...b50b336bfc29838cc3c2d3c3d53e1a4916509462 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
