Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2023-04-05 21:28:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf (Old)
 and      /work/SRC/openSUSE:Factory/.netcdf.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcdf"

Wed Apr  5 21:28:37 2023 rev:68 rq:1077507 version:4.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes    2023-01-04 
17:53:14.146405485 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf.new.19717/netcdf.changes 2023-04-05 
21:36:04.242710804 +0200
@@ -1,0 +2,77 @@
+Wed Apr  5 08:16:52 UTC 2023 - Dirk Stoecker <opens...@dstoecker.de>
+
+- add build require pkgconfig(zstd) to fix build for Leap 15.4
+
+-------------------------------------------------------------------
+Sun Mar 19 10:31:17 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 4.9.2:
+  * Update `nc-config` to remove inclusion from 
+    automatically-detected `nf-config` and `ncxx-config` files,
+    as the wrong files could be included in the output.
+  * Update H5FDhttp.[ch] to work with HDF5 version 1.13.2
+    and later.
+  * [Bug Fix] Update DAP code to enable CURLOPT_ACCEPT_ENCODING
+    by default.
+  * [Bug Fix] Fix byterange failures for certain URLs.
+  * [Bug Fix] Fix 'make distcheck' error in run_interop.sh.
+  * [Enhancement] Update `nc-config` to remove inclusion from
+    automatically-detected `nf-config` and `ncxx-config` files,
+    as the wrong files could be included in the output. 
+  * [Enhancement] Update H5FDhttp.[ch] to work with HDF5
+    version 1.14.0.
+  * Fix nc_def_var_fletcher32 operation
+  * Merge relevant info updates back into `main`
+  * Add manual GitHub actions triggers for the tests.
+  * Make public a limited API for programmatic access to internal
+    .rc tables
+  * Fix typo in CMakeLists.txt
+  * Fix choice of HOME dir
+  * Check for libxml2 development files
+  * Updating Doxyfile.in with doxygen-1.8.17, turned on 
+    WARN_AS_ERROR, added doxygen build to CI run
+  * updated release notes
+  * increase read block size from 1 KB to 4 MB
+  * fixed RELEASE_NOTES.md
+  * Fix pnetcdf tests in cmake
+  * Updated CMakeLists to avoid corner case cmake error
+  * Add `--disable-quantize` to configure
+  * Fix the way CMake handles -DPLUGIN_INSTALL_DIR
+  * fix and test quantize mode for NC_CLASSIC_MODEL
+  * Guard _declspec(dllexport) in support of #2446
+  * Ensure that netcdf_json.h does not interfere with ncjson.
+  * Prevent cmake writing to source dir
+  * more quantize testing and adding pre-processor constant
+    NC_MAX_FILENAME to nc_tests.h
+  * Provide a default enum const when fill value does not match
+    any enum constant
+  * Fix support for reading arrays of HDF5 fixed size strings
+  * Fix AWS SDK linking errors
+  * Address jump-misses-init issue.
+  * Remove stray merge conflict markers
+  * Add support for Zarr string type to NCZarr
+  * Fix some problems with PR 2492
+  * Fix some bugs in the blosc filter wrapper
+  * Add option to control accessing external servers
+  * Changed attribute case in documentation
+  * Adding all-error-codes.md back in to distribution
+    documentation.
+  * Update hdf5 version in github actions.
+  * Minor update to doxygen function documentation
+  * Fix some addtional errors in NCZarr
+  * Cleanup szip handling some more
+  * Check for zstd development headers in autotools
+  * Add new options to nc-config
+  * Cleanup built test sources in nczarr_test
+  * Fix inconsistency in netcdf_meta.h
+  * Small fix in nc-config.in
+  * For loop initial declarations are only allowed in C99 mode
+  * Fix some dependencies in tst_nccopy3
+  * Update plugins/Makefile.am 
+  * Fix prereqs in ncdump/tst_nccopy4 in order to avoid race
+    conditions.
+  * Move construction of VERSION file to end of the build
+  * Add draft filter quickstart guide
+  * Turn off extraneous debug output
+
+-------------------------------------------------------------------
@@ -1412 +1488,0 @@
-

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

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

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

Other differences:
------------------
++++++ netcdf.spec ++++++
--- /var/tmp/diff_new_pack.xcPlhY/_old  2023-04-05 21:36:04.966714937 +0200
+++ /var/tmp/diff_new_pack.xcPlhY/_new  2023-04-05 21:36:04.974714982 +0200
@@ -20,8 +20,8 @@
 
 %define _do_check 1
 
