Hello community,

here is the log from the commit of package OpenImageDenoise for 
openSUSE:Factory checked in at 2020-09-25 16:28:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenImageDenoise (Old)
 and      /work/SRC/openSUSE:Factory/.OpenImageDenoise.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenImageDenoise"

Fri Sep 25 16:28:07 2020 rev:4 rq:830276 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenImageDenoise/OpenImageDenoise.changes        
2020-01-16 18:23:14.917042411 +0100
+++ 
/work/SRC/openSUSE:Factory/.OpenImageDenoise.new.4249/OpenImageDenoise.changes  
    2020-09-25 16:30:00.407809126 +0200
@@ -1,0 +2,27 @@
+Fri Aug 28 08:41:21 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 1.2.2:
+  * Fixed unhandled exception when canceling filter execution from the
+    progress monitor callback function
+  * Fixed tiling artifacts when in-place denoising (using one of the input
+  * Fixed ghosting/color bleeding artifacts in black regions when using
+  * Fixed error when building as a static library (`OIDN_STATIC_LIB` option)
+  * Fixed compile error for ISPC 1.13 and later
+  * Fixed minor TBB detection issues
+  * Fixed crash on pre-SSE4 CPUs when using some recent compilers (e.g. GCC 10)
+  * Link C/C++ runtime library dynamically on Windows too by default
+  * Renamed example apps (`oidnDenoise`, `oidnTest`)
+  * Added benchmark app (`oidnBenchmark`)
+  * Fixed random data augmentation seeding in training
+  * Fixed training warning with PyTorch 1.5 and later
+  * Added neural network training code
+  * Added support for specifying user-trained models at runtime
+  * Slightly improved denoising quality
+  * Improved denoising speed by about 7-38% (mostly depending on the compiler)
+  * Added `OIDN_STATIC_RUNTIME` CMake option (for Windows only)
+  * Added support for OpenImageIO to the example apps (disabled by default)
+  * Added check for minimum supported TBB version
+  * Find debug versions of TBB
+  * Added testing
+   
+-------------------------------------------------------------------

Old:
----
  oidn-1.1.0.src.tar.gz

New:
----
  oidn-1.2.2.src.tar.gz

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

Other differences:
------------------
++++++ OpenImageDenoise.spec ++++++
--- /var/tmp/diff_new_pack.M2gSTV/_old  2020-09-25 16:30:02.495810975 +0200
+++ /var/tmp/diff_new_pack.M2gSTV/_new  2020-09-25 16:30:02.499810978 +0200
@@ -21,7 +21,7 @@
 %define libname lib%{name}%{sover}
 %define pkgname oidn
 Name:           OpenImageDenoise
-Version:        1.1.0
+Version:        1.2.2
 Release:        0
 Summary:        Open Image Denoise library
 License:        Apache-2.0
@@ -30,6 +30,7 @@
 Source:         
https://github.com/%{name}/%{pkgname}/releases/download/v%{version}/%{pkgname}-%{version}.src.tar.gz
 BuildRequires:  cmake >= 2.8.6
 BuildRequires:  gcc-c++
+BuildRequires:  ispc
 BuildRequires:  tbb-devel
 ExclusiveArch:  x86_64
 
@@ -71,7 +72,7 @@
 
 %files
 %license LICENSE.txt
-%{_bindir}/denoise
+%{_bindir}/oidn*
 
 %files -n %{libname}
 %license LICENSE.txt

++++++ oidn-1.1.0.src.tar.gz -> oidn-1.2.2.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/OpenImageDenoise/oidn-1.1.0.src.tar.gz 
/work/SRC/openSUSE:Factory/.OpenImageDenoise.new.4249/oidn-1.2.2.src.tar.gz 
differ: char 5, line 1


Reply via email to