Hello community, here is the log from the commit of package libdrm for openSUSE:Factory checked in at 2014-01-17 11:04:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdrm (Old) and /work/SRC/openSUSE:Factory/.libdrm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdrm" Changes: -------- --- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes 2014-01-10 21:20:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes 2014-01-23 15:47:17.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Jan 15 13:15:05 UTC 2014 - [email protected] + +- Make libdrm-devel depend on libdrm_freedreno1 on arm + +------------------------------------------------------------------- +Wed Jan 15 02:03:29 UTC 2014 - [email protected] + +- Add subpackage for freedreno (Qualcomm Adreno) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdrm.spec ++++++ --- /var/tmp/diff_new_pack.s9AUU0/_old 2014-01-23 15:47:18.000000000 +0100 +++ /var/tmp/diff_new_pack.s9AUU0/_new 2014-01-23 15:47:18.000000000 +0100 @@ -72,6 +72,7 @@ Requires: libdrm_nouveau2 = %version Requires: libdrm_radeon1 = %version %ifarch %arm +Requires: libdrm_freedreno1 = %version Requires: libdrm_omap1 = %version %endif %ifarch %ix86 x86_64 @@ -150,6 +151,13 @@ %description -n libdrm_omap1 (Upstream has not provided a description) + +%package -n libdrm_freedreno1 +Summary: Userspace interface to kernel DRM services for Qualcomm Adreno chips +Group: System/Libraries + +%description -n libdrm_freedreno1 +(Upstream has not provided a description) %endif %prep @@ -163,6 +171,7 @@ %configure --with-pic \ %ifarch %arm --enable-omap-experimental-api \ + --enable-freedreno-experimental-api \ %endif --enable-udev @@ -208,6 +217,10 @@ %post -n libdrm_omap1 -p /sbin/ldconfig %postun -n libdrm_omap1 -p /sbin/ldconfig + +%post -n libdrm_freedreno1 -p /sbin/ldconfig + +%postun -n libdrm_freedreno1 -p /sbin/ldconfig %endif %files tools @@ -222,6 +235,7 @@ %_includedir/libdrm %ifarch %arm %_includedir/omap +%_includedir/freedreno %endif %_includedir/xf86drm.h %_includedir/xf86drmMode.h @@ -262,6 +276,10 @@ %files -n libdrm_omap1 %defattr(-,root,root) %_libdir/libdrm_omap.so.1* + +%files -n libdrm_freedreno1 +%defattr(-,root,root) +%_libdir/libdrm_freedreno.so.1* %endif %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.s9AUU0/_old 2014-01-23 15:47:18.000000000 +0100 +++ /var/tmp/diff_new_pack.s9AUU0/_new 2014-01-23 15:47:18.000000000 +0100 @@ -1,4 +1,5 @@ libdrm2 +libdrm_freedreno1 libdrm_intel1 libdrm_nouveau2 libdrm_omap1 @@ -6,6 +7,7 @@ libdrm-devel requires -libdrm-<targettype> requires "libdrm2-<targettype> = <version>" + targetarch arm requires "libdrm_freedreno1-<targettype> = <version>" requires "libdrm_intel1-<targettype> = <version>" requires "libdrm_nouveau2-<targettype> = <version>" targetarch arm requires "libdrm_omap1-<targettype> = <version>" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
