Hello community,

here is the log from the commit of package libva-vdpau-driver for 
openSUSE:Factory checked in at 2020-08-29 20:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libva-vdpau-driver (Old)
 and      /work/SRC/openSUSE:Factory/.libva-vdpau-driver.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva-vdpau-driver"

Sat Aug 29 20:43:01 2020 rev:7 rq:830257 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva-vdpau-driver/libva-vdpau-driver.changes    
2020-06-04 17:53:57.504544349 +0200
+++ 
/work/SRC/openSUSE:Factory/.libva-vdpau-driver.new.3399/libva-vdpau-driver.changes
  2020-08-29 20:43:05.525483747 +0200
@@ -1,0 +2,6 @@
+Fri Aug 28 10:39:37 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- moved profiles for setting env variables LIBVA_DRIVER_NAME and
+  VDPAU_DRIVER to /usr/etc/profiles.d on TW (boo#1173036)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libva-vdpau-driver.spec ++++++
--- /var/tmp/diff_new_pack.bU7Uo8/_old  2020-08-29 20:43:06.121483996 +0200
+++ /var/tmp/diff_new_pack.bU7Uo8/_new  2020-08-29 20:43:06.125483998 +0200
@@ -70,13 +70,24 @@
 %install
 make install DESTDIR=%{buildroot} %{?_smp_mflags}
 find %{buildroot} -name '*.la' -delete
+%if 0%{?suse_version} >= 1550
+mkdir -p %{buildroot}%{_distconfdir}/profile.d
+install -Dm 0644 %{name}.sh %{buildroot}%{_distconfdir}/profile.d/%{name}.sh
+install -Dm 0644 %{name}.csh %{buildroot}%{_distconfdir}/profile.d/%{name}.csh
+%else
 install -Dm 0644 %{name}.sh %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
 install -Dm 0644 %{name}.csh %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh
+%endif
 
 %files
 %doc README COPYING AUTHORS NEWS
 %dir %{_libdir}/dri
 %{_libdir}/dri/*.so
+%if 0%{?suse_version} >= 1550
+%dir %{_distconfdir}/profile.d
+%config %{_distconfdir}/profile.d/%{name}.*sh
+%else
 %config %{_sysconfdir}/profile.d/%{name}.*sh
+%endif
 
 %changelog


Reply via email to