Hello community,

here is the log from the commit of package cgns for openSUSE:Factory checked in 
at 2020-04-04 12:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cgns (Old)
 and      /work/SRC/openSUSE:Factory/.cgns.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cgns"

Sat Apr  4 12:27:21 2020 rev:3 rq:791282 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cgns/cgns.changes        2020-03-30 
23:07:58.508332780 +0200
+++ /work/SRC/openSUSE:Factory/.cgns.new.3248/cgns.changes      2020-04-04 
12:28:25.188113293 +0200
@@ -1,0 +2,13 @@
+Fri Apr  3 18:05:36 UTC 2020 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 4.1.1:
+  * (CGNS-196) Fixed the compilation of cgnstools, which still
+    made use the Removed APIs in 4.1.0
+- Update to version 4.1.0:
+  * Added CPEX42 Storing bounding box of a grid (CGNS-149).
+  * Added CPEX43 Family hierarchy as a tree (CGNS-180).
+- Update to version 4.1.0:
+  * Added CPEX 41 NGON modification proposal (CGNS-121).
+- The removal of CPEX 41 NGON in 3.4.1 broke gmsh and Paraview
+
+-------------------------------------------------------------------

Old:
----
  cgns-3.4.1.tar.gz

New:
----
  cgns-4.1.1.tar.gz

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

Other differences:
------------------
++++++ cgns.spec ++++++
--- /var/tmp/diff_new_pack.JjqccQ/_old  2020-04-04 12:28:26.056114190 +0200
+++ /var/tmp/diff_new_pack.JjqccQ/_new  2020-04-04 12:28:26.056114190 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define libname libcgns3_4_1
+%define libname libcgns4_1
 Name:           cgns
-Version:        3.4.1
+Version:        4.1.1
 Release:        0
 Summary:        CFD General Notation System
 License:        Zlib
 Group:          Development/Libraries/Other
-URL:            http://cgns.org/
+URL:            https://cgns.github.io/index.html
 Source0:        
https://github.com/CGNS/CGNS/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 BuildRequires:  cmake
@@ -76,7 +76,7 @@
 export CXXFLAGS="%{optflags}"
 
 %cmake \
-%ifarch x86_64 ppc64 ppc64le aarch64
+%if %{__isa_bits} == 64
       -DCGNS_ENABLE_64BIT:BOOL=ON \
 %endif
       -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
@@ -85,7 +85,8 @@
       -DCGNS_ENABLE_FORTRAN:BOOL=ON \
       -DHDF5_NEED_ZLIB:BOOL=ON \
 
-%cmake_build
+# Parallel build fails, see https://cgnsorg.atlassian.net/browse/CGNS-204
+%cmake_build -j1
 
 %install
 %cmake_install
@@ -102,7 +103,7 @@
 
 %files -n %{libname}
 %license license.txt
-%doc release_docs/Release.txt
+%doc release_docs/RELEASE.txt
 %{_libdir}/libcgns.so.*
 
 %files devel

++++++ cgns-3.4.1.tar.gz -> cgns-4.1.1.tar.gz ++++++
++++ 20275 lines of diff (skipped)


Reply via email to