Hello community, here is the log from the commit of package cfitsio for openSUSE:Factory checked in at 2020-07-15 11:19:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cfitsio (Old) and /work/SRC/openSUSE:Factory/.cfitsio.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cfitsio" Wed Jul 15 11:19:04 2020 rev:20 rq:819076 version:3.480 Changes: -------- --- /work/SRC/openSUSE:Factory/cfitsio/cfitsio.changes 2019-10-07 13:42:24.120114415 +0200 +++ /work/SRC/openSUSE:Factory/.cfitsio.new.3060/cfitsio.changes 2020-07-15 11:21:39.585397020 +0200 @@ -1,0 +2,32 @@ +Mon Jul 6 13:36:45 UTC 2020 - Benjamin Greiner <[email protected]> + +- Update to version 3.480: + * Now can handle parentheses in path names rather than + automatically interpreting them as output file specifiers. + * Fixed bug in imcompress.c that wasn't properly handling + conversion between float and double types when reading from a + gzip compressed float or double image. + * Fixed bug that was preventing use of bracket and parentheses + symbols in pathnames when opening multiple READWRITE files, + even when requesting no-extended-syntax usage. *This fix + necessitates a library interface version number change. + * Fixed bug in ffmnhd / fits_movnam_hdu to properly handle + wildcard syntax. + * Fixed bug in fits_open_extlist to handle filename[EXT] syntax + properly. The hdutype parameter may now be null. More + documentaion for this function is in cfitsio.tex. + * Added new function fits_copy_hdutab to create a new table with + the same structure as an existing table. + * fits_copy_col / ffcpcl handles long long integer data types + more natively to prevent precision loss. + * histo.c routines now recognize integer columns that have been + scaled by TSCALn keywords and may be closer to floating point + type. + * Added backward compatibility for very old Rice compressed files + which were not using the ZVAL2 keyword in the way that later + became standard. + * Change made to cfitsio.pc.in to prevent forcing downstream + libraries to link against cfitsio's dependencies when using + pkgconfig. + +------------------------------------------------------------------- Old: ---- cfitsio-3.47.tar.gz New: ---- cfitsio-3.48.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cfitsio.spec ++++++ --- /var/tmp/diff_new_pack.hjw7qm/_old 2020-07-15 11:21:47.409404765 +0200 +++ /var/tmp/diff_new_pack.hjw7qm/_new 2020-07-15 11:21:47.409404765 +0200 @@ -1,7 +1,7 @@ # # spec file for package cfitsio # -# 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,14 +16,14 @@ # -%define tar_ver 3.47 -%define so_ver 8 +%define tar_ver 3.48 +%define so_ver 9 Name: cfitsio -Version: 3.470 +Version: 3.480 Release: 0 Summary: Library for manipulating FITS data files License: ISC -URL: https://heasarc.nasa.gov/fitsio/ +URL: https://heasarc.gsfc.nasa.gov/fitsio/ Source0: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/%{name}-%{tar_ver}.tar.gz # PATCH-FIX-OPENSUSE cfitsio-zlib.patch [email protected] -- Use system zlib, link programs to shared libcfitsio (based on patches from Fedora and Debian) Patch0: cfitsio-zlib.patch @@ -93,8 +93,7 @@ # so please drop them if they are not needed (in next round of updates) # Add include dir, multithreading support, zlib dependency sed -i 's|Cflags: -I${includedir}|Cflags: -D_REENTRANT -I${includedir} -I${includedir}/%{name}|' cfitsio.pc.in -sed -i 's|Libs: -L${libdir} -lcfitsio @LIBS@|Libs: -L${libdir} -lcfitsio|' cfitsio.pc.in -sed -i 's|Libs.private: -lm|Libs.private: @LIBS@ -lz -lm|' cfitsio.pc.in +sed -i 's|Libs.private: -lm @LIBS@|Libs.private: -lz -lm @LIBS@|' cfitsio.pc.in %configure --enable-reentrant make shared %{?_smp_mflags} ++++++ cfitsio-3.47.tar.gz -> cfitsio-3.48.tar.gz ++++++ ++++ 52448 lines of diff (skipped)