-%define ver 4.9.0
-%define _ver 4_9_0
+%define ver 4.9.2
+%define _ver 4_9_2
 %define pname netcdf
 %define sonum   19
 
@@ -497,6 +497,7 @@
 BuildRequires:  unzip
 BuildRequires:  zlib-devel >= 1.2.5
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libzstd)
 %if 0%{?valgrind_checks}
 BuildRequires:  valgrind
 %endif

++++++ Fix-spurious-uninitialized-variable-warning.patch ++++++
--- /var/tmp/diff_new_pack.xcPlhY/_old  2023-04-05 21:36:05.002715142 +0200
+++ /var/tmp/diff_new_pack.xcPlhY/_new  2023-04-05 21:36:05.006715165 +0200
@@ -21,11 +21,11 @@
  nczarr_test/ncdumpchunks.c |  2 +-
  oc2/ocdump.c               |  4 ++--
  8 files changed, 20 insertions(+), 20 deletions(-)
-diff --git a/libdispatch/nctime.c b/libdispatch/nctime.c
-index e265ba1f..256cea96 100644
---- a/libdispatch/nctime.c
-+++ b/libdispatch/nctime.c
-@@ -789,8 +789,8 @@ cdComp2Rel(cdCalenType timetype, cdCompTime comptime, 
char* relunits, double* re
+Index: netcdf-c-4.9.2/libdispatch/nctime.c
+===================================================================
+--- netcdf-c-4.9.2.orig/libdispatch/nctime.c
++++ netcdf-c-4.9.2/libdispatch/nctime.c
+@@ -789,8 +789,8 @@ cdComp2Rel(cdCalenType timetype, cdCompT
        CdTime humantime;
        CdTimeType old_timetype;
        cdUnitTime unit;
@@ -36,7 +36,7 @@
  
                                             /* Parse the relunits */
        if(cdParseRelunits(timetype, relunits, &unit, &base_comptime))
-@@ -982,7 +982,7 @@ cdRel2Comp(cdCalenType timetype, char* relunits, double 
reltime, cdCompTime* com
+@@ -982,7 +982,7 @@ cdRel2Comp(cdCalenType timetype, char* r
        cdCompTime base_comptime;
        cdUnitTime unit, baseunits;
        double base_etm, result_etm;
@@ -45,11 +45,11 @@
        long idelta;
  
                                             /* Parse the relunits */
-diff --git a/libhdf5/hdf5internal.c b/libhdf5/hdf5internal.c
-index 7817bed6..dca5bc86 100644
---- a/libhdf5/hdf5internal.c
-+++ b/libhdf5/hdf5internal.c
-@@ -860,7 +860,7 @@ nc4_hdf5_find_grp_var_att(int ncid, int varid, const char 
*name, int attnum,
+Index: netcdf-c-4.9.2/libhdf5/hdf5internal.c
+===================================================================
+--- netcdf-c-4.9.2.orig/libhdf5/hdf5internal.c
++++ netcdf-c-4.9.2/libhdf5/hdf5internal.c
+@@ -882,7 +882,7 @@ nc4_hdf5_find_grp_var_att(int ncid, int
      NC_FILE_INFO_T *my_h5;
      NC_GRP_INFO_T *my_grp;
      NC_VAR_INFO_T *my_var = NULL;
@@ -58,11 +58,11 @@
      char my_norm_name[NC_MAX_NAME + 1] = "";
      NCindex *attlist = NULL;
      int retval;
-diff --git a/libnczarr/zinternal.c b/libnczarr/zinternal.c
-index 48673110..24279b8d 100644
---- a/libnczarr/zinternal.c
-+++ b/libnczarr/zinternal.c
-@@ -554,7 +554,7 @@ ncz_find_grp_var_att(int ncid, int varid, const char 
*name, int attnum,
+Index: netcdf-c-4.9.2/libnczarr/zinternal.c
+===================================================================
+--- netcdf-c-4.9.2.orig/libnczarr/zinternal.c
++++ netcdf-c-4.9.2/libnczarr/zinternal.c
+@@ -571,7 +571,7 @@ ncz_find_grp_var_att(int ncid, int varid
      NC_FILE_INFO_T *my_h5;
      NC_GRP_INFO_T *my_grp;
      NC_VAR_INFO_T *my_var = NULL;
@@ -71,27 +71,10 @@
      char my_norm_name[NC_MAX_NAME + 1] = "";
      NCindex *attlist = NULL;
      int retval;
-diff --git a/libnczarr/zsync.c b/libnczarr/zsync.c
-index 97db6e0f..d310ffcc 100644
---- a/libnczarr/zsync.c
-+++ b/libnczarr/zsync.c
-@@ -289,10 +289,10 @@ ncz_sync_var(NC_FILE_INFO_T* file, NC_VAR_INFO_T* var)
-     { /* Add the type name */
-       const char* dtypename;
-       int endianness = var->type_info->endianness;
--      int islittle;
-+      int islittle = 0;
-       switch (endianness) {
-       case NC_ENDIAN_LITTLE: islittle = 1; break;
--      case NC_ENDIAN_BIG: islittle = 0; break;
-+      case NC_ENDIAN_BIG: break;
-       case NC_ENDIAN_NATIVE: abort(); /* should never happen */
-       }
-       int atomictype = var->type_info->hdr.id;
-diff --git a/ncgen3/getfill.c b/ncgen3/getfill.c
-index 91c6ae6f..defa0e2a 100644
---- a/ncgen3/getfill.c
-+++ b/ncgen3/getfill.c
+Index: netcdf-c-4.9.2/ncgen3/getfill.c
+===================================================================
+--- netcdf-c-4.9.2.orig/ncgen3/getfill.c
++++ netcdf-c-4.9.2/ncgen3/getfill.c
 @@ -51,11 +51,11 @@ nc_fill(
       void *datp,              /* where to start filling */
       union generic fill_val)  /* value to use */
@@ -109,11 +92,11 @@
  
      switch (type) {
        case NC_CHAR:
-diff --git a/ncgen3/load.c b/ncgen3/load.c
-index 98fa9fbe..13fd2d1c 100644
---- a/ncgen3/load.c
-+++ b/ncgen3/load.c
-@@ -499,11 +499,11 @@ load_netcdf(
+Index: netcdf-c-4.9.2/ncgen3/load.c
+===================================================================
+--- netcdf-c-4.9.2.orig/ncgen3/load.c
++++ netcdf-c-4.9.2/ncgen3/load.c
+@@ -504,11 +504,11 @@ load_netcdf(
      int stat = NC_NOERR;
      size_t start[NC_MAX_VAR_DIMS];
      size_t count[NC_MAX_VAR_DIMS];
@@ -130,11 +113,11 @@
  
      /* load values into variable */
  
-diff --git a/nczarr_test/ncdumpchunks.c b/nczarr_test/ncdumpchunks.c
-index a6fff5fb..71aed604 100755
---- a/nczarr_test/ncdumpchunks.c
-+++ b/nczarr_test/ncdumpchunks.c
-@@ -293,7 +293,7 @@ dump(Format* format)
+Index: netcdf-c-4.9.2/nczarr_test/ncdumpchunks.c
+===================================================================
+--- netcdf-c-4.9.2.orig/nczarr_test/ncdumpchunks.c
++++ netcdf-c-4.9.2/nczarr_test/ncdumpchunks.c
+@@ -303,7 +303,7 @@ dump(Format* format)
      char sindices[64];
  #ifdef H5
      int i;
@@ -143,11 +126,11 @@
      hid_t dxpl_id = H5P_DEFAULT; /*data transfer property list */
      unsigned int filter_mask = 0;
      hsize_t hoffset[NC_MAX_VAR_DIMS];
-diff --git a/oc2/ocdump.c b/oc2/ocdump.c
-index fa2c32ae..5d67fcbd 100644
---- a/oc2/ocdump.c
-+++ b/oc2/ocdump.c
-@@ -467,8 +467,8 @@ ocreadfile(FILE* file, off_t datastart, char** memp, 
size_t* lenp)
+Index: netcdf-c-4.9.2/oc2/ocdump.c
+===================================================================
+--- netcdf-c-4.9.2.orig/oc2/ocdump.c
++++ netcdf-c-4.9.2/oc2/ocdump.c
+@@ -464,8 +464,8 @@ ocreadfile(FILE* file, off_t datastart,
  void
  ocdd(OCstate* state, OCnode* root, int xdrencoded, int level)
  {


++++++ netcdf-c-4.9.0.tar.gz -> netcdf-c-4.9.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/netcdf/netcdf-c-4.9.0.tar.gz 
/work/SRC/openSUSE:Factory/.netcdf.new.19717/netcdf-c-4.9.2.tar.gz differ: char 
5, line 1

Reply via email to