Hello community, here is the log from the commit of package vips for openSUSE:Factory checked in at 2015-10-28 17:31:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vips (Old) and /work/SRC/openSUSE:Factory/.vips.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vips" Changes: -------- --- /work/SRC/openSUSE:Factory/vips/vips.changes 2015-05-10 10:45:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes 2015-10-28 17:31:22.000000000 +0100 @@ -1,0 +2,26 @@ +Wed Oct 28 10:47:58 UTC 2015 - [email protected] + +- Update to version 8.1.1 + - add vips_premultiply(), vips_unpremultiply() + - change the alpha range rules for vips_flatten() to match vips_premultiply() + - vipsthumbnail uses vips_resize() rather than its own code + - vipsthumbnail uses vips_premultiply() for better alpha quality + - added bandand() bandor() bandeor() convenience funcs to Python + - oops, base64 encode could pad by up to two zero bytes + - added VipsRefString as a thing that gi bindings can unpack + - support "with Vips.Image as i:" in Python + - try to support DOS CSV and PPM files on linux + - add vips_byteswap(), remove byteswap option from vips_copy() + - add vips_bandfold()/vips_bandunfold() + - dzsave supports zip output > 4gb, thanks benjamin + - add support for HSV colourspace + - skip oversized markers in jpeg write + - jpeg exif tags saved as name rather than title + - can now set any jpeg exif tag, not just modify existing tags + - add vips_hist_entropy() + - vips_log(), vips_log10() are zero-avoiding + - better overlap handling for dzsave, thanks robclouth + - add @spacing option to vips_text() + - tiff loads and saves IPCT and Photoshop data + +------------------------------------------------------------------- Old: ---- vips-8.0.2.tar.gz New: ---- vips-8.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vips.spec ++++++ --- /var/tmp/diff_new_pack.zuMWy7/_old 2015-10-28 17:31:23.000000000 +0100 +++ /var/tmp/diff_new_pack.zuMWy7/_new 2015-10-28 17:31:23.000000000 +0100 @@ -18,10 +18,10 @@ Name: vips %define libname lib%{name} -Version: 8.0.2 +Version: 8.1.1 Release: 0 -%define short_version 8.0 -%define short_version_ 8_0 +%define short_version 8.1 +%define short_version_ 8_1 %define somajor 42 Summary: C/C++ library for processing large images License: LGPL-2.1 @@ -127,6 +127,8 @@ %prep %setup -q %patch1 -p1 +sed -i 's/8\.0/8\.1/' libvips/Makefile* +sed -i 's/8_0/8_1/' libvips/Makefile* %build autoreconf -fi ++++++ vips-8.0.2.tar.gz -> vips-8.1.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/vips/vips-8.0.2.tar.gz /work/SRC/openSUSE:Factory/.vips.new/vips-8.1.1.tar.gz differ: char 5, line 1
