commit libdrm for openSUSE:Factory

Hello community, here is the log from the commit of package libdrm for openSUSE:Factory checked in at Fri Oct 30 17:00:04 CET 2009. -------- --- libdrm/libdrm.changes 2009-09-29 21:47:24.000000000 +0200 +++ /mounts/work_src_done/STABLE/libdrm/libdrm.changes 2009-10-29 11:58:33.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Oct 29 11:54:08 CET 2009 - sndirsch@suse.de + +- enable_test_tools.diff + * enabled build of test tools (dristat, drmstat, modeprint, + modeset) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- enable_test_tools.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdrm.spec ++++++ --- /var/tmp/diff_new_pack.2stu2p/_old 2009-10-30 16:59:49.000000000 +0100 +++ /var/tmp/diff_new_pack.2stu2p/_new 2009-10-30 16:59:49.000000000 +0100 @@ -32,9 +32,10 @@ %endif # Version: 2.4.14 -Release: 1 +Release: 2 Summary: Userspace Interface for Kernel DRM Services Source: %{name}-%{version}.tar.bz2 +Patch: enable_test_tools.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -114,6 +115,7 @@ %prep %setup -q +%patch %build autoreconf -fi @@ -139,6 +141,10 @@ /usr/%{_lib}/libdrm_intel.so.1.0.0 /usr/%{_lib}/libdrm_nouveau.so.1 /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) ++++++ enable_test_tools.diff ++++++ 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 = \ LDADD = $(top_builddir)/libdrm/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 @@ -3,7 +3,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/libdrm/intel/ \ -I$(top_srcdir)/libdrm -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 @@ -4,7 +4,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/libdrm \ $(CAIRO_CFLAGS) -noinst_PROGRAMS = \ +bin_PROGRAMS = \ modetest modetest_SOURCES = \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de