Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cgns for openSUSE:Factory checked in at 2021-02-19 23:42:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cgns (Old) and /work/SRC/openSUSE:Factory/.cgns.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cgns" Fri Feb 19 23:42:54 2021 rev:5 rq:863662 version:4.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cgns/cgns.changes 2020-04-08 19:55:19.897064131 +0200 +++ /work/SRC/openSUSE:Factory/.cgns.new.28504/cgns.changes 2021-02-19 23:44:39.155327350 +0100 @@ -1,0 +2,8 @@ +Thu Nov 12 02:11:00 UTC 2020 - Stefan Br??ns <[email protected]> + +- Update to version 4.1.2: + * Fixed the Compatibility issue between v3.4.0 and v4.1.1 (CGNS-214). + * Change a wrong check in cg_poly_element_read to load older CGNS + file section with CGNS 4.x API (CGNS-219). + +------------------------------------------------------------------- Old: ---- cgns-4.1.1.tar.gz New: ---- cgns-4.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cgns.spec ++++++ --- /var/tmp/diff_new_pack.n1drqy/_old 2021-02-19 23:44:39.559327746 +0100 +++ /var/tmp/diff_new_pack.n1drqy/_new 2021-02-19 23:44:39.563327750 +0100 @@ -18,7 +18,7 @@ %define libname libcgns4_1 Name: cgns -Version: 4.1.1 +Version: 4.1.2 Release: 0 Summary: CFD General Notation System License: Zlib ++++++ cgns-4.1.1.tar.gz -> cgns-4.1.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGNS-4.1.1/release_docs/HISTORY.txt new/CGNS-4.1.2/release_docs/HISTORY.txt --- old/CGNS-4.1.1/release_docs/HISTORY.txt 2020-03-16 15:05:56.000000000 +0100 +++ new/CGNS-4.1.2/release_docs/HISTORY.txt 2020-08-18 21:44:35.000000000 +0200 @@ -1,3 +1,85 @@ +CGNS version 4.1.2 (patch) +================================= + +INTRODUCTION +------------ + +This document describes the difference between CGNS 4.1.2 and +CGNS 4.1.2, and contains information on known problems in +CGNS 4.1.2. + +Links to the CGNS current released source code can be found at: + +http://cgns.org/download.html + +User documentation for the current release can be found at: + +http://cgns.org/CGNS_docs_current/midlevel/index.html + +For more information, see the CGNS home page: + +http://cgns.org + +CONTENTS +-------- + +- New Features +- Support for new platforms and languages +- Bug Fixes since CGNS 4.1.1 +- Known Problems + +New Features +============ + + Configuration: + ------------- + + Library: + -------- + + Parallel Library: + ----------------- + + Fortran Library: + ---------------- + + Tools: + ------ + +Bug Fixes since CGNS 4.1.1 release +================================== + + Library: + ------- + + * (CGNS-214) Fixed the Compatibility issue between v3.4.0 and v4.1.1 + + * (CGNS-219) Change a wrong check in cg_poly_element_read to load + older CGNS file section with CGNS 4.x API + + Fortran: + -------- + + Configuration: + ------------- + + Tools: + ------ + +Known Problems +============== + + ************ CGNSVIEW ************ + + * cgnsview for OSX is not viewing properly, and cgnsview under Windows + * may fail to compile due to tcl/tk incompatibility. + + ********************************** + + * For other issues, See https://cgnsorg.atlassian.net + + + CGNS version 4.1.1 (patch) ================================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGNS-4.1.1/release_docs/RELEASE.txt new/CGNS-4.1.2/release_docs/RELEASE.txt --- old/CGNS-4.1.1/release_docs/RELEASE.txt 2020-03-16 15:05:56.000000000 +0100 +++ new/CGNS-4.1.2/release_docs/RELEASE.txt 2020-08-18 21:44:35.000000000 +0200 @@ -1,12 +1,12 @@ -CGNS version 4.1.1 (patch) +CGNS version 4.1.2 (patch) ================================= INTRODUCTION ------------ -This document describes the difference between CGNS 4.1.1 and -CGNS 4.1.1, and contains information on known problems in -CGNS 4.1.1. +This document describes the difference between CGNS 4.1.2 and +CGNS 4.1.2, and contains information on known problems in +CGNS 4.1.2. Links to the CGNS current released source code can be found at: @@ -25,7 +25,7 @@ - New Features - Support for new platforms and languages -- Bug Fixes since CGNS 4.1.0 +- Bug Fixes since CGNS 4.1.1 - Known Problems New Features @@ -46,20 +46,16 @@ Tools: ------ -Bug Fixes since CGNS 4.1.0 release +Bug Fixes since CGNS 4.1.1 release ================================== Library: ------- - * (CGNS-196) Fixed the compilation of cgnstools, which still made - use the Removed APIs in 4.1.0: + * (CGNS-214) Fixed the Compatibility issue between v3.4.0 and v4.1.1 - cgio_read_all_data, cgio_read_data, cgio_read_block_data - cgio_read_all_data_f, cgio_read_data_f, cgio_read_block_data_f - - * Updated CMake's detection of tcl/tk and opengl - * (CGNS-197) Added CI testing cgnstools + * (CGNS-219) Change a wrong check in cg_poly_element_read to load + older CGNS file section with CGNS 4.x API Fortran: -------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGNS-4.1.1/src/cgns_internals.c new/CGNS-4.1.2/src/cgns_internals.c --- old/CGNS-4.1.1/src/cgns_internals.c 2020-03-16 15:05:56.000000000 +0100 +++ new/CGNS-4.1.2/src/cgns_internals.c 2020-08-18 21:44:35.000000000 +0200 @@ -1171,7 +1171,7 @@ section[0][n].connect->data = (void *)elem_data; } } - if (cg->version < 4000) { + if (cg->version < 4000 && cg->version != 3400) { cgsize_t size, *elem_data = 0; if (section[0][n].el_type == CGNS_ENUMV(NGON_n) || section[0][n].el_type == CGNS_ENUMV(NFACE_n) ) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGNS-4.1.1/src/cgnslib.c new/CGNS-4.1.2/src/cgnslib.c --- old/CGNS-4.1.1/src/cgnslib.c 2020-03-16 15:05:56.000000000 +0100 +++ new/CGNS-4.1.2/src/cgnslib.c 2020-08-18 21:44:35.000000000 +0200 @@ -3995,7 +3995,7 @@ if (connect_offset && section->connect_offset) { ConnectOffsetSize = section->connect_offset->dim_vals[0]; if (section->connect_offset->data && - 0 == strcmp(CG_SIZE_DATATYPE, section->connect->data_type)) { + 0 == strcmp(CG_SIZE_DATATYPE, section->connect_offset->data_type)) { memcpy(connect_offset, section->connect_offset->data, (size_t)(ConnectOffsetSize*sizeof(cgsize_t))); } else { if (cgi_read_int_data(section->connect_offset->id, section->connect_offset->data_type,
