Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2012-09-17 17:00:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09 
13:29:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes       2012-09-17 
17:00:18.000000000 +0200
@@ -1,0 +2,26 @@
+Fri Aug 24 21:10:18 UTC 2012 - [email protected]
+
+- Update to version 2.4.39:
+  + radeon: add prime import/export support
+  + intel: Use VG_CLEAR on the context destroy ioctl as well.
+  + radeon: fix allocation of MSAA surfaces on r600-r700
+  + radeon: align r600 msaa buffers to a multiple of macrotile size
+    * num samples  
+  + tests/modetest: Add a forgotten return, needed for opensuse buildservice
+  + omap: include omap_drm.h independently
+  
+-------------------------------------------------------------------
+Mon Aug 13 16:44:20 UTC 2012 - [email protected]
+
+- Update to version 2.4.38:
+  + Bugfix release
+
+-------------------------------------------------------------------
+Sun Jul 22 21:59:27 UTC 2012 - [email protected]
+
+- Update to version 2.4.37:
+  + Put the proper context APIs in place.
+- Add a patch to build 2.4.37 successfully!
+  + Added N_0001-Add-a-forgotten-return-needed-for-opensuse-buildserv.patch
+
+-------------------------------------------------------------------
@@ -4,0 +31,12 @@
+
+-------------------------------------------------------------------
+Tue Jul  3 18:36:20 UTC 2012 - [email protected]
+
+- Update to version 2.4.36:
+  + packaging changes:
+    - nouveau.h was moved out from its subdirectory (upstream change)
+    - lidrm_nouveau version bumped to 2
+    - Removed --enable-nouveau-experimental-api from configure
+      it is now stable and will build without it
+  + new in this release:
+    - Context API and wait render timeout API added to libdrm for Intel

Old:
----
  U_intel-add-Ivy-Bridge-GT2-server-variant.patch
  libdrm-2.4.33.tar.bz2

New:
----
  libdrm-2.4.39.tar.bz2

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

Other differences:
------------------
++++++ libdrm.spec ++++++
--- /var/tmp/diff_new_pack.SkyN7y/_old  2012-09-17 17:00:20.000000000 +0200
+++ /var/tmp/diff_new_pack.SkyN7y/_new  2012-09-17 17:00:20.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           libdrm
 Url:            http://dri.freedesktop.org/
-Version:        2.4.33
+Version:        2.4.39
 Release:        0
 Provides:       libdrm23 = %{version}
 Obsoletes:      libdrm23 < %{version}
@@ -38,9 +38,10 @@
 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:  autoconf >= 2.63
+BuildRequires:  automake >= 1.10
 BuildRequires:  libtool >= 2.2
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(pciaccess) >= 0.10
@@ -67,7 +68,7 @@
 Summary:        Libraries, includes and more to develop libdrm applications
 Group:          Development/Libraries/X11
 Requires:       libdrm2 = %version
-Requires:       libdrm_nouveau1 = %version
+Requires:       libdrm_nouveau2 = %version
 Requires:       libdrm_radeon1 = %version
 %ifarch %arm
 Requires:       libdrm_omap1 = %version
@@ -112,11 +113,11 @@
 %description -n libdrm_intel1
 (Upstream has not provided a description)
 
-%package -n libdrm_nouveau1
+%package -n libdrm_nouveau2
 Summary:        Userspace interface for Kernel DRM services for NVIDIA chips
 Group:          System/Libraries
 
-%description -n libdrm_nouveau1
+%description -n libdrm_nouveau2
 (Upstream has not provided a description)
 
 %package -n libdrm_radeon1
@@ -153,16 +154,17 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
-%patch2 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
-%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api \
+autoreconf -fi
+%configure --with-pic --enable-vmwgfx-experimental-api \
 %ifarch %arm
           --enable-omap-experimental-api \
 %endif
           --enable-udev
+
 make %{?_smp_mflags}
 make %{?_smp_mflags} -C tests dristat drmstat
 
@@ -189,9 +191,9 @@
 
 %postun -n libdrm_intel1 -p /sbin/ldconfig
 
-%post   -n libdrm_nouveau1 -p /sbin/ldconfig
+%post   -n libdrm_nouveau2 -p /sbin/ldconfig
 
-%postun -n libdrm_nouveau1 -p /sbin/ldconfig
+%postun -n libdrm_nouveau2 -p /sbin/ldconfig
 
 %post   -n libdrm_radeon1 -p /sbin/ldconfig
 
@@ -217,7 +219,6 @@
 %files devel
 %defattr(-,root,root)
 %_includedir/libdrm
-%_includedir/nouveau
 %ifarch %arm
 %_includedir/omap
 %endif
@@ -237,9 +238,9 @@
 %_libdir/libdrm_intel.so.1*
 %endif
 
-%files -n libdrm_nouveau1
+%files -n libdrm_nouveau2
 %defattr(-,root,root)
-%_libdir/libdrm_nouveau.so.1*
+%_libdir/libdrm_nouveau.so.2*
 
 %files -n libdrm_radeon1
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.SkyN7y/_old  2012-09-17 17:00:20.000000000 +0200
+++ /var/tmp/diff_new_pack.SkyN7y/_new  2012-09-17 17:00:20.000000000 +0200
@@ -1,13 +1,13 @@
 libdrm2
 libdrm_intel1
-libdrm_nouveau1
+libdrm_nouveau2
 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_nouveau2-<targettype> = <version>"
        requires "libdrm_omap1-<targettype> = <version>"
        requires "libdrm_radeon1-<targettype> = <version>"
 libkms1

++++++ libdrm-2.4.33.tar.bz2 -> libdrm-2.4.39.tar.bz2 ++++++
++++ 58957 lines of diff (skipped)

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

Reply via email to