Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openapv for openSUSE:Factory checked in at 2025-11-14 16:13:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openapv (Old) and /work/SRC/openSUSE:Factory/.openapv.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openapv" Fri Nov 14 16:13:57 2025 rev:5 rq:1317643 version:0.2.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/openapv/openapv.changes 2025-09-16 18:20:41.092871658 +0200 +++ /work/SRC/openSUSE:Factory/.openapv.new.2061/openapv.changes 2025-11-14 16:14:28.048189662 +0100 @@ -1,0 +2,15 @@ +Tue Nov 11 11:11:11 UTC 2025 - [email protected] + +- devel package requires the library +- primary package requires the library +- source requires at least gcc 8 + +------------------------------------------------------------------- +Tue Oct 7 11:41:32 UTC 2025 - Richard Rahl <[email protected]> + +- update to version 0.2.0.4: + * Support the setting color aspects (color-primaries, color-matrix, + color-transfer, and color-range) through encoder application arguments + * Update README + +------------------------------------------------------------------- Old: ---- openapv-0.2.0.3.tar.gz New: ---- openapv-0.2.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openapv.spec ++++++ --- /var/tmp/diff_new_pack.33MEuL/_old 2025-11-14 16:14:30.856307525 +0100 +++ /var/tmp/diff_new_pack.33MEuL/_new 2025-11-14 16:14:30.864307861 +0100 @@ -1,7 +1,7 @@ # # spec file for package openapv # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sover 2 %define sname oapv Name: openapv -Version: 0.2.0.3 +Version: 0.2.0.4 Release: 0 Summary: Open Advanced Professional Video Codec License: BSD-3-Clause @@ -27,7 +27,9 @@ Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: remove-opensuse-release-requirement.patch BuildRequires: cmake -BuildRequires: gcc +%if 0%{suse_version} < 1600 +BuildRequires: gcc13 +%endif ExcludeArch: %{ix86} %description @@ -54,6 +56,7 @@ %package devel Summary: Development files for %{name} +Requires: lib%{sname}%{sover} = %{version}-%{release} %description devel %{summary}. @@ -68,8 +71,9 @@ %autosetup -p1 %build -cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B build -cmake --build build +test -x "$(type -p gcc-13)" && export CC="$_" +%cmake +%cmake_build %install %cmake_install ++++++ openapv-0.2.0.3.tar.gz -> openapv-0.2.0.4.tar.gz ++++++ /work/SRC/openSUSE:Factory/openapv/openapv-0.2.0.3.tar.gz /work/SRC/openSUSE:Factory/.openapv.new.2061/openapv-0.2.0.4.tar.gz differ: char 13, line 1
