Hello community,

here is the log from the commit of package gnuastro for openSUSE:Factory 
checked in at 2020-09-25 16:31:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuastro (Old)
 and      /work/SRC/openSUSE:Factory/.gnuastro.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuastro"

Fri Sep 25 16:31:03 2020 rev:4 rq:833927 version:0.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuastro/gnuastro.changes        2019-11-30 
10:39:12.160159063 +0100
+++ /work/SRC/openSUSE:Factory/.gnuastro.new.4249/gnuastro.changes      
2020-09-25 16:31:15.487875674 +0200
@@ -1,0 +2,15 @@
+Sat Sep 12 09:26:37 UTC 2020 - Andreas Stieger <[email protected]>
+
+- GNU Astronomy Utilities 0.13 (library 11.0.0):
+  * more relaxed input format for plain-text tables
+  * New operations to fill blanks with minimum/maximum of nearest
+    neighbors
+  * Input can be forced to float by appending '.' or '.0'.
+  * New colormap 'sls-inverse' for inverse printing
+  * Many new operations to multiple operations, and bug fixes
+- includes changes from 0.12:
+  * no longer attempt to write memory-mapped files under .gnuastro
+    to avoid mixing configuration files with processing data
+  * Many new operations to multiple operations, and bug fixes
+
+-------------------------------------------------------------------

Old:
----
  gnuastro-0.11.tar.gz
  gnuastro-0.11.tar.gz.sig

New:
----
  gnuastro-0.13.tar.gz
  gnuastro-0.13.tar.gz.sig

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

Other differences:
------------------
++++++ gnuastro.spec ++++++
--- /var/tmp/diff_new_pack.fApAUY/_old  2020-09-25 16:31:16.375876462 +0200
+++ /var/tmp/diff_new_pack.fApAUY/_new  2020-09-25 16:31:16.379876466 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuastro
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,10 @@
 #
 
 
+%define sover 11
 %bcond_with     tests
-
-%define sover 9
 Name:           gnuastro
-Version:        0.11
+Version:        0.13
 Release:        0
 Summary:        GNU Astronomy Utilities
 License:        GPL-3.0-or-later
@@ -28,9 +27,6 @@
 Source:         https://ftp.gnu.org/pub/gnu/gnuastro/%{name}-%{version}.tar.gz
 Source2:        
https://ftp.gnu.org/pub/gnu/gnuastro/%{name}-%{version}.tar.gz.sig
 Source3:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gnuastro&download=1#/%{name}.keyring
-%if %{with tests}
-BuildRequires:  ghostscript_any
-%endif
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cfitsio)
@@ -44,6 +40,9 @@
 Requires(preun): %{install_info_prereq}
 Recommends:     %{name}-doc
 Recommends:     ghostscript_any >= 9.10
+%if %{with tests}
+BuildRequires:  ghostscript_any
+%endif
 
 %description
 The GNU Astronomy Utilities (Gnuastro) contains various programs and
@@ -81,7 +80,7 @@
        --disable-static \
        --disable-rpath \
        CPPFLAGS="$(pkg-config cfitsio --cflags)"
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -89,7 +88,7 @@
 
 %check
 %if %{with tests}
-make check
+%make_build check
 %endif
 
 %post -n libgnuastro%{sover} -p /sbin/ldconfig

++++++ gnuastro-0.11.tar.gz -> gnuastro-0.13.tar.gz ++++++
++++ 177033 lines of diff (skipped)


Reply via email to