Hello community, here is the log from the commit of package libvdpau-va-gl for openSUSE:Factory checked in at 2020-08-29 20:43:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvdpau-va-gl (Old) and /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvdpau-va-gl" Sat Aug 29 20:43:04 2020 rev:9 rq:830259 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libvdpau-va-gl/libvdpau-va-gl.changes 2016-11-16 13:32:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new.3399/libvdpau-va-gl.changes 2020-08-29 20:43:09.869485561 +0200 @@ -1,0 +2,6 @@ +Fri Aug 28 10:50:59 UTC 2020 - Stefan Dirsch <[email protected]> + +- moved profiles for setting env variable VDPAU_DRIVER to + /usr/etc/profiles.d on TW (boo#1173040) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvdpau-va-gl.spec ++++++ --- /var/tmp/diff_new_pack.4x5wdT/_old 2020-08-29 20:43:10.405485786 +0200 +++ /var/tmp/diff_new_pack.4x5wdT/_new 2020-08-29 20:43:10.405485786 +0200 @@ -1,7 +1,7 @@ # # spec file for package libvdpau-va-gl # -# Copyright (c) 2016 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 @@ -12,7 +12,7 @@ # 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/ # @@ -22,9 +22,9 @@ Version: 0.4.2 Release: 0 Summary: VDPAU driver with OpenGL/VAAPI backend -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries -Url: https://github.com/i-rinat/libvdpau-va-gl +URL: https://github.com/i-rinat/libvdpau-va-gl Source: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf BuildRequires: cmake @@ -96,13 +96,24 @@ %install %cmake_install +%if 0%{?suse_version} >= 1550 +mkdir -p %{buildroot}%{_distconfdir}/profile.d +install -Dpm 0644 %{name}.sh %{buildroot}%{_distconfdir}/profile.d/%{name}.sh +install -Dpm 0644 %{name}.csh %{buildroot}%{_distconfdir}/profile.d/%{name}.csh +%else install -Dpm 0644 %{name}.sh %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh install -Dpm 0644 %{name}.csh %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh +%endif %files -n %{soname}%{sover} %defattr(-,root,root) %doc ChangeLog LICENSE README.md +%if 0%{?suse_version} >= 1550 +%dir %{_distconfdir}/profile.d +%config %{_distconfdir}/profile.d/%{name}.*sh +%else %config %{_sysconfdir}/profile.d/%{name}.*sh +%endif %{_libdir}/vdpau/ %changelog
