diffstat for odin-2.0.5 odin-2.0.5

 changelog          |    7 +++++++
 patches/vtk9.patch |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff -Nru odin-2.0.5/debian/changelog odin-2.0.5/debian/changelog
--- odin-2.0.5/debian/changelog	2024-08-22 13:05:23.000000000 +0300
+++ odin-2.0.5/debian/changelog	2025-10-16 17:31:56.000000000 +0300
@@ -1,3 +1,10 @@
+odin (2.0.5-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update vtk9.patch for VTK 9.5. (Closes: #1117517)
+
+ -- Adrian Bunk <bunk@debian.org>  Thu, 16 Oct 2025 17:31:56 +0300
+
 odin (2.0.5-7) unstable; urgency=medium
 
   * Revert "d/rules: remove config.h" (Closes: #1079274)
diff -Nru odin-2.0.5/debian/patches/vtk9.patch odin-2.0.5/debian/patches/vtk9.patch
--- odin-2.0.5/debian/patches/vtk9.patch	2024-08-22 13:05:23.000000000 +0300
+++ odin-2.0.5/debian/patches/vtk9.patch	2025-10-16 17:31:56.000000000 +0300
@@ -1,7 +1,7 @@
-Description: Add support for vtk 9.0
+Description: Add support for vtk 9
 Author: Anton Gladky <gladk@debian.org
 Bug-Debian: https://bugs.debian.org/1072824
-Last-Update: 2024-06-11
+Last-Update: 2025-10-16
 
 Index: odin/configure.ac
 ===================================================================
@@ -12,7 +12,7 @@
        if test "x$lib_vtk" = "xyes" ; then
          vtkver_match=no
 -        for vtkver in 7.1 7.0 6.3 6.2 6.1 6.0  ; do
-+        for vtkver in 7.1 7.0 6.3 6.2 6.1 6.0 9.0 9.1 9.3; do
++        for vtkver in 7.1 7.0 6.3 6.2 6.1 6.0 9.0 9.1 9.3 9.5; do
            if test "x$vtkver_match" = "xno" ; then
              AC_CHECK_LIB(${vtklib}-${vtkver},main,DATALIBS="-l${vtklib}-${vtkver} $DATALIBS"; vtkver_match=yes; vtkver_selection=-${vtkver})
            fi
