Hello community, here is the log from the commit of package vips for openSUSE:Factory checked in at 2020-08-20 22:34:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vips (Old) and /work/SRC/openSUSE:Factory/.vips.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vips" Thu Aug 20 22:34:52 2020 rev:36 rq:828251 version:8.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vips/vips.changes 2020-05-12 22:37:11.540477940 +0200 +++ /work/SRC/openSUSE:Factory/.vips.new.3399/vips.changes 2020-08-20 22:35:04.944156815 +0200 @@ -1,0 +2,48 @@ +Sat Aug 15 14:43:49 UTC 2020 - Dirk Mueller <[email protected]> + +- update to vips 8.10.0: + - more conformat IIIF output from dzsave [regisrob] + - add @id to dzsave to set IIIF id property [regisrob] + - add max and min to region shrink [rgluskin] + - allow \ as an escape character in vips_break_token() [akemrir] + - tiffsave has a "depth" param to set max pyr depth + - libtiff LOGLUV images load and save as libvips XYZ + - add gifload_source, csvload_source, csvsave_target, matrixload_source, + matrixsave_source, pdfload_source, heifload_source, heifsave_target, + ppmload_source, ppmsave_target + - revise vipsthumbnail flags + - add VIPS_LEAK env var + - add vips_pipe_read_limit_set(), --vips-pipe-read-limit, + VIPS_PIPE_READ_LIMIT + - revise gifload to fix BACKGROUND and PREVIOUS dispose [alon-ne] + - add subsample_mode, deprecate no_subsample in jpegsave [Elad-Laufer] + - add vips_isdirf() + - add PAGENUMBER support to tiff write [jclavoie-jive] + - add "all" mode to smartcrop + - flood fill could stop half-way for some very complex shapes + - better handling of unaligned reads in multipage tiffs [petoor] + - mark old --delete option to vipsthumbnail as deprecated [UweOhse] + - png save with a bad ICC profile just gives a warning + - add "premultipled" option to vips_affine(), clarified vips_resize() + behaviour with alpha channels + - improve bioformats support with read and write of tiff subifd pyramids + - thumbnail exploits subifd pyramids + - handle all EXIF orientation cases, deprecate + vips_autorot_get_angle() [Elad-Laufer] + - load PNGs with libspng, if possible + - deprecate heifload autorotate -- it's now always on + - revised resize improves accuracy [kleisauke] + - add --vips-config flag to show configuration info + - add "bitdepth" param to tiff save, deprecate "squash" [MathemanFlo] + - tiff load and save now supports 2 and 4 bit data [MathemanFlo] + - pngsave @bitdepth parameter lets you write 1, 2 and 4 bit PNGs + - ppmsave also uses "bitdepth" now, for consistency + - reduce operation cache max to 100 + - rework the final bits of vips7 for vips8 [kleisauke] + - --disable-deprecated now works [kleisauke] + - vipsheader allows "stdin" as a filename + - gifload allows gifs with images outside the canvas + - wasm compatibility patches [kleisauke] + - webpsave has a @profile param + +------------------------------------------------------------------- Old: ---- vips-8.9.2.tar.gz New: ---- vips-8.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vips.spec ++++++ --- /var/tmp/diff_new_pack.BbLDpS/_old 2020-08-20 22:35:06.188157397 +0200 +++ /var/tmp/diff_new_pack.BbLDpS/_new 2020-08-20 22:35:06.192157398 +0200 @@ -19,11 +19,11 @@ %define _typelibdir %(pkg-config --variable=typelibdir gobject-introspection-1.0) %define _girdir %(pkg-config --variable=girdir gobject-introspection-1.0) %define libname lib%{name} -%define short_version 8.9 -%define short_version_ 8_9 +%define short_version 8.10 +%define short_version_ 8_10 %define somajor 42 Name: vips -Version: 8.9.2 +Version: 8.10.0 Release: 0 Summary: C/C++ library for processing large images License: LGPL-2.1-only ++++++ vips-8.9.2.tar.gz -> vips-8.10.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/vips/vips-8.9.2.tar.gz /work/SRC/openSUSE:Factory/.vips.new.3399/vips-8.10.0.tar.gz differ: char 12, line 1 ++++++ vips-8.4.2_libexif-header.patch ++++++ --- /var/tmp/diff_new_pack.BbLDpS/_old 2020-08-20 22:35:06.236157419 +0200 +++ /var/tmp/diff_new_pack.BbLDpS/_new 2020-08-20 22:35:06.240157421 +0200 @@ -1,7 +1,8 @@ -diff -ruN libvips-8.4.2.orig/configure.ac libvips-8.4.2/configure.ac ---- libvips-8.4.2.orig/configure.ac 2016-10-12 19:43:25.000000000 +0300 -+++ libvips-8.4.2/configure.ac 2016-11-19 19:30:14.183632731 +0300 -@@ -925,8 +925,7 @@ +Index: vips-8.10.0/configure.ac +=================================================================== +--- vips-8.10.0.orig/configure.ac ++++ vips-8.10.0/configure.ac +@@ -1286,8 +1286,7 @@ if test x"$with_libexif" != x"no"; then # cppflags not cflags because we want the preproc to see the -I as well save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$EXIF_CFLAGS $CPPFLAGS" ++++++ vips-8.9.2-implicit-fortify-decl.patch ++++++ --- /var/tmp/diff_new_pack.BbLDpS/_old 2020-08-20 22:35:06.248157425 +0200 +++ /var/tmp/diff_new_pack.BbLDpS/_new 2020-08-20 22:35:06.248157425 +0200 @@ -1,12 +1,12 @@ -Index: vips-8.9.2/test/test_connections.c +Index: vips-8.10.0/test/test_connections.c =================================================================== ---- vips-8.9.2.orig/test/test_connections.c -+++ vips-8.9.2/test/test_connections.c +--- vips-8.10.0.orig/test/test_connections.c ++++ vips-8.10.0/test/test_connections.c @@ -4,6 +4,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> +#include <string.h> #include <unistd.h> + #include <string.h> #include <vips/vips.h> -
