From dd3a14824b1e600d6a45a3814399e4a3ce4f1c81a7d98eb71127941f050621f1 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 3 May 2014 10:31:13 +0000 Subject: [PATCH 1/2] Accepting request 232494 from home:tobijk:X11:XOrg libdrm 2.4.54 OBS-URL: https://build.opensuse.org/request/show/232494 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=172 --- libdrm-2.4.53.tar.bz2 | 3 --- libdrm-2.4.54.tar.bz2 | 3 +++ libdrm.changes | 17 +++++++++++++++++ libdrm.spec | 3 +-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 libdrm-2.4.53.tar.bz2 create mode 100644 libdrm-2.4.54.tar.bz2 diff --git a/libdrm-2.4.53.tar.bz2 b/libdrm-2.4.53.tar.bz2 deleted file mode 100644 index c34ceab..0000000 --- a/libdrm-2.4.53.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b0c28fd2f2b92d2df0a73d1aed88f43cb0dee1267aea6bc52ccb5fca5757a08 -size 579171 diff --git a/libdrm-2.4.54.tar.bz2 b/libdrm-2.4.54.tar.bz2 new file mode 100644 index 0000000..1f92907 --- /dev/null +++ b/libdrm-2.4.54.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94001ebfbe80e1523d1228ee2df57294698d1c734fad9ccf53efde8932fe4e9 +size 644930 diff --git a/libdrm.changes b/libdrm.changes index 13c0faa..c3ae5e6 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri May 2 21:56:08 UTC 2014 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 2.4.54: + + Use signed location for drmModeSetPlane + + nouveau: safen up nouveau_device list usage against concurrent access + + amend previous commit to actually compile + + modetest: add cursor support + + freedreno: add missing fxn prototype + + radeon: add Mullins chip family + + radeon: add Mullins pci ids + + Mark functions printf-like where possible + + intel: Fix some format strings + + libdrm: Remove extraneous parameter + + tests: Use drmFreeVersion() instead of drmFree() + + intel/chv: Add Cherryview PCI IDs + ------------------------------------------------------------------- Thu Apr 24 09:46:48 UTC 2014 - sndirsch@suse.com diff --git a/libdrm.spec b/libdrm.spec index b8956c0..2864df1 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -18,7 +18,7 @@ Name: libdrm Url: http://dri.freedesktop.org/ -Version: 2.4.53 +Version: 2.4.54 Release: 0 Provides: libdrm23 = %{version} Obsoletes: libdrm23 < %{version} @@ -244,7 +244,6 @@ rm -f "%buildroot/%_libdir"/*.la %_includedir/xf86drmMode.h %_libdir/libdrm*.so %_libdir/pkgconfig/libdrm*.pc -#%_mandir/man3/drm* %files -n libdrm2 %defattr(-,root,root) From 1376dc9200b1dd38d61c2d6cbdda0c42aa0599d4c6ebf615eb45dd80d992736e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 5 May 2014 08:05:12 +0000 Subject: [PATCH 2/2] Accepting request 232623 from home:tobijk:X11:XOrg fix typos OBS-URL: https://build.opensuse.org/request/show/232623 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=173 --- libdrm.changes | 5 +++++ libdrm.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libdrm.changes b/libdrm.changes index c3ae5e6..8f8d05a 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 4 22:30:38 UTC 2014 - tobias.johannes.klausmann@mni.thm.de + +- Fix typos in package description + ------------------------------------------------------------------- Fri May 2 21:56:08 UTC 2014 - tobias.johannes.klausmann@mni.thm.de diff --git a/libdrm.spec b/libdrm.spec index 2864df1..98af5e5 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -88,7 +88,7 @@ Provides: libdrm-devel-64bit = %{version} %description devel libdrm is a library for accessing the Direct Rendering Manager on -Linux, BSD and other operating systes that support the ioctl +Linux, BSD and other operating systems that support the ioctl interface, and for chipsets with DRM memory manager, support for tracking relocations and buffers. libdrm is a low-level library, typically used by graphics drivers such as the Mesa DRI and X @@ -103,7 +103,7 @@ Group: System/Libraries %description -n libdrm2 libdrm is a library for accessing the Direct Rendering Manager on -Linux, BSD and other operating systes that support the ioctl +Linux, BSD and other operating systems that support the ioctl interface, and for chipsets with DRM memory manager, support for tracking relocations and buffers. libdrm is a low-level library, typically used by graphics drivers such as the Mesa DRI and X