Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2019-10-22 15:41:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-intel.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-intel"

Tue Oct 22 15:41:57 2019 rev:81 rq:741244 version:2.99.917+git8674.25c9a2fcc

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes        
2019-04-28 19:58:52.698955754 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-intel.new.2352/xf86-video-intel.changes  
    2019-10-22 15:42:09.453491864 +0200
@@ -1,0 +2,6 @@
+Fri Oct 18 17:37:10 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Guard valgrind BuildRequires with a bcond, defaulting to disabled
+  (upstream default), and actually enable it when requested.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.G1jINv/_old  2019-10-22 15:42:10.073492571 +0200
+++ /var/tmp/diff_new_pack.G1jINv/_new  2019-10-22 15:42:10.073492571 +0200
@@ -18,6 +18,7 @@
 
 %bcond_with glamor
 %bcond_with backlighthelper
+%bcond_with valgrind
 Name:           xf86-video-intel
 Version:        2.99.917+git8674.25c9a2fcc
 Release:        0
@@ -47,7 +48,9 @@
 BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)
+%if %{with valgrind}
 BuildRequires:  pkgconfig(valgrind)
+%endif
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xcb-aux)
@@ -113,7 +116,6 @@
 # No Provides, as we technically don't provide the binaries
 Obsoletes:      855resolution
 Obsoletes:      915resolution
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 %{x11_abi_videodrv_req}
 %if %{with glamor}
@@ -158,6 +160,9 @@
 %endif
        --enable-dri3 \
        --enable-uxa \
+%if %{with valgrind}
+       --enable-valgrind \
+%endif
        --with-default-dri=2
 
 make %{?_smp_mflags}
@@ -178,7 +183,8 @@
 %endif
 
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %ifarch %ix86
 %{_libdir}/libI810XvMC.so*
 %endif


Reply via email to