Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2016-05-23 17:30:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-intel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes        
2016-05-17 17:13:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2016-05-23 17:30:02.000000000 +0200
@@ -16,0 +17,7 @@
+Thu May 12 08:33:07 UTC 2016 - [email protected]
+
+- Switch to bconds to enable and disable features now can overrride
+  localy with --with-bla
+- Use verbose build to detect the missing cflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.1rUUTr/_old  2016-05-23 17:30:03.000000000 +0200
+++ /var/tmp/diff_new_pack.1rUUTr/_new  2016-05-23 17:30:03.000000000 +0200
@@ -16,9 +16,8 @@
 #
 
 
-%define glamor 0
-%define backlighthelper 0
-
+%bcond_with glamor
+%bcond_with backlighthelper
 Name:           xf86-video-intel
 Version:        2.99.917.651_g34f63f2
 Release:        0
@@ -26,26 +25,19 @@
 License:        MIT
 Group:          System/X11/Servers/XF86_4
 Url:            http://x.org/wiki/IntelGraphicsDriver/
-
 #Git-Clone:    git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
 #Git-Web:      http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/
 # http://xorg.freedesktop.org/releases/individual/driver/
 Source0:        %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-
-%if %glamor
-Requires:       glamor
-%endif
-Recommends:     vaapi-intel-driver
-Recommends:     intel-gpu-tools
-BuildRequires:  Mesa-libGL-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dri2proto) >= 2.6
 BuildRequires:  pkgconfig(dri3proto)
 BuildRequires:  pkgconfig(fontsproto)
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.24
 BuildRequires:  pkgconfig(libdrm_intel) >= 2.4.29
 BuildRequires:  pkgconfig(libudev)
@@ -80,9 +72,8 @@
 BuildRequires:  pkgconfig(xshmfence)
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(xvmc)
-%if %glamor
-BuildRequires:  pkgconfig(glamor)
-%endif
+Recommends:     intel-gpu-tools
+Recommends:     vaapi-intel-driver
 Supplements:    modalias(xorg-x11-server:pci:v00008086d*sv*sd*bc03sc*i*)
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:      xorg-x11-driver-video <= 7.6
@@ -95,8 +86,11 @@
 Obsoletes:      915resolution
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
-
-%x11_abi_videodrv_req
+%{x11_abi_videodrv_req}
+%if %{with glamor}
+Requires:       glamor
+BuildRequires:  pkgconfig(glamor)
+%endif
 
 %description
 intel is an Xorg driver for Intel integrated video cards.
@@ -113,17 +107,18 @@
 %setup -q
 
 %build
-autoreconf -fi
+autoreconf -fvi
 %configure \
-%if %{backlighthelper}
+        --disable-silent-rules \
+%if %{with backlighthelper}
        --enable-backlight-helper \
 %else
        --disable-backlight-helper \
 %endif
-%ifnarch %{ix86}
+%ifnarch %ix86
        --enable-kms-only \
 %endif
-%if %glamor
+%if %{with glamor}
        --enable-glamor \
 %endif
        --enable-dri3 \
@@ -133,17 +128,15 @@
 make %{?_smp_mflags}
 
 %install
-
 %make_install
-
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%if %{backlighthelper}
+%defattr(-,root,root)
+%if %{with backlighthelper}
 %defattr(-,polkitd,polkitd)
 %dir %{_datadir}/polkit-1
 %dir %{_datadir}/polkit-1/actions
@@ -151,19 +144,17 @@
 
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
-%ifarch %{ix86}
+%ifarch %ix86
 %{_libdir}/libI810XvMC.so*
 %endif
 %{_libdir}/libIntelXvMC.so*
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/intel_drv.so
 %{_bindir}/intel-virtual-output
-
-%{_datadir}/man/man4/intel.4%{?ext_man}
-%{_datadir}/man/man4/intel-virtual-output.4%{?ext_man}
-
-%if %{backlighthelper}
-%_libexecdir/xf86-video-intel-backlight-helper
+%{_mandir}/man4/intel.4%{?ext_man}
+%{_mandir}/man4/intel-virtual-output.4%{?ext_man}
+%if %{with backlighthelper}
+%{_libexecdir}/xf86-video-intel-backlight-helper
 %{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy
 %endif
 


Reply via email to