Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2013-10-06 14:33:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-08-21 
10:31:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2013-10-06 
14:33:17.000000000 +0200
@@ -1,0 +2,39 @@
+Sat Oct  5 17:07:19 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 7.36.0
+  * added vips_matrixload() and vips_matrixsave(), load and save
+    vips mat format
+  * rename image arrays as image matrices ... INTERPRETATION_ARRAY ->
+    INTERPRETATION_MATRIX etc. 
+  * rewrite im_buildlut(), im_identity*(), im_maplut(),
+    im_falsecolour(), im_gammacorrect(), im_histgr(), im_histcum(),
+    im_histnorm(), im_heq(), im_histnD(), im_histindexed(),
+    im_histspec(), im_invertlut(), im_lhisteq(), im_stdif(),
+    im_project(), im_profile(), im_tone_build*(), im_mpercent*(),
+    im_ismonotonic() as classes
+  * vips_hist_local(), vips_stdif() do any number of bands
+  * thin vips8 wrapper for im_histplot()
+  * added vips_error_freeze() / vips_error_thaw()
+  * used freeze() / thaw() to stop file format sniffers logging
+    spurious errors
+  * vipsthumbnail uses embedded jpg thumbnails if it can 
+  * rename vips_diag() as vips_info(), add --vips-info flag
+  * deprecate im_hsp()
+  * added vips_webpload(), vips_webpload_buffer(), vips_webpsave(),
+    vips_webpsave_buffer(), vips_webpsave_mime()
+  * tiff reader allows separate planes for strip read
+  * tiff reader and writer allow many more formats,
+    eg. 32-bit int, complex, etc. 
+  * tiff reader and writer allow any number of bands
+  * added vips_image_new_matrixv()
+  * dzsave basename param now called filename, so you can use .dz
+    as a destination (basename is still there but deprecated)
+  * new _UNBUFFERED sequential mode saves memory in some important cases
+  * vips_conv() is a simple wrapper over the old convolution functions
+  * new optimize_coding param for jpeg write produces optimal Huffman tables
+  * im_tone_map() and im_tone_analyse() deprecated
+  * new --band arg to vips_maplut() replaces im_tone_map() functionality
+  * added vips_similarity(), simple wrapper for vips_affine() that lets you
+    give a scale and rotate
+
+-------------------------------------------------------------------

Old:
----
  vips-7.34.2.tar.gz

New:
----
  vips-7.36.0.tar.gz

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

Other differences:
------------------
++++++ vips.spec ++++++
--- /var/tmp/diff_new_pack.XltGuE/_old  2013-10-06 14:33:31.000000000 +0200
+++ /var/tmp/diff_new_pack.XltGuE/_new  2013-10-06 14:33:31.000000000 +0200
@@ -20,9 +20,10 @@
 
 Name:           vips
 %define libname lib%{name}
-Version:        7.34.2
+Version:        7.36.0
 Release:        0
-%define somajor 31
+%define short_version 7.36
+%define somajor 35
 Summary:        C/C++ library for processing large images
 License:        LGPL-2.1
 Group:          System/Libraries
@@ -120,7 +121,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%find_lang vips7.34
+%find_lang vips%{short_version}
 %fdupes %{buildroot}%{python_sitearch}/
 rm -rf %{buildroot}%{_datadir}/doc/vips
 
@@ -128,7 +129,7 @@
 
 %postun -n %{libname}%{somajor} -p /sbin/ldconfig
 
-%files -n %{libname}%{somajor} -f vips7.34.lang
+%files -n %{libname}%{somajor} -f vips%{short_version}.lang
 %defattr(-,root,root)
 %{_libdir}/*.so.%{somajor}*
 

++++++ vips-7.34.2.tar.gz -> vips-7.36.0.tar.gz ++++++
++++ 45986 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to