Hello community,

here is the log from the commit of package octave-forge-image for 
openSUSE:Factory checked in at 2018-07-28 12:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-image (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-image.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-image"

Sat Jul 28 12:40:15 2018 rev:5 rq:624035 version:2.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-image/octave-forge-image.changes    
2017-02-03 17:51:46.345355673 +0100
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-image.new/octave-forge-image.changes   
    2018-07-28 12:40:16.976411992 +0200
@@ -1,0 +2,45 @@
+Wed Jul 18 07:42:49 UTC 2018 - [email protected]
+
+- Update to version 2.8.0:
+  * The following functions are new: hough, imhmax, ntsc2rgb,
+    imextendedmax, imhmin, rgb2ntsc, imextendedmin, imimposemin,
+    viscircles, imfindcircles, imsharpen, wiener2.
+  * Octave version 4.0 is no longer supported.  This makes Octave
+    version 4.2.0 the minimum requirement.
+  * The functions ntsc2rgb and rgb2ntsc have been removed in Octave
+    core version 4.4 and are now part of the image package.  In a
+    similar manner, rgb2gray, which has always been part of the image
+    package, is part of Octave core version 4.4.  The versions in
+    the image package will only be installed if they are missing
+    from Octave to avoid shadowing the core functions.
+  * imcrop will now adjust the region to crop to the image
+    boundaries when the region to crop goes beyond the image
+    boundaries.
+  * ycbcr2rgb, rgb2ycbcr, and rgb2gray will return an image of
+    class single if the input was class single (they were previously
+    returning a double for such cases).
+  * The function imdither has been removed.  This function hadn't
+    work since Octave version 3.8.0 and would need to be
+    rewritten.  The function dither from Octave core should be
+    used instead but hasn't been implemented yet.  Instead of
+    rewriting imdither, the missing dither function should be
+    written.  See bug #41768.
+  * graythresh will now clip values outside the [0 1] range in
+    images of floating point class.  A side effect of this is that
+    it will no longer distinguish between an image of floating
+    point class that has only one one row or column, and an
+    histogram.  Breaks backwards compatibility if you were
+    previously relying on something like 'graythresh (img(:),
+    ...)' and img is of class single or double.
+  * Fix regionprops Perimeter when using a labelled image or a
+    bwconncomp structure, from connectivity different from 8.
+  * The functions ycbcr2rgb and rgb2ycbcr now support conversion
+    according to the BT.2020 standard.
+  * Other functions that have been changed for smaller bugfixes,
+    increased Matlab compatibility, or performance: bwperim,
+    imlincomb, imrotate, entropy, imreconstruct, normxcorr2,
+    graythresh, imregionalmax, phantom, imhist, imregionalmin,
+    rgb2gray.
+- Update (Build)Requires: octave >= 4.2.0 now required.
+
+-------------------------------------------------------------------

Old:
----
  image-2.6.1.tar.gz

New:
----
  image-2.8.0.tar.gz

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

Other differences:
------------------
++++++ octave-forge-image.spec ++++++
--- /var/tmp/diff_new_pack.Tc1kC8/_old  2018-07-28 12:40:17.512413022 +0200
+++ /var/tmp/diff_new_pack.Tc1kC8/_new  2018-07-28 12:40:17.512413022 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-image
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
 
 %define octpkg  image
 Name:           octave-forge-%{octpkg}
-Version:        2.6.1
+Version:        2.8.0
 Release:        0
 Summary:        Image Processing for Octave
-License:        GPL-3.0+ and BSD-2-Clause and MIT
+License:        GPL-3.0-or-later AND BSD-2-Clause AND MIT
 Group:          Productivity/Scientific/Math
 Url:            http://octave.sourceforge.net
 Source0:        
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  hdf5-devel
-BuildRequires:  octave-devel
-Requires:       octave-cli >= 4.0.0
+BuildRequires:  octave-devel >= 4.2.0
+Requires:       octave-cli >= 4.2.0
 
 %description
 Functions for processing images. The package also provides functions

++++++ image-2.6.1.tar.gz -> image-2.8.0.tar.gz ++++++
++++ 6080 lines of diff (skipped)


Reply via email to