Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package casacore for openSUSE:Factory 
checked in at 2021-04-21 20:58:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/casacore (Old)
 and      /work/SRC/openSUSE:Factory/.casacore.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "casacore"

Wed Apr 21 20:58:59 2021 rev:3 rq:876061 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/casacore/casacore.changes        2020-08-18 
15:12:40.840081153 +0200
+++ /work/SRC/openSUSE:Factory/.casacore.new.12324/casacore.changes     
2021-04-21 20:59:03.378168918 +0200
@@ -1,0 +2,22 @@
+Thu Feb 25 21:11:59 UTC 2021 - Atri Bhattacharya <[email protected]>
+
+- Update to version 3.4.0:
+  * Major modernization of Arrays, bringing it more in line with
+    C++11 (gh#casacore/casacore#1012).
+  * Use std::regex (gh#casacore/casacore#1072).
+  * Remove many warnings (gh#casacore/casacore#1024,
+    gh#casacore/casacore#1036, gh#casacore/casacore#1062).
+  * Use FFTW as default FFT provider (gh#casacore/casacore#1029,
+    gh#casacore/casacore#1047, gh#casacore/casacore#1049).
+  * UVFITS improvements (gh#casacore/casacore#1033,
+    gh#casacore/casacore#1040, gh#casacore/casacore#1064,
+    gh#casacore/casacore#1066, gh#casacore/casacore#1067).
+  * Support for 64-bit row numbers.
+- Drop patches incorporated upstream:
+  * casacore-drop-fftpak.patch
+  * casacore-lawson_f-fortran-errors.patch
+- Bump so version in shared lib name.
+- 32-bit builds not supported, use ExcludeArch to prevent build
+  failures.
+
+-------------------------------------------------------------------

Old:
----
  casacore-3.3.0.tar.gz
  casacore-drop-fftpak.patch
  casacore-lawson_f-fortran-errors.patch

New:
----
  casacore-3.4.0.tar.gz

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

Other differences:
------------------
++++++ casacore.spec ++++++
--- /var/tmp/diff_new_pack.1rLFno/_old  2021-04-21 20:59:03.930169787 +0200
+++ /var/tmp/diff_new_pack.1rLFno/_new  2021-04-21 20:59:03.930169787 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package casacore
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%global shlib lib%{name}5
 # ninja too old on openSUSE Leap 15.1
 %if 0%{?suse_version} == 1500 && 0%{?sle_version} == 150100
 %bcond_with ninja
@@ -27,7 +26,8 @@
 
 %global flavor @BUILD_FLAVOR@%{nil}
 
-%define sover 5
+%define sover 6
+%global shlib lib%{name}%{sover}
 %define srcname casacore
 
 # SECTION MPI DEFINITIONS
@@ -80,16 +80,12 @@
 # /SECTION
 
 Name:           %{pname}
-Version:        3.3.0
+Version:        3.4.0
 Release:        0
 Summary:        A suite of C++ libraries for radio astronomy data processing
 License:        LGPL-2.0-or-later
 URL:            https://github.com/casacore/casacore
 Source:         
https://github.com/casacore/casacore/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM casacore-drop-fftpak.patch [email protected] -- Drop 
fftpak as it no longer compiles with recent gcc-fortran; taken from upstream 
commit
-Patch0:         casacore-drop-fftpak.patch
-# PATCH-FIX-UPSTREAM casacore-lawson_f-fortran-errors.patch 
[email protected] -- Fix fortran errors and warnings with lawson_f; taken 
from upstream commit
-Patch1:         casacore-lawson_f-fortran-errors.patch
 # PATCH-FIX-UPSTREAM casacore-fitsio-header.patch [email protected] -- Fix 
location of cfitsio headers used in sources
 Patch2:         casacore-fitsio-header.patch
 BuildRequires:  bison
@@ -111,6 +107,7 @@
 BuildRequires:  pkgconfig(ncurses)
 BuildRequires:  pkgconfig(wcslib)
 BuildRequires:  pkgconfig(zlib)
+ExcludeArch:    %ix86
 %if %{with mpi}
 BuildRequires:  %{mpi_flavor}%{?mpi_vers}-config
 BuildRequires:  %{mpi_flavor}%{?mpi_vers}-devel
@@ -188,7 +185,7 @@
 %{my_bindir}/*
 
 %files -n %{shlib}
-%{my_libdir}/*.so.5
+%{my_libdir}/*.so.%{sover}
 
 %files devel
 %license COPYING

++++++ casacore-3.3.0.tar.gz -> casacore-3.4.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/casacore/casacore-3.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.casacore.new.12324/casacore-3.4.0.tar.gz differ: 
char 13, line 1

Reply via email to