Hello community,

here is the log from the commit of package xf86-video-qxl for openSUSE:Factory 
checked in at 2014-09-10 17:01:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-qxl (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-qxl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-qxl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-qxl/xf86-video-qxl.changes    
2014-09-01 16:58:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-qxl.new/xf86-video-qxl.changes       
2014-09-10 17:02:12.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 29 12:06:38 UTC 2014 - [email protected]
+
+- fix the use of build conditionals
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-video-qxl.spec ++++++
--- /var/tmp/diff_new_pack.eKDcr9/_old  2014-09-10 17:02:13.000000000 +0200
+++ /var/tmp/diff_new_pack.eKDcr9/_new  2014-09-10 17:02:13.000000000 +0200
@@ -20,7 +20,11 @@
 %ifarch x86_64
 %if %{suse_version} >= 1230
 %bcond_without xspice
+%else
+%bcond_with xspice
 %endif
+%else
+%bcond_with xspice
 %endif
 
 Name:           xf86-video-qxl
@@ -57,7 +61,7 @@
 %description
 qxl is an Xorg driver for QXL virtual GPU as found in the spice project.
 
-%if 0%{?with_xspice}
+%if %{with xspice}
 %package -n    xorg-x11-server-Xspice
 Summary:        XSpice is an X server that can be accessed by a Spice client
 Group:          System/X11/Servers/XF86_4
@@ -85,7 +89,7 @@
 
 %install
 %make_install
-%if 0%{?with_xspice}
+%if %{with xspice}
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11
 install -p -m 644 examples/spiceqxl.xorg.conf.example \
     $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
@@ -102,7 +106,7 @@
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/qxl_drv.so
 
-%if 0%{?with_xspice}
+%if %{with xspice}
 %files -n xorg-x11-server-Xspice
 %defattr(-,root,root)
 %doc COPYING README.xspice README examples/spiceqxl.xorg.conf.example

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to