Hello community,

here is the log from the commit of package libdrm for openSUSE:12.2 checked in 
at 2012-07-01 21:00:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/libdrm (Old)
 and      /work/SRC/openSUSE:12.2/.libdrm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:12.2/libdrm/libdrm.changes       2012-06-25 
15:43:50.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.libdrm.new/libdrm.changes  2012-07-02 
10:44:21.000000000 +0200
@@ -1,0 +2,27 @@
+Fri Jun 29 09:27:32 UTC 2012 - [email protected]
+
+- U_intel-add-Ivy-Bridge-GT2-server-variant.patch 
+  * intel: add Ivy Bridge GT2 server variant (bnc#769209)
+
+-------------------------------------------------------------------
+Wed Jun 27 20:04:08 UTC 2012 - [email protected]
+
+- enable omapdrm support 
+
+-------------------------------------------------------------------
+Tue May 29 09:47:00 UTC 2012 - [email protected]
+
+- back to libdrm 2.4.33, since 2.4.34 currentlz requires Mesa git
+  master changes for nouveau Mesa driver build
+
+-------------------------------------------------------------------
+Sat May 26 22:25:01 UTC 2012 - [email protected]
+
+- update to version 2.4.34, see NEWS for detail, here follows 
+  packaging changes only.
+  + nouveau.h was moved out from its subdirectory (upstream change)
+  + lidrm_nouveau version bumped to 2.
+  + remove obsolete configure options.
+  + Fix many more "implicit declarations" and "undefined references"
+
+-------------------------------------------------------------------

New:
----
  U_intel-add-Ivy-Bridge-GT2-server-variant.patch

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

Other differences:
------------------
++++++ libdrm.spec ++++++
--- /var/tmp/diff_new_pack.Q7ewQC/_old  2012-07-02 10:44:22.000000000 +0200
+++ /var/tmp/diff_new_pack.Q7ewQC/_new  2012-07-02 10:44:22.000000000 +0200
@@ -38,6 +38,7 @@
 Source2:        baselibs.conf
 # PATCH-FIX-UPSTREAM libdrm-implicit-defs.diff fdo#48599 -- Fix compiler 
warnings in tests/radeon/radeon_ttm.c
 Patch1:         libdrm-implicit-defs.diff
+Patch2:         U_intel-add-Ivy-Bridge-GT2-server-variant.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:    autoconf >= 2.63, automake >= 1.10
 BuildRequires:  libtool >= 2.2
@@ -66,6 +67,9 @@
 Requires:       libdrm2 = %version
 Requires:       libdrm_nouveau1 = %version
 Requires:       libdrm_radeon1 = %version
+%ifarch %arm
+Requires:       libdrm_omap1 = %version
+%endif
 %ifarch %ix86 x86_64
 Requires:       libdrm_intel1 = %version
 %endif
@@ -136,13 +140,22 @@
 %description -n libkms1
 The KMS Memory Management abstraction library.
 
+%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)
+
+
 %prep
 %setup -q
 %patch -P 1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev
+%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev --enable-omap-experimental-api
 make %{?_smp_mflags}
 make %{?_smp_mflags} -C tests dristat drmstat
 
@@ -181,6 +194,10 @@
 
 %postun -n libkms1 -p /sbin/ldconfig
 
+%post   -n libdrm_omap1 -p /sbin/ldconfig
+
+%postun -n libdrm_omap1 -p /sbin/ldconfig
+
 %files tools
 %defattr(-,root,root)
 %_bindir/dristat
@@ -192,6 +209,7 @@
 %defattr(-,root,root)
 %_includedir/libdrm
 %_includedir/nouveau
+%_includedir/omap
 %_includedir/xf86drm.h
 %_includedir/xf86drmMode.h
 %_libdir/libdrm*.so
@@ -226,4 +244,8 @@
 %_libdir/libkms.so
 %_libdir/pkgconfig/libkms.pc
 
+%files -n libdrm_omap1
+%defattr(-,root,root)
+%_libdir/libdrm_omap.so.1*
+
 %changelog

++++++ U_intel-add-Ivy-Bridge-GT2-server-variant.patch ++++++
>From e057a56448e2e785f74bc13dbd6ead8572ebed91 Mon Sep 17 00:00:00 2001
From: Eugeni Dodonov <[email protected]>
Date: Thu, 29 Mar 2012 21:03:29 -0300
Subject: [PATCH] intel: add Ivy Bridge GT2 server variant

We were missing this one and it is being used by Bromolow.

Signed-off-by: Eugeni Dodonov <[email protected]>
---
 intel/intel_chipset.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 435d01a..9c1abc8 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -44,6 +44,7 @@
 #define PCI_CHIP_IVYBRIDGE_M_GT1       0x0156 /* mobile */
 #define PCI_CHIP_IVYBRIDGE_M_GT2       0x0166
 #define PCI_CHIP_IVYBRIDGE_S           0x015a /* server */
+#define PCI_CHIP_IVYBRIDGE_S_GT2       0x016a /* server */
 
 #define PCI_CHIP_HASWELL_GT1            0x0402 /* Desktop */
 #define PCI_CHIP_HASWELL_GT2            0x0412
@@ -128,7 +129,8 @@
                                 dev == PCI_CHIP_IVYBRIDGE_GT2 || \
                                 dev == PCI_CHIP_IVYBRIDGE_M_GT1 || \
                                 dev == PCI_CHIP_IVYBRIDGE_M_GT2 || \
-                                dev == PCI_CHIP_IVYBRIDGE_S)
+                                dev == PCI_CHIP_IVYBRIDGE_S || \
+                                dev == PCI_CHIP_IVYBRIDGE_S_GT2)
 
 #define IS_HSW_GT1(devid)       (devid == PCI_CHIP_HASWELL_GT1 || \
                                  devid == PCI_CHIP_HASWELL_M_GT1)
-- 
1.7.3.4
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.Q7ewQC/_old  2012-07-02 10:44:22.000000000 +0200
+++ /var/tmp/diff_new_pack.Q7ewQC/_new  2012-07-02 10:44:22.000000000 +0200
@@ -1,12 +1,14 @@
 libdrm2
 libdrm_intel1
 libdrm_nouveau1
+libdrm_omap1
 libdrm_radeon1
 libdrm-devel
        requires -libdrm-<targettype>
        requires "libdrm2-<targettype> = <version>"
        requires "libdrm_intel1-<targettype> = <version>"
        requires "libdrm_nouveau1-<targettype> = <version>"
+       requires "libdrm_omap1-<targettype> = <version>"
        requires "libdrm_radeon1-<targettype> = <version>"
 libkms1
 libkms-devel

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

Reply via email to