Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvpl for openSUSE:Factory checked in at 2022-07-11 19:09:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvpl (Old) and /work/SRC/openSUSE:Factory/.libvpl.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvpl" Mon Jul 11 19:09:52 2022 rev:4 rq:988343 version:2022.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libvpl/libvpl.changes 2021-11-03 17:26:29.881344840 +0100 +++ /work/SRC/openSUSE:Factory/.libvpl.new.1523/libvpl.changes 2022-07-11 19:11:14.907769888 +0200 @@ -1,0 +2,13 @@ +Mon Jul 11 09:40:17 UTC 2022 - Stefan Dirsch <[email protected]> + +- Update to version 2022.1.5 + * oneVPL 2022.1.0 has been updated to include functional and + security updates. + * part of oneVPL GPU Runtime 2022Q2 Release - 22.4.4 +- third-party-programs.txt issue has been fixed; license.txt removed + as well +- examples moved to /usr/share/vpl +- packaged new config scripts /usr/etc/modulefiles/vpl and + /usr/etc/vpl/vars.sh + +------------------------------------------------------------------- Old: ---- oneVPL-2021.6.0.tar.gz New: ---- oneVPL-2022.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvpl.spec ++++++ --- /var/tmp/diff_new_pack.e1iq29/_old 2022-07-11 19:11:15.415770625 +0200 +++ /var/tmp/diff_new_pack.e1iq29/_new 2022-07-11 19:11:15.419770630 +0200 @@ -1,7 +1,7 @@ # # spec file for package libvpl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,20 @@ # +%if 0%{?suse_version} < 1550 + %define _distconfdir %{_prefix}%{_sysconfdir} +%endif + %global sover 2 Name: libvpl %define lname libvpl%{sover} -Version: 2021.6.0 +Version: 2022.1.5 Release: 0 Summary: oneAPI Video Processing Library (oneVPL) dispatcher, tools, and examples License: MIT Group: Development/Languages/C and C++ URL: https://github.com/oneapi-src/oneVPL -Source0: oneVPL-2021.6.0.tar.gz +Source0: oneVPL-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -64,14 +68,6 @@ %prep %autosetup -p1 -n oneVPL-%{version} -# When not building on Windows using Visual Studio, the Visual -# Studio runtimes are not needed to be installed so we can remove -# these licenses from being mentioned. On Linux we're using -# cmake/make/gcc for building/installation and we don't have any -# (need for) MS Visual Studio runtime. (oneapi-src/oneVPL issue#27) -# --> https://github.com/oneapi-src/oneVPL/issues/27 -rm third-party-programs.txt -touch third-party-programs.txt %build mkdir -p build @@ -84,7 +80,6 @@ pushd build %make_install popd -rm %{buildroot}%{_datadir}/doc/oneVPL/{license.txt,third-party-programs.txt} %post -n %lname -p /sbin/ldconfig @@ -95,6 +90,11 @@ %files -n %lname %license LICENSE +%dir %{_distconfdir} +%dir %{_distconfdir}/modulefiles +%dir %{_distconfdir}/vpl +%{_distconfdir}/modulefiles/vpl +%{_distconfdir}/vpl/vars.sh %{_libdir}/libvpl.so.%{sover} %{_libdir}/libvpl.so.%{sover}.* @@ -107,6 +107,6 @@ %{_libdir}/libvpl.so %{_libdir}/pkgconfig/vpl.pc %{_libdir}/cmake/vpl/ -%{_datadir}/oneVPL/ +%{_datadir}/vpl/ %changelog ++++++ oneVPL-2021.6.0.tar.gz -> oneVPL-2022.1.5.tar.gz ++++++ ++++ 59418 lines of diff (skipped)
