Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2012-05-08 11:58:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-28 
14:13:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes       2012-05-08 
11:59:34.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Apr 12 11:30:32 UTC 2012 - [email protected]
+
+- Update to version 2.4.33:
+  + intel: add some PCI IDs for Haswell
+  + omap: add omapdrm support
+  + radeon: add TN surface support
+- Changes from version 2.4.32:
+  + Add valgrind support
+  + Make drm/drm_fourcc.h portable to non-linux platforms
+  + intel:
+    - Add support for (possibly) unsynchronized maps
+    - Add .aub file output support
+    - Add support for overriding the PCI ID via an environment
+      variable
+    - Add decode for gen7 3DSTATE_WM, HIER_DEPTH_BUFFER
+    - Add per-dword decode of gen7 3DPRIMITIVE
+  + radeon: fix pitch alignment for scanout buffer
+  + radeon_cs_setup_bo: Fix accounting if caller specified write
+    and read domains
+  + Build system improvements
+- Add pkgconfig(valgrind) BuildRequires to build valgrind support.
+
+-------------------------------------------------------------------

Old:
----
  libdrm-2.4.31.tar.bz2

New:
----
  libdrm-2.4.33.tar.bz2

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

Other differences:
------------------
++++++ libdrm.spec ++++++
--- /var/tmp/diff_new_pack.w198te/_old  2012-05-08 11:59:35.000000000 +0200
+++ /var/tmp/diff_new_pack.w198te/_new  2012-05-08 11:59:35.000000000 +0200
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libdrm
 Url:            http://dri.freedesktop.org/
-Version:        2.4.31
+Version:        2.4.33
 Release:        0
 Provides:       libdrm23 = %{version}
 Obsoletes:      libdrm23 < %{version}
@@ -33,8 +34,9 @@
 
 #Git-Clone:    git://anongit.freedesktop.org/git/mesa/drm
 #Git-Web:      http://cgit.freedesktop.org/mesa/drm/
-Source:         %{name}-%{version}.tar.bz2
+Source:         http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:    autoconf >= 2.63, automake >= 1.10
@@ -42,6 +44,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(pciaccess) >= 0.10
 BuildRequires:  pkgconfig(pthread-stubs)
+BuildRequires:  pkgconfig(valgrind)
 
 %description
 The package contains the userspace interface to the kernel DRM
@@ -61,7 +64,8 @@
 Summary:        Libraries, includes and more to develop libdrm applications
 Group:          Development/Libraries/X11
 Requires:       libdrm2 = %version
-Requires:       libdrm_nouveau1 = %version, libdrm_radeon1 = %version
+Requires:       libdrm_nouveau1 = %version
+Requires:       libdrm_radeon1 = %version
 %ifarch %ix86 x86_64
 Requires:       libdrm_intel1 = %version
 %endif
@@ -95,14 +99,12 @@
 typically used by graphics drivers such as the Mesa DRI and X
 drivers.
 
-%ifarch %ix86 x86_64
 %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
@@ -163,11 +165,9 @@
 
 %postun -n libdrm2 -p /sbin/ldconfig
 
-%ifarch %ix86 x86_64
 %post   -n libdrm_intel1 -p /sbin/ldconfig
 
 %postun -n libdrm_intel1 -p /sbin/ldconfig
-%endif
 
 %post   -n libdrm_nouveau1 -p /sbin/ldconfig
 
@@ -202,6 +202,7 @@
 %_libdir/libdrm.so.2*
 
 %ifarch %ix86 x86_64
+
 %files -n libdrm_intel1
 %defattr(-,root,root)
 %_libdir/libdrm_intel.so.1*

++++++ libdrm-2.4.31.tar.bz2 -> libdrm-2.4.33.tar.bz2 ++++++
++++ 22009 lines of diff (skipped)

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

Reply via email to