Accepting request 25353 from X11:XOrg

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

OBS-URL: https://build.opensuse.org/request/show/25353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=20
This commit is contained in:
OBS User autobuild 2009-12-04 09:18:58 +00:00 committed by Git OBS Bridge
parent c847e6d6f3
commit 0564220527
5 changed files with 30 additions and 24 deletions

View File

@ -1,32 +1,32 @@
diff -x .deps -x Makefile.in -x Makefile -u -p -r tests.orig//Makefile.am tests/Makefile.am
--- tests.orig//Makefile.am 2009-10-29 10:42:14.000000000 +0000
+++ tests/Makefile.am 2009-10-29 10:48:29.000000000 +0000
@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
diff -u -r -p tests.orig//Makefile.am tests/Makefile.am
--- tests.orig//Makefile.am 2009-12-01 22:49:53.000000000 +0100
+++ tests/Makefile.am 2009-12-01 22:50:07.000000000 +0100
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
LDADD = $(top_builddir)/libdrm/libdrm.la
LDADD = $(top_builddir)/libdrm.la
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
dristat \
drmstat
diff -x .deps -x Makefile.in -x Makefile -u -p -r tests.orig//modeprint/Makefile.am tests/modeprint/Makefile.am
--- tests.orig//modeprint/Makefile.am 2009-10-29 10:42:14.000000000 +0000
+++ tests/modeprint/Makefile.am 2009-10-29 10:50:16.000000000 +0000
diff -u -r -p tests.orig//modeprint/Makefile.am tests/modeprint/Makefile.am
--- tests.orig//modeprint/Makefile.am 2009-12-01 22:49:53.000000000 +0100
+++ tests/modeprint/Makefile.am 2009-12-01 22:50:26.000000000 +0100
@@ -3,7 +3,7 @@ AM_CFLAGS = \
-I$(top_srcdir)/libdrm/intel/ \
-I$(top_srcdir)/libdrm
-I$(top_srcdir)/intel/ \
-I$(top_srcdir)
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
modeprint
modeprint_SOURCES = \
diff -x .deps -x Makefile.in -x Makefile -u -p -r tests.orig//modetest/Makefile.am tests/modetest/Makefile.am
--- tests.orig//modetest/Makefile.am 2009-10-29 10:42:14.000000000 +0000
+++ tests/modetest/Makefile.am 2009-10-29 10:50:33.000000000 +0000
diff -u -r -p tests.orig//modetest/Makefile.am tests/modetest/Makefile.am
--- tests.orig//modetest/Makefile.am 2009-12-01 22:49:53.000000000 +0100
+++ tests/modetest/Makefile.am 2009-12-01 22:50:45.000000000 +0100
@@ -4,7 +4,7 @@ AM_CFLAGS = \
-I$(top_srcdir)/libdrm \
-I$(top_srcdir) \
$(CAIRO_CFLAGS)
-noinst_PROGRAMS = \

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 1 22:52:13 CET 2009 - sndirsch@suse.de
- libdrm 2.4.15_2009-12-01_8ffd2e1
* update to git commit 8ffd2e1 (2009-12-01); required for
xf86-video-intel 2.10 RC1
- adjusted enable_test_tools.diff
-------------------------------------------------------------------
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.14)
# spec file for package libdrm (Version 2.4.15)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -31,10 +31,10 @@ Obsoletes: libdrm23
Obsoletes: libdrm-64bit
%endif
#
Version: 2.4.14
Release: 3
Version: 2.4.15
Release: 1
Summary: Userspace Interface for Kernel DRM Services
Source: %{name}-%{version}.tar.bz2
Source: %{name}-%{version}_2009-12-01_8ffd2e1.tar.bz2
Patch: enable_test_tools.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -114,7 +114,7 @@ Authors:
Torsten Duwe <duwe@caldera.de>
%prep
%setup -q
%setup -q -n drm
%patch
%build
@ -143,8 +143,6 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_lib}/libdrm_nouveau.so.1.0.0
/usr/bin/dristat
/usr/bin/drmstat
/usr/bin/modeprint
/usr/bin/modetest
%files devel
%defattr(-,root,root)