Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2012-07-09 13:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdrm (Old)
 and      /work/SRC/openSUSE:Factory/.libdrm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdrm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes    2012-07-02 
11:50:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes       2012-07-09 
13:29:44.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul  5 12:35:11 UTC 2012 - [email protected]
+
+- build omap support only on %arm platform
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdrm.spec ++++++
--- /var/tmp/diff_new_pack.X4ANYt/_old  2012-07-09 13:29:45.000000000 +0200
+++ /var/tmp/diff_new_pack.X4ANYt/_new  2012-07-09 13:29:45.000000000 +0200
@@ -142,13 +142,14 @@
 %description -n libkms1
 The KMS Memory Management abstraction library.
 
+%ifarch %arm
 %package -n libdrm_omap1
 Summary:        Userspace interface to kernel DRM services for omap chips
 Group:          System/Libraries
 
 %description -n libdrm_omap1
 (Upstream has not provided a description)
-
+%endif
 
 %prep
 %setup -q
@@ -157,7 +158,11 @@
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev --enable-omap-experimental-api
+%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api \
+%ifarch %arm
+          --enable-omap-experimental-api \
+%endif
+          --enable-udev
 make %{?_smp_mflags}
 make %{?_smp_mflags} -C tests dristat drmstat
 
@@ -196,9 +201,11 @@
 
 %postun -n libkms1 -p /sbin/ldconfig
 
+%ifarch %arm
 %post   -n libdrm_omap1 -p /sbin/ldconfig
 
 %postun -n libdrm_omap1 -p /sbin/ldconfig
+%endif
 
 %files tools
 %defattr(-,root,root)
@@ -211,7 +218,9 @@
 %defattr(-,root,root)
 %_includedir/libdrm
 %_includedir/nouveau
+%ifarch %arm
 %_includedir/omap
+%endif
 %_includedir/xf86drm.h
 %_includedir/xf86drmMode.h
 %_libdir/libdrm*.so
@@ -246,8 +255,10 @@
 %_libdir/libkms.so
 %_libdir/pkgconfig/libkms.pc
 
+%ifarch %arm
 %files -n libdrm_omap1
 %defattr(-,root,root)
 %_libdir/libdrm_omap.so.1*
+%endif
 
 %changelog

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

Reply via email to