Mailinglist Archive: opensuse-commit (926 mails)
| < Previous | Next > |
commit libdrm for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 08 Dec 2009 11:50:36 +0100
- Message-id: <20091208105037.06AA020233@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libdrm for openSUSE:Factory
checked in at Tue Dec 8 11:50:36 CET 2009.
--------
--- libdrm/libdrm.changes 2009-12-01 23:18:14.000000000 +0100
+++ /mounts/work_src_done/STABLE/libdrm/libdrm.changes 2009-12-04
21:59:13.000000000 +0100
@@ -1,0 +2,19 @@
+Fri Dec 4 21:49:42 CET 2009 - sndirsch@xxxxxxx
+
+- 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@xxxxxxx
+
+- readded modeprint, modetest for intel driver
+
+-------------------------------------------------------------------
@@ -7,0 +27,6 @@
+
+-------------------------------------------------------------------
+Thu Nov 5 00:51:29 CET 2009 - ro@xxxxxxx
+
+- add "--enable-radeon-experimental-api --enable-udev"
+ to configure arguments and package libdrm_radeon as well
calling whatdependson for head-i586
Old:
----
libdrm-2.4.15_2009-12-01_8ffd2e1.tar.bz2
New:
----
libdrm-2.4.16.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libdrm.spec ++++++
--- /var/tmp/diff_new_pack.GUw9Tm/_old 2009-12-08 11:49:39.000000000 +0100
+++ /var/tmp/diff_new_pack.GUw9Tm/_new 2009-12-08 11:49:39.000000000 +0100
@@ -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: 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 @@
Torsten Duwe <duwe@xxxxxxxxxx>
%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 @@
/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 @@
/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
++++++ libdrm-2.4.15_2009-12-01_8ffd2e1.tar.bz2 -> libdrm-2.4.16.tar.bz2 ++++++
++++ 47242 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |