Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wcslib for openSUSE:Factory checked 
in at 2022-05-06 18:59:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wcslib (Old)
 and      /work/SRC/openSUSE:Factory/.wcslib.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wcslib"

Fri May  6 18:59:20 2022 rev:11 rq:975270 version:7.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/wcslib/wcslib.changes    2021-11-11 
21:39:06.613006286 +0100
+++ /work/SRC/openSUSE:Factory/.wcslib.new.1538/wcslib.changes  2022-05-06 
18:59:32.361369703 +0200
@@ -1,0 +2,53 @@
+Thu May  5 20:07:33 UTC 2022 - Asterios Dramis <[email protected]>
+
+- Update to version 7.11:
+  * C library
+    - In tabini(), the default index array should contain a
+      1-relative sequence: {1, 2,... N}.  Previously it was
+      0-relative.
+  From version 7.10:
+  * C library
+    - In tabcpy(), collapse degenerate table index arrays if they
+      are collapsed in the source struct.  Minor fix for output
+      formatting in tabprt().
+    - In the C test suite, added calls to wcstrim() in twcsfix to
+      tidy the structs before printing.
+  * Utilities
+    - The default option in wcsware now trims the wcsprm struct
+      before printing it.  Use the '-p' option to print the
+      untrimmed struct.
+  From version 7.9:
+  * C library
+    - In wcsset(), bug fix for identifying time coordinate axes.
+      Reported by Mihai Cara with patch.
+  From version 7.8:
+  * C library
+    - In wcssub(), bug fix for tabular coordinates that change axis
+      number, thus requiring tabprm::map to be updated.  Reported
+      by Mihai Cara with patch.
+      Also in wcssub():
+      - check that all axes of a multi-dimensional table are
+        extracted together,
+      - fixed potential memory leaks for tabular coordinate axes
+        when an attempt to subimage non-separable axes fails,
+      - the error messages for non-separable coordinate systems are
+        generally more informative,
+      - subimage extraction by coordinate type now recognises time
+        coordinate axis types via WCSSUB_TIME.
+    - wcsset() now identifies time coordinate axes in
+      wcsprm::types.
+    - Extended test program twcssub to test the above
+      modifications.
+  * Installation
+    - Bug fix in the utils makefile for creating $(MANDIR)/man1.
+      Reported by Aleksander Kurek.
+    - Bug fix in the Fortran makefile for compiling and using
+      'tofits'. Reported by Stefan Br???ns.
+  * User manual
+    - Documentation generation moved to doxygen 1.9.3 (was 1.9.1).
+- Removed 0001-Fix-utils-tofits-location-in-Fortran-GNUmakefile.patch
+  (fixed upstream).
+- Don't use %configure macro for building i586 package (it makes
+  tests fail).
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-utils-tofits-location-in-Fortran-GNUmakefile.patch
  wcslib-7.7.tar.bz2

New:
----
  wcslib-7.11.tar.bz2

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

Other differences:
------------------
++++++ wcslib.spec ++++++
--- /var/tmp/diff_new_pack.IL7yob/_old  2022-05-06 18:59:32.981370381 +0200
+++ /var/tmp/diff_new_pack.IL7yob/_new  2022-05-06 18:59:32.989370390 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wcslib
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,13 @@
 
 %define libver  7
 Name:           wcslib
-Version:        7.7
+Version:        7.11
 Release:        0
 Summary:        An implementation of the FITS WCS standard
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 URL:            https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/
 Source0:        
ftp://ftp.atnf.csiro.au/pub/software/wcslib/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM -- fix building of tofits util in Fortran tests
-Patch0:         0001-Fix-utils-tofits-location-in-Fortran-GNUmakefile.patch
 BuildRequires:  cfitsio-devel
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -88,7 +86,12 @@
 %autosetup -p1
 
 %build
+# Additional FLAGS from %%configure macro makes tests ("make check") fail in 
i586. So don't use them for now.
+%ifarch %ix86
+./configure --prefix=%{_prefix} -docdir=%{_docdir}/%{name} --without-pgplot
+%else
 %configure --docdir=%{_docdir}/%{name} --without-pgplot
+%endif
 %make_build
 
 %install

++++++ wcslib-7.7.tar.bz2 -> wcslib-7.11.tar.bz2 ++++++
++++ 67692 lines of diff (skipped)

Reply via email to