Hello community,

here is the log from the commit of package cfitsio for openSUSE:Factory checked 
in at 2018-04-20 17:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cfitsio (Old)
 and      /work/SRC/openSUSE:Factory/.cfitsio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cfitsio"

Fri Apr 20 17:29:13 2018 rev:17 rq:597599 version:3.440

Changes:
--------
--- /work/SRC/openSUSE:Factory/cfitsio/cfitsio.changes  2018-04-13 
12:50:54.477079147 +0200
+++ /work/SRC/openSUSE:Factory/.cfitsio.new/cfitsio.changes     2018-04-20 
17:30:59.267236570 +0200
@@ -1,0 +2,25 @@
+Mon Apr 16 19:19:15 UTC 2018 - asterios.dra...@gmail.com
+
+- Update to version 3.440:
+  * This release primarily patches security vulnerabilities.  We
+    strongly encourage this upgrade, particularly for those running
+    CFITSIO in web accessible applications.
+  * Enhancement to 'template' and 'colfilter' functionality.  It is
+    now possible to delete multiple keywords using wildcard syntax.
+    See "Column and Keyword Filtering Specification" section of
+    manual for details.
+  * histo.c uses double precision internally for all floating point
+    binning; new double-precision subroutines fits_calc_binningd(),
+    fits_rebin_wcsd(), and fits_make_histd(); existing
+    single-precision histogram functions still work but convert
+    values to double-precision internally.
+  * new subroutine fits_copy_cols() / ffccls() to copy multiple
+    columns
+  * Fix in imcompress.c for HCOMPRESS and PLIO compression of
+    unsigned short integers.
+  * Fix to fits_insert_card(ffikey).  It had wrongly been
+    capitalizing letters that appeared before an '=' sign on a
+    CONTINUE line.
+- Rebased cfitsio-zlib.patch to apply cleanly.
+
+-------------------------------------------------------------------

Old:
----
  cfitsio3430.tar.gz

New:
----
  cfitsio3440.tar.gz

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

Other differences:
------------------
++++++ cfitsio.spec ++++++
--- /var/tmp/diff_new_pack.mZEaFo/_old  2018-04-20 17:31:00.387195958 +0200
+++ /var/tmp/diff_new_pack.mZEaFo/_new  2018-04-20 17:31:00.391195813 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define tar_ver 3430
-%define so_ver 5
+%define tar_ver 3440
+%define so_ver 6
 Name:           cfitsio
-Version:        3.430
+Version:        3.440
 Release:        0
 Summary:        Library for manipulating FITS data files
 License:        ISC

++++++ cfitsio-zlib.patch ++++++
--- /var/tmp/diff_new_pack.mZEaFo/_old  2018-04-20 17:31:00.427194508 +0200
+++ /var/tmp/diff_new_pack.mZEaFo/_new  2018-04-20 17:31:00.427194508 +0200
@@ -1,10 +1,15 @@
+---
+ Makefile.in      |    8 +++-----
+ zlib/zcompress.c |    2 +-
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
 Index: cfitsio/Makefile.in
 ===================================================================
 --- cfitsio.orig/Makefile.in
 +++ cfitsio/Makefile.in
-@@ -68,9 +68,7 @@ CORE_SOURCES =       buffers.c cfileio.c chec
+@@ -67,9 +67,7 @@ CORE_SOURCES =       buffers.c cfileio.c chec
                pliocomp.c fits_hcompress.c fits_hdecompress.c \
-               simplerng.c
+               simplerng.c @GSIFTP_SRC@
  
 -ZLIB_SOURCES =        zlib/adler32.c zlib/crc32.c zlib/deflate.c 
zlib/infback.c \
 -              zlib/inffast.c zlib/inflate.c zlib/inftrees.c zlib/trees.c \
@@ -13,7 +18,7 @@
  
  SOURCES = ${CORE_SOURCES} ${ZLIB_SOURCES} @F77_WRAPPERS@
  
-@@ -103,7 +101,7 @@ lib${PACKAGE}.a:   ${OBJECTS}
+@@ -102,7 +100,7 @@ lib${PACKAGE}.a:   ${OBJECTS}
  shared: lib${PACKAGE}${SHLIB_SUFFIX}
  
  lib${PACKAGE}${SHLIB_SUFFIX}: ${OBJECTS}
@@ -22,7 +27,7 @@
                @if [ "x${CFITSIO_SHLIB_SONAME}" != x ]; then \
                        ln -sf ${CFITSIO_SHLIB} ${CFITSIO_SHLIB_SONAME}; \
                        ln -sf ${CFITSIO_SHLIB_SONAME} $@; \
-@@ -143,7 +141,7 @@ smem:              smem.o lib${PACKAGE}.a ${OBJECTS}
+@@ -142,7 +140,7 @@ smem:              smem.o lib${PACKAGE}.a ${OBJECTS}
                ${CC} ${LDFLAGS_BIN} ${DEFS} -o $@ ${@}.o -L. -l${PACKAGE} -lm
  
  testprog:     testprog.o lib${PACKAGE}.a ${OBJECTS}

++++++ cfitsio3430.tar.gz -> cfitsio3440.tar.gz ++++++
++++ 20917 lines of diff (skipped)


Reply via email to