Hello community,

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

Package is "cgns"

Sun Apr 12 15:38:13 2020 rev:3 rq:792525 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/cgns/cgns.changes      2020-04-02 
16:48:06.657870864 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.cgns.new.3248/cgns.changes    2020-04-12 
15:38:15.770006294 +0200
@@ -1,0 +2,23 @@
+Tue Apr  7 15:30:23 UTC 2020 - Stefan Brüns <[email protected]>
+
+- Fix last change (typo in spec file, should be %_lib not %lib).
+
+-------------------------------------------------------------------
+Tue Apr  7 08:33:36 UTC 2020 - Andreas Schwab <[email protected]>
+
+- Handle all architectures with %_lib != lib
+
+-------------------------------------------------------------------
+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.fZAdLf/_old  2020-04-12 15:38:16.122006560 +0200
+++ /var/tmp/diff_new_pack.fZAdLf/_new  2020-04-12 15:38:16.126006563 +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,12 +85,13 @@
       -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
 
-%ifarch x86_64 ppc64 ppc64le aarch64
+%if "%_lib" != "lib"
 mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
 %endif
 
@@ -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