Hello community,

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

Package is "zimg"

Fri Sep 25 16:21:39 2020 rev:36 rq:836326 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/zimg/zimg.changes        2020-03-19 
19:50:36.432194774 +0100
+++ /work/SRC/openSUSE:Factory/.zimg.new.4249/zimg.changes      2020-09-25 
16:22:07.915390850 +0200
@@ -1,0 +2,25 @@
+Thu Sep 10 17:43:22 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 3.0.1:
+  * graph: fix handling of default nominal_peak_luminance (introduced in 3.0) 
+
+-------------------------------------------------------------------
+Wed Aug  5 00:53:05 UTC 2020 - Mia Herkt <[email protected]>
+
+- Update to version 3.0 (API 2.4):
+  * api: support alpha channel as the fourth plane
+  * colorspace: accept UNSPECIFIED transfer characteristics in
+    more situations
+  * colorspace: fix conversion from ICtCp to ARIB STD-B67
+  * depth: fix out of bounds access in SSE2 ordered dither
+  * graph: rewrite for alpha channel support
+  * resize: fix incorrect rounding when calculating pixel
+    coordinates
+  * resize: AVX-512 VNNI code paths
+  * arm: NEON/ASIMD code paths
+- Drop patches:
+  * update-matrix3.cpp.patch
+  * colorspace-fix-assertion.patch
+  * colorspace-fix-assertion-part2.patch
+
+-------------------------------------------------------------------

Old:
----
  colorspace-fix-assertion-part2.patch
  colorspace-fix-assertion.patch
  update-matrix3.cpp.patch
  zimg-2.9.3.obscpio

New:
----
  zimg-3.0.1.obscpio

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

Other differences:
------------------
++++++ zimg.spec ++++++
--- /var/tmp/diff_new_pack.W9TJO4/_old  2020-09-25 16:22:10.743393353 +0200
+++ /var/tmp/diff_new_pack.W9TJO4/_new  2020-09-25 16:22:10.747393357 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zimg
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define         sover 2
 Name:           zimg
-Version:        2.9.3
+Version:        3.0.1
 Release:        0
 Summary:        Scaling, colorspace conversion, and dithering library
 License:        WTFPL
@@ -26,11 +26,9 @@
 URL:            https://github.com/sekrit-twc/zimg
 Source0:        zimg-%{version}.tar.xz
 Source99:       baselibs.conf
-Patch0:         update-matrix3.cpp.patch
-Patch1:         colorspace-fix-assertion.patch
-Patch2:         colorspace-fix-assertion-part2.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -58,38 +56,34 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fiv
 # do not enable tests here — they make zimg slower and the install
 # rule is broken
 %configure \
-  %ifarch x86_64 %{ix86}
-  --enable-x86simd \
-  %endif
+%ifarch armv7l
+  --disable-simd \
+%endif
   --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 rm -rf %{buildroot}%{_datadir}/doc/zimg
 find %{buildroot} -type f -name "*.la" -delete -print
 
-# test suite is broken on other platforms, upstream informed
-%ifarch x86_64
+%ifnarch ppc64 ppc64le
 %check
-make clean
+%make_build clean
 %configure \
-  %ifarch x86_64 %{ix86}
-  --enable-x86simd \
-  %endif
+%ifarch armv7l
+  --disable-simd \
+%endif
   --disable-static \
   --enable-unit-test
-make %{?_smp_mflags} V=1
-make %{?_smp_mflags} V=1 test/unit_test
+%make_build
+%make_build test/unit_test
 test/unit_test
 %endif
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.W9TJO4/_old  2020-09-25 16:22:10.803393407 +0200
+++ /var/tmp/diff_new_pack.W9TJO4/_new  2020-09-25 16:22:10.807393410 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">release([0-9\.]*)</param>
-    <param name="revision">release-2.9.3</param>
+    <param name="revision">release-3.0.1</param>
   </service>
   <service name="tar" mode="buildtime" />
   <service name="recompress" mode="buildtime">

++++++ zimg-2.9.3.obscpio -> zimg-3.0.1.obscpio ++++++
/work/SRC/openSUSE:Factory/zimg/zimg-2.9.3.obscpio 
/work/SRC/openSUSE:Factory/.zimg.new.4249/zimg-3.0.1.obscpio differ: char 48, 
line 1

++++++ zimg.obsinfo ++++++
--- /var/tmp/diff_new_pack.W9TJO4/_old  2020-09-25 16:22:10.871393467 +0200
+++ /var/tmp/diff_new_pack.W9TJO4/_new  2020-09-25 16:22:10.875393470 +0200
@@ -1,5 +1,5 @@
 name: zimg
-version: 2.9.3
-mtime: 1583124602
-commit: 527dd55fd5221bd223bf019456da215759073c6f
+version: 3.0.1
+mtime: 1598190477
+commit: e17ee6cf72509c32c15067b32615849e69486367
 


Reply via email to