Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2012-02-24 12:05:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-17 
12:01:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes       2012-02-24 
12:05:28.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 22 12:30:56 UTC 2012 - [email protected]
+
+- don't package libdrm-intel on ppc, ppc64. As there is not intel
+  cards 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdrm.spec ++++++
--- /var/tmp/diff_new_pack.44k1gJ/_old  2012-02-24 12:05:29.000000000 +0100
+++ /var/tmp/diff_new_pack.44k1gJ/_new  2012-02-24 12:05:29.000000000 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           libdrm
 Url:            http://dri.freedesktop.org/
 Version:        2.4.31
@@ -62,8 +61,11 @@
 %package devel
 Summary:        Libraries, includes and more to develop libdrm applications
 Group:          Development/Libraries/X11
-Requires:       libdrm2 = %version, libdrm_intel1 = %version
+Requires:       libdrm2 = %version
 Requires:       libdrm_nouveau1 = %version, libdrm_radeon1 = %version
+%ifnarch ppc ppc64
+Requires:       libdrm_intel1 = %version
+%endif
 # bug437293
 %ifarch ppc64
 Obsoletes:      libdrm-devel-64bit < %{version}
@@ -94,12 +96,14 @@
 typically used by graphics drivers such as the Mesa DRI and X
 drivers.
 
+%ifnarch ppc ppc64
 %package -n libdrm_intel1
 Summary:        Userspace interface for Kernel DRM services for Intel chips
 Group:          System/Libraries
 
 %description -n libdrm_intel1
 (Upstream has not provided a description)
+%endif
 
 %package -n libdrm_nouveau1
 Summary:        Userspace interface for Kernel DRM services for NVIDIA chips
@@ -160,9 +164,11 @@
 
 %postun -n libdrm2 -p /sbin/ldconfig
 
+%ifnarch ppc ppc64
 %post   -n libdrm_intel1 -p /sbin/ldconfig
 
 %postun -n libdrm_intel1 -p /sbin/ldconfig
+%endif
 
 %post   -n libdrm_nouveau1 -p /sbin/ldconfig
 
@@ -196,9 +202,11 @@
 %defattr(-,root,root)
 %_libdir/libdrm.so.2*
 
+%ifnarch ppc ppc64
 %files -n libdrm_intel1
 %defattr(-,root,root)
 %_libdir/libdrm_intel.so.1*
+%endif
 
 %files -n libdrm_nouveau1
 %defattr(-,root,root)

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

Reply via email to