OBS User unknown 2009-05-18 22:47:59 +00:00 committed by Git OBS Bridge
parent 6241276f36
commit 8c7b8d7d3b
4 changed files with 27 additions and 6 deletions

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

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 16 03:05:19 CEST 2009 - sndirsch@suse.de
- libdrm 2.4.11
* Two releases in one, so twice the usual tiny amount of changes.
Both of the new libdrm_intel interfaces enable KMS fixes in the
Intel 2D driver.
- enabled build of Nouveau's experimental API
-------------------------------------------------------------------
Sat Apr 18 13:52:48 CEST 2009 - sndirsch@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libdrm (Version 2.4.9)
# spec file for package libdrm (Version 2.4.11)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -31,7 +31,7 @@ Obsoletes: libdrm23
Obsoletes: libdrm-64bit
%endif
#
Version: 2.4.9
Version: 2.4.11
Release: 1
Summary: Userspace Interface for Kernel DRM Services
Source: %{name}-%{version}.tar.bz2
@ -118,7 +118,7 @@ Authors:
%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --with-pic
%configure --with-pic --enable-nouveau-experimental-api
make
%install
@ -137,21 +137,33 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_lib}/libdrm.so.2.4.0
/usr/%{_lib}/libdrm_intel.so.1
/usr/%{_lib}/libdrm_intel.so.1.0.0
/usr/%{_lib}/libdrm_nouveau.so.1
/usr/%{_lib}/libdrm_nouveau.so.1.0.0
%files devel
%defattr(-,root,root)
/usr/include/drm/
/usr/include/nouveau/
/usr/include/xf86drm.h
/usr/include/xf86drmMode.h
/usr/include/intel_bufmgr.h
/usr/%{_lib}/libdrm.so
/usr/%{_lib}/libdrm_intel.so
/usr/%{_lib}/libdrm_nouveau.so
/usr/%{_lib}/pkgconfig/libdrm.pc
/usr/%{_lib}/pkgconfig/libdrm_intel.pc
/usr/%{_lib}/pkgconfig/libdrm_nouveau.pc
%exclude %{_libdir}/libdrm.la
%exclude %{_libdir}/libdrm_intel.la
%exclude %{_libdir}/libdrm_nouveau.la
%changelog
* Sat May 16 2009 sndirsch@suse.de
- libdrm 2.4.11
* Two releases in one, so twice the usual tiny amount of changes.
Both of the new libdrm_intel interfaces enable KMS fixes in the
Intel 2D driver.
- enabled build of Nouveau's experimental API
* Sat Apr 18 2009 sndirsch@suse.de
- libdrm 2.4.9
* Aka, the "kick jbarnes" release. Not only did I push the