Hello community,

here is the log from the commit of package gnuastro for openSUSE:Factory 
checked in at 2019-11-30 10:37:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuastro (Old)
 and      /work/SRC/openSUSE:Factory/.gnuastro.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuastro"

Sat Nov 30 10:37:34 2019 rev:3 rq:751192 version:0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuastro/gnuastro.changes        2019-01-08 
12:28:48.848250180 +0100
+++ /work/SRC/openSUSE:Factory/.gnuastro.new.26869/gnuastro.changes     
2019-11-30 10:39:12.160159063 +0100
@@ -1,0 +2,36 @@
+Tue Nov 26 17:04:05 UTC 2019 - Andreas Stieger <[email protected]>
+
+- GNU Astronomy Utilities 0.11 (library 9.0.0):
+  * documentation updates
+  * Updates and extensions to multiple operations
+- drop upstreamed patch
+  0001-Reference-wcslib-by-correct-name-in-gnuastro.pc-pkgc.patch
+
+-------------------------------------------------------------------
+Sun Nov 10 15:05:21 UTC 2019 - Stefan Brüns <[email protected]>
+
+- Fix wrong automatic pkgconfig(wcs) requires, add
+  0001-Reference-wcslib-by-correct-name-in-gnuastro.pc-pkgc.patch
+- Drop ghostscript BuildRequires, only needed for running tests
+  (not done), the PDF exporter is built unconditionally. At runtime,
+  the exporter uses a "gs" executable in PATH, so add a Recommends.
+- Add bcond for running tests, keep it disabled by default.
+
+-------------------------------------------------------------------
+Sun Nov  3 16:02:38 UTC 2019 - Andreas Stieger <[email protected]>
+
+- GNU Astronomy Utilities 0.10 (library 8.0.0):
+  * Report/warn when using arrays memory-mapped to non-volatile
+    storage. Users should use --minmapsize to allow use of available
+    RAM, --quietmmap' option to disable the messages
+  * Various additions and extensions to operators and tools
+  * crop now supports 3D datasets (data cubes)
+  * documentation updates and bug fixes
+- includes changes from 0.9:
+  * --checkconfig: print the names and values given to options as
+    they are parsed on the command-line or in various configuration
+    files
+  * Multithreaded operation for many operators 
+  * Add bash scripts for common higher-level usage
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnuastro.spec ++++++
--- /var/tmp/diff_new_pack.0JdvUD/_old  2019-11-30 10:39:12.924158971 +0100
+++ /var/tmp/diff_new_pack.0JdvUD/_new  2019-11-30 10:39:12.924158971 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuastro
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,21 @@
 #
 
 
-%define sover 6
+%bcond_with     tests
+
+%define sover 9
 Name:           gnuastro
-Version:        0.8
+Version:        0.11
 Release:        0
 Summary:        GNU Astronomy Utilities
 License:        GPL-3.0-or-later
-Group:          Productivity/Scientific/Astronomy
 URL:            https://www.gnu.org/software/gnuastro/
 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)
@@ -40,6 +43,7 @@
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 Recommends:     %{name}-doc
+Recommends:     ghostscript_any >= 9.10
 
 %description
 The GNU Astronomy Utilities (Gnuastro) contains various programs and
@@ -48,7 +52,6 @@
 
 %package -n libgnuastro%{sover}
 Summary:        Libraries for the GNU Astronomy Utilities
-Group:          System/Libraries
 
 %description -n libgnuastro%{sover}
 Libraries for the manipulation and analysis of astronomical data,
@@ -56,7 +59,6 @@
 
 %package devel
 Summary:        Development files for gnuastro
-Group:          Development/Libraries/C and C++
 Requires:       libgnuastro%{sover} = %{version}
 
 %description devel
@@ -65,7 +67,6 @@
 
 %package doc
 Summary:        Documentation for the GNU Astromomy Utilities
-Group:          Documentation/Other
 BuildArch:      noarch
 
 %description doc
@@ -78,6 +79,7 @@
 %configure \
        --docdir=%{_docdir}/%{name} \
        --disable-static \
+       --disable-rpath \
        CPPFLAGS="$(pkg-config cfitsio --cflags)"
 make %{?_smp_mflags}
 
@@ -85,6 +87,11 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
+%check
+%if %{with tests}
+make check
+%endif
+
 %post -n libgnuastro%{sover} -p /sbin/ldconfig
 %postun -n libgnuastro%{sover} -p /sbin/ldconfig
 %post doc
@@ -98,7 +105,7 @@
 done
 
 %files
-%license COPYING
+%license COPYING*
 %doc ChangeLog README NEWS THANKS AUTHORS
 %config %{_sysconfdir}/*.conf
 %{_bindir}/*
@@ -109,7 +116,7 @@
 %{_libdir}/libgnuastro.so.*
 
 %files devel
-%license COPYING
+%license COPYING*
 %{_includedir}/gnuastro
 %{_libdir}/libgnuastro.so
 %{_libdir}/pkgconfig/*.pc

++++++ gnuastro-0.8.tar.gz -> gnuastro-0.11.tar.gz ++++++
++++ 187087 lines of diff (skipped)

++++++ gnuastro.keyring ++++++
--- /var/tmp/diff_new_pack.0JdvUD/_old  2019-11-30 10:39:14.080158833 +0100
+++ /var/tmp/diff_new_pack.0JdvUD/_new  2019-11-30 10:39:14.080158833 +0100
@@ -1,3 +1,4 @@
+GPG keys of Antonio Diaz Diaz <antonio>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.2.1 (GNU/Linux)
 
@@ -23,6 +24,7 @@
 =v3WJ
 -----END PGP PUBLIC KEY BLOCK-----
 
+GPG keys of Mohammad Akhlaghi <makhlaghi>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 
 mQINBFwLucgBEADWyBA4L9yy+pbIeHYBsKionBTqMjG9f4dVcmrBuEaBH06vdy65
@@ -76,6 +78,7 @@
 =iINk
 -----END PGP PUBLIC KEY BLOCK-----
 
+GPG keys of Mosè Giordano <giordano>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1
 
@@ -127,6 +130,7 @@
 v/QQhWK2PSxxqDJfwtQEVS5d2IieEhNrDfdxLhdNmCJBaDMl06RCU845XOE=
 =Eqv/
 -----END PGP PUBLIC KEY BLOCK-----
+GPG keys of Boud Roukema <boud>
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: onak 0.3.2
 


Reply via email to