Accepting request 324391 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/324391 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=111
This commit is contained in:
commit
28236868b3
@ -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
3
libdrm-2.4.64.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b60786fe7d6e42adb3966ce1a658f63fec528d537396381cbda93bcc99a934b6
|
||||||
|
size 640440
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 14:18:09 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
- Add libdrm_amdgpu1 as a requirement for libdrm-devel
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Aug 14 18:51:06 UTC 2015 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Url: http://dri.freedesktop.org/
|
Url: http://dri.freedesktop.org/
|
||||||
Version: 2.4.63
|
Version: 2.4.64
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: libdrm23 = %{version}
|
Provides: libdrm23 = %{version}
|
||||||
Obsoletes: libdrm23 < %{version}
|
Obsoletes: libdrm23 < %{version}
|
||||||
@ -35,7 +35,7 @@ Group: System/Libraries
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/git/mesa/drm
|
#Git-Clone: git://anongit.freedesktop.org/git/mesa/drm
|
||||||
#Git-Web: http://cgit.freedesktop.org/mesa/drm/
|
#Git-Web: http://cgit.freedesktop.org/mesa/drm/
|
||||||
# Source URL: http://dri.freedesktop.org/libdrm/
|
# 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
|
Source2: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM libdrm-implicit-defs.diff fdo#48599 -- Fix compiler warnings in tests/radeon/radeon_ttm.c
|
# 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
|
Patch2: u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch
|
||||||
@ -70,6 +70,7 @@ Provides: libdrm = %version-%release
|
|||||||
Summary: Libraries, includes and more to develop libdrm applications
|
Summary: Libraries, includes and more to develop libdrm applications
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: libdrm2 = %version
|
Requires: libdrm2 = %version
|
||||||
|
Requires: libdrm_amdgpu1 = %version
|
||||||
Requires: libdrm_nouveau2 = %version
|
Requires: libdrm_nouveau2 = %version
|
||||||
Requires: libdrm_radeon1 = %version
|
Requires: libdrm_radeon1 = %version
|
||||||
%ifarch %arm aarch64
|
%ifarch %arm aarch64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user