Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory checked in at 2012-03-26 15:38:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-driver-video", Maintainer is "sndir...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes  
    2012-03-20 17:48:34.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes
 2012-03-26 15:38:14.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 25 01:57:35 UTC 2012 - jeng...@medozas.de
+
+- Parallel build with %_smp_mflags; strip redundant spec sections
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xorg-x11-driver-video.spec ++++++
--- /var/tmp/diff_new_pack.w3Vqa0/_old  2012-03-26 15:38:17.000000000 +0200
+++ /var/tmp/diff_new_pack.w3Vqa0/_new  2012-03-26 15:38:17.000000000 +0200
@@ -16,6 +16,7 @@
 #
 
 
+#
 %define broken_kms_blacklist 0
 
 Name:           xorg-x11-driver-video
@@ -126,8 +127,8 @@
 
 %prep
 %setup -q -T -c %{name}
-for i in $RPM_SOURCE_DIR/xf86-video-*.tar.bz2; do tar xjf $i; done
-tar xjf %{SOURCE56}
+for i in $RPM_SOURCE_DIR/xf86-video-*.tar.bz2; do tar -xjf "$i"; done
+tar -xjf "%{SOURCE56}"
 # Geode LX/GX is x86 only
 %ifnarch %ix86
 rm -rf xf86-video-geode*
@@ -198,7 +199,7 @@
     esac
     test -f configure || autoreconf -fi
     %configure $CONFIG_OPTS CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-    %{__make} %{?jobs:-j%jobs}
+    make %{?_smp_mflags}
   popd
 done
 
@@ -211,9 +212,6 @@
 %endif
 tar xf $RPM_SOURCE_DIR/xorg-confd-snippets.tar.bz2 -C $RPM_BUILD_ROOT
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to