Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2026-07-23 23:14:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf (Old)
 and      /work/SRC/openSUSE:Factory/.netcdf.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcdf"

Thu Jul 23 23:14:25 2026 rev:73 rq:1367357 version:4.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes    2026-04-10 
18:04:06.741330652 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf.new.2004/netcdf.changes  2026-07-23 
23:16:24.601064987 +0200
@@ -1,0 +2,7 @@
+Thu Jul 23 09:13:30 UTC 2026 - Dirk Stoecker <[email protected]>
+
+- update to 4.10.1
+  https://github.com/Unidata/netcdf-c/releases/tag/v4.10.1
+- Rebase val_NC_check_voff-Fix-uninitialized-variable-warning.patch
+
+-------------------------------------------------------------------

Old:
----
  netcdf-c-4.10.0.tar.gz

New:
----
  netcdf-c-4.10.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netcdf.spec ++++++
--- /var/tmp/diff_new_pack.cf5Qzd/_old  2026-07-23 23:16:25.477095623 +0200
+++ /var/tmp/diff_new_pack.cf5Qzd/_new  2026-07-23 23:16:25.481095762 +0200
@@ -80,7 +80,7 @@
 Summary:        Command-line programs for the NetCDF scientific data format
 License:        NetCDF
 Group:          Productivity/Scientific/Other
-Version:        4.10.0
+Version:        4.10.1
 Release:        0
 URL:            https://www.unidata.ucar.edu/software/netcdf/
 Source:         
https://downloads.unidata.ucar.edu/netcdf-c/%{version}/%{pname}-c-%{version}.tar.gz


++++++ netcdf-c-4.10.0.tar.gz -> netcdf-c-4.10.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/netcdf/netcdf-c-4.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.netcdf.new.2004/netcdf-c-4.10.1.tar.gz differ: char 
12, line 1

++++++ val_NC_check_voff-Fix-uninitialized-variable-warning.patch ++++++
--- /var/tmp/diff_new_pack.cf5Qzd/_old  2026-07-23 23:16:25.569098840 +0200
+++ /var/tmp/diff_new_pack.cf5Qzd/_new  2026-07-23 23:16:25.573098979 +0200
@@ -18,13 +18,13 @@
 index 3cb6353f..37d7de06 100644
 --- a/ncdump/ncvalidator.c
 +++ b/ncdump/ncvalidator.c
-@@ -2075,7 +2075,7 @@ val_NC_check_voff(NC *ncp)
+@@ -2080,7 +2080,7 @@ val_NC_check_voff(NC *ncp)
  
      if (ncp->begin_rec < prev_off) {
          if (verbose) printf("Error:\n");
 -        if (verbose) printf("\tRecord variable section begin offset (%lld) is 
less than fixed-size variable section end offset (%lld)\n", varp->begin, 
prev_off);
 +        if (verbose) printf("\tRecord variable section begin offset (%lld) is 
less than fixed-size variable section end offset (%lld)\n", ncp->begin_rec, 
prev_off);
-         nerrs++;
          DEBUG_ASSIGN_ERROR(status, NC_ENOTNC)
      }
 
+

Reply via email to