Antonio Valentino pushed to branch master at Debian GIS Project / python-hdf4
Commits: bba9755b by Antonio Valentino at 2026-07-18T20:45:37+00:00 Drop 0001-gcc-14.patch - - - - - dfaeb71a by Antonio Valentino at 2026-07-18T20:46:04+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - − debian/patches/0001-gcc-14.patch - − debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-hdf4 (0.11.7-2) unstable; urgency=medium + + * debian/patches: + - Drop 0001-gcc-14.patch, no longer needed. + + -- Antonio Valentino <[email protected]> Sat, 18 Jul 2026 20:45:41 +0000 + python-hdf4 (0.11.7-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/patches/0001-gcc-14.patch deleted ===================================== @@ -1,31 +0,0 @@ -From: Bas Couwenberg <[email protected]> -Date: Sun, 5 Jan 2025 10:31:21 +0000 -Subject: Fix FTBFS with GCC 14 (-Wincompatible-pointer-types). - -Forwarded: https://github.com/fhs/pyhdf/pull/75 ---- - pyhdf/hdfext_wrap.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pyhdf/hdfext_wrap.c b/pyhdf/hdfext_wrap.c -index a4c6236..0c24017 100644 ---- a/pyhdf/hdfext_wrap.c -+++ b/pyhdf/hdfext_wrap.c -@@ -4555,7 +4555,7 @@ static PyObject * _SDwritedata_0(int32 sds_id, int32 data_type, - - #include "hcomp.h" - --static int32 _SDgetcompress(int32 sds_id, int32 *comp_type, int32 *value, -+static int32 _SDgetcompress(int32 sds_id, comp_coder_t *comp_type, int32 *value, - int32 *v2, int32 *v3, int32 *v4, int32 *v5) { - - comp_info c_info; -@@ -7867,7 +7867,7 @@ SWIGINTERN PyObject *_wrap__SDgetcompress(PyObject *self, PyObject *args) { - SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "_SDgetcompress" "', argument " "1"" of type '" "int32""'"); - } - arg1 = (int32)(val1); -- result = (int32)_SDgetcompress(arg1,arg2,arg3,arg4,arg5,arg6,arg7); -+ result = (int32)_SDgetcompress(arg1,(comp_coder_t *)arg2,arg3,arg4,arg5,arg6,arg7); - resultobj = SWIG_From_int((int)(result)); - if (SWIG_IsTmpObj(res2)) { - resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_From_int((*arg2)), 0); ===================================== debian/patches/series deleted ===================================== @@ -1 +0,0 @@ -0001-gcc-14.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/-/compare/1d61cadfe4359aadbe8e567d5203ec1c13c99c00...dfaeb71ae3bcd1a488d0df757fbe0580d5857a95 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-hdf4/-/compare/1d61cadfe4359aadbe8e567d5203ec1c13c99c00...dfaeb71ae3bcd1a488d0df757fbe0580d5857a95 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
