Hello community, here is the log from the commit of package glamor for openSUSE:12.2 checked in at 2012-06-26 15:41:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/glamor (Old) and /work/SRC/openSUSE:12.2/.glamor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glamor", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.2/glamor/glamor.changes 2012-06-25 15:20:15.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.glamor.new/glamor.changes 2012-06-26 15:41:21.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 25 09:18:40 UTC 2012 - [email protected] + +- add /usr/%{_lib}/xorg/modules to ldconfig path, so intel gfx + driver still can find it, if glamoregl Xserver module has been + disabled manually in /etc/X11/xorg.conf.d/05-glamor.conf + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glamor.spec ++++++ --- /var/tmp/diff_new_pack.6XIAhr/_old 2012-06-26 15:41:21.000000000 +0200 +++ /var/tmp/diff_new_pack.6XIAhr/_new 2012-06-26 15:41:21.000000000 +0200 @@ -80,10 +80,19 @@ make install DESTDIR=%{buildroot} mv %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/glamor.conf \ %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/05-glamor.conf +mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/ +cat <<EOF >%{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}.conf +%{_libdir}/xorg/modules +EOF + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING README ReleaseNote +%{_sysconfdir}/ld.so.conf.d/%{name}.conf %{_libdir}/xorg/modules/libglamor.so %{_libdir}/xorg/modules/libglamoregl.so %config %{_sysconfdir}/X11/xorg.conf.d/05-glamor.conf -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
