Hello community, here is the log from the commit of package zimg for openSUSE:Factory checked in at 2019-08-27 10:15:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zimg (Old) and /work/SRC/openSUSE:Factory/.zimg.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zimg" Tue Aug 27 10:15:06 2019 rev:32 rq:725347 version:2.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/zimg/zimg.changes 2019-06-22 11:03:46.891774143 +0200 +++ /work/SRC/openSUSE:Factory/.zimg.new.7948/zimg.changes 2019-08-27 10:15:13.595964182 +0200 @@ -1,0 +2,12 @@ +Fri Aug 2 02:43:17 UTC 2019 - Martin Herkt <[email protected]> + +- Switch to git checkout (GitHub tarbals lack required submodules) +- Build unit tests separately as they impact the build result and + produce a broken install rule +- Update to version 2.9.2: + * colorspace: fix crash on invalid conversion from unspec to + real primaries + * x86: additional optimizations for AMD Piledriver + * x86: optimizations for AMD Zen2 processors + +------------------------------------------------------------------- Old: ---- release-2.9.1.tar.gz New: ---- _service zimg-2.9.2.obscpio zimg.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zimg.spec ++++++ --- /var/tmp/diff_new_pack.4FuwHp/_old 2019-08-27 10:15:14.759964105 +0200 +++ /var/tmp/diff_new_pack.4FuwHp/_new 2019-08-27 10:15:14.763964105 +0200 @@ -1,7 +1,7 @@ # # spec file for package zimg # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sover 2 Name: zimg -Version: 2.9.1 +Version: 2.9.2 Release: 0 Summary: Scaling, colorspace conversion, and dithering library License: WTFPL Group: Development/Libraries/C and C++ URL: https://github.com/sekrit-twc/zimg -Source0: https://github.com/sekrit-twc/zimg/archive/release-%{version}.tar.gz +Source0: zimg-%{version}.tar.xz Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake @@ -54,10 +54,12 @@ developing applications that use libzimg%{sover}. %prep -%setup -q -n zimg-release-%{version} +%setup -q %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 \ @@ -70,6 +72,21 @@ 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 +%check +make clean +%configure \ + %ifarch x86_64 %{ix86} + --enable-x86simd \ + %endif + --disable-static \ + --enable-unit-test +make %{?_smp_mflags} V=1 +make %{?_smp_mflags} V=1 test/unit_test +test/unit_test +%endif + %post -n libzimg%{sover} -p /sbin/ldconfig %postun -n libzimg%{sover} -p /sbin/ldconfig ++++++ _service ++++++ <services> <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/sekrit-twc/zimg.git</param> <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.2</param> </service> <service name="tar" mode="buildtime" /> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ zimg.obsinfo ++++++ name: zimg version: 2.9.2 mtime: 1564070386 commit: 1ea31d1588d7ac919a51ed7c98cd96b3898665ff
