Accepting request 25647 from X11:XOrg

Copy from X11:XOrg/libdrm based on submit request 25647 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/25647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=21
This commit is contained in:
OBS User autobuild 2009-12-08 10:50:40 +00:00 committed by Git OBS Bridge
parent 0564220527
commit 3543d0815c
4 changed files with 44 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Dec 4 21:49:42 CET 2009 - sndirsch@suse.de
- update to libdrm 2.4.16
* "Here's the 2.4.16 release of libdrm. There are a lot of
changes this time, in particular we dropped the orphaned
driver code from Linux and BSD and this release is now
really just libdrm. Going forward, the drm header files
we ship in libdrm will be a straight copy from the linux
kernel header files. Once a feature is merged into the
drm-next branch of Dave's kernel tree the header files can
be copied from $kernel_src/usr/include/drm into libdrm and
userspace support for the new functionality can be added."
-------------------------------------------------------------------
Fri Dec 4 21:46:53 CET 2009 - sndirsch@suse.de
- readded modeprint, modetest for intel driver
-------------------------------------------------------------------
Tue Dec 1 22:52:13 CET 2009 - sndirsch@suse.de
@ -6,6 +25,12 @@ Tue Dec 1 22:52:13 CET 2009 - sndirsch@suse.de
xf86-video-intel 2.10 RC1
- adjusted enable_test_tools.diff
-------------------------------------------------------------------
Thu Nov 5 00:51:29 CET 2009 - ro@suse.de
- add "--enable-radeon-experimental-api --enable-udev"
to configure arguments and package libdrm_radeon as well
-------------------------------------------------------------------
Thu Oct 29 11:54:08 CET 2009 - sndirsch@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libdrm (Version 2.4.15)
# spec file for package libdrm (Version 2.4.16)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -31,10 +31,10 @@ Obsoletes: libdrm23
Obsoletes: libdrm-64bit
%endif
#
Version: 2.4.15
Version: 2.4.16
Release: 1
Summary: Userspace Interface for Kernel DRM Services
Source: %{name}-%{version}_2009-12-01_8ffd2e1.tar.bz2
Source: %{name}-%{version}.tar.bz2
Patch: enable_test_tools.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -114,17 +114,21 @@ Authors:
Torsten Duwe <duwe@caldera.de>
%prep
%setup -q -n drm
%setup -q
%patch
%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure --with-pic --enable-nouveau-experimental-api
%configure --with-pic --enable-nouveau-experimental-api --enable-radeon-experimental-api --enable-udev
%{__make} %{?jobs:-j%jobs}
%{__make} %{?jobs:-j%jobs} -C tests/modeprint
%{__make} %{?jobs:-j%jobs} -C tests/modetest
%install
make install DESTDIR=$RPM_BUILD_ROOT
make -C tests/modeprint install DESTDIR=$RPM_BUILD_ROOT
make -C tests/modetest install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@ -141,8 +145,12 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_lib}/libdrm_intel.so.1.0.0
/usr/%{_lib}/libdrm_nouveau.so.1
/usr/%{_lib}/libdrm_nouveau.so.1.0.0
/usr/%{_lib}/libdrm_radeon.so.1
/usr/%{_lib}/libdrm_radeon.so.1.0.0
/usr/bin/dristat
/usr/bin/drmstat
/usr/bin/modeprint
/usr/bin/modetest
%files devel
%defattr(-,root,root)
@ -154,11 +162,14 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_lib}/libdrm.so
/usr/%{_lib}/libdrm_intel.so
/usr/%{_lib}/libdrm_nouveau.so
/usr/%{_lib}/libdrm_radeon.so
/usr/%{_lib}/pkgconfig/libdrm.pc
/usr/%{_lib}/pkgconfig/libdrm_intel.pc
/usr/%{_lib}/pkgconfig/libdrm_nouveau.pc
/usr/%{_lib}/pkgconfig/libdrm_radeon.pc
%exclude %{_libdir}/libdrm.la
%exclude %{_libdir}/libdrm_intel.la
%exclude %{_libdir}/libdrm_nouveau.la
%exclude %{_libdir}/libdrm_radeon.la
%changelog