Accepting request 324173 from home:Zaitor:branches:X11:XOrg

Tweak .changes

OBS-URL: https://build.opensuse.org/request/show/324173
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=203
This commit is contained in:
Stefan Dirsch 2015-08-19 08:07:02 +00:00 committed by Git OBS Bridge
parent 9a9e61dcc8
commit 6f971f2150
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7ae43520a9c74ee168a3393c7a6d138342e04d9f821f46c0589547c92a3e79e
size 677288

3
libdrm-2.4.64.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b60786fe7d6e42adb3966ce1a658f63fec528d537396381cbda93bcc99a934b6
size 640440

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Aug 18 20:14:40 UTC 2015 - zaitor@opensuse.org
- Update to version 2.4.64:
+ amdgpu:
- Improve amdgpu_vamgr_init.
- Add flag to support 32bit VA address v4.
- Make vamgr per device v2.
+ tests/amdgpu:
- Include config.h first.
- Remove unused local variable 'i'.
+ freedreno/msm:
- Reorg ringbuffer struct.
- Fix issue where same bo is on multiple rings.
- Dump out submit info on error.
+ freedreno:
- Add fd_pipe_wait_timeout().
- Update freedreno-symbol-check.
+ tests: modetest: Accept connector names in addition to
connector IDs.
+ libdrm:
- Remove gratuitous blank lines.
- Make indentation consistent.
- Use url to tarball as source.
-------------------------------------------------------------------
Fri Aug 14 18:51:06 UTC 2015 - mimi.vx@gmail.com

View File

@ -18,7 +18,7 @@
Name: libdrm
Url: http://dri.freedesktop.org/
Version: 2.4.63
Version: 2.4.64
Release: 0
Provides: libdrm23 = %{version}
Obsoletes: libdrm23 < %{version}
@ -35,7 +35,7 @@ Group: System/Libraries
#Git-Clone: git://anongit.freedesktop.org/git/mesa/drm
#Git-Web: http://cgit.freedesktop.org/mesa/drm/
# Source URL: http://dri.freedesktop.org/libdrm/
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
Patch2: u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch