Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wcslib for openSUSE:Factory checked 
in at 2021-11-11 21:37:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wcslib (Old)
 and      /work/SRC/openSUSE:Factory/.wcslib.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wcslib"

Thu Nov 11 21:37:56 2021 rev:10 rq:930764 version:7.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/wcslib/wcslib.changes    2021-06-18 
10:14:04.126016650 +0200
+++ /work/SRC/openSUSE:Factory/.wcslib.new.1890/wcslib.changes  2021-11-11 
21:39:06.613006286 +0100
@@ -1,0 +2,8 @@
+Wed Nov 10 21:35:28 UTC 2021 - Stefan Br??ns <[email protected]>
+
+- Update to version 7.7, for details see:
+  https://www.atnf.csiro.au/people/mcalabre/WCS/CHANGES
+- Remove workarounds for gfortran 10/11
+- Add 0001-Fix-utils-tofits-location-in-Fortran-GNUmakefile.patch
+
+-------------------------------------------------------------------

Old:
----
  wcslib-7.6.tar.bz2

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

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

Other differences:
------------------
++++++ wcslib.spec ++++++
--- /var/tmp/diff_new_pack.ZURHMO/_old  2021-11-11 21:39:07.081006628 +0100
+++ /var/tmp/diff_new_pack.ZURHMO/_new  2021-11-11 21:39:07.081006628 +0100
@@ -18,13 +18,15 @@
 
 %define libver  7
 Name:           wcslib
-Version:        7.6
+Version:        7.7
 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
@@ -83,27 +85,21 @@
 opened with %{name}.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-# required to pass the tests with newest gfortran.
-# see https://gcc.gnu.org/gcc-10/porting_to.html
-# Fortran Language issues
-%if 0%{?suse_version} >= 1550
-  export FFLAGS="%{optflags} -fallow-argument-mismatch"
-%endif
 %configure --docdir=%{_docdir}/%{name} --without-pgplot
 %make_build
 
 %install
 %make_install
 
-cp -a THANKS %{buildroot}%{_docdir}/%{name}/html/
+cp -a THANKS %{buildroot}%{_docdir}/%{name}/
 
 # Remove static libraries
 rm -rf %{buildroot}%{_libdir}/*.a
 
-%fdupes -s %{buildroot}%{_docdir}/%{name}/html
+%fdupes %{buildroot}%{_docdir}/%{name}/html
 
 %check
 make check
@@ -120,10 +116,12 @@
 %{_bindir}/HPXcvt
 %{_bindir}/fitshdr
 %{_bindir}/sundazel
+%{_bindir}/tofits
 %{_bindir}/wcsware
 %{_mandir}/man1/HPXcvt.1%{?ext_man}
 %{_mandir}/man1/fitshdr.1%{?ext_man}
 %{_mandir}/man1/sundazel.1%{?ext_man}
+%{_mandir}/man1/tofits.1%{?ext_man}
 %{_mandir}/man1/wcsware.1%{?ext_man}
 
 %files doc

++++++ 0001-Fix-utils-tofits-location-in-Fortran-GNUmakefile.patch ++++++
>From 4fe106a1b90fd61b8f41d26ea0fc2dc34db2cd8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <[email protected]>
Date: Wed, 10 Nov 2021 22:33:33 +0100
Subject: [PATCH] Fix utils/tofits location in Fortran/GNUmakefile

---
 Fortran/GNUmakefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Fortran/GNUmakefile b/Fortran/GNUmakefile
index 99abea9..a337ede 100644
--- a/Fortran/GNUmakefile
+++ b/Fortran/GNUmakefile
@@ -171,8 +171,8 @@ $(PICLIB)(%_data.o) : $(WCSLIB)(%_data.o)
        -@ echo ''
           $(FC) $(FFLAGS) -c $<
 
-%.fits : ../C/test/%.keyrec tofits
-          ./tofits < $< > $@
+%.fits : ../C/test/%.keyrec ../utils/tofits
+          ../utils/tofits < $< > $@
 
 run_% : %
        -@ echo ''
@@ -317,7 +317,7 @@ cleaner : clean
        -  $(RM) .gdb_history
        -  $(RM) $(TEST_N)
        -  $(RM) $(TEST_P) tpih2 twcstab
-       -  $(RM) tofits fitshdr.fits pih.fits TPV7.fits test_results
+       -  $(RM) fitshdr.fits pih.fits TPV7.fits test_results
 
 cleanest distclean realclean : cleaner
        -  $(RM) $(WCSLIB) $(PICLIB) $(SHRLIB)
@@ -361,7 +361,7 @@ $(PGSBOXLIB) :
        -@ echo ''
           $(MAKE) -C ../pgsbox lib
 
-tofits : ../C/test/tofits.c
+../utils/tofits : ../utils/tofits.c
           $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
 
 ../C/wcstab.fits : ;
-- 
2.33.1

++++++ wcslib-7.6.tar.bz2 -> wcslib-7.7.tar.bz2 ++++++
++++ 19420 lines of diff (skipped)

Reply via email to