
Hello community, here is the log from the commit of package 3ddiag checked in at Fri May 26 12:39:49 CEST 2006. -------- --- 3ddiag/3ddiag.changes 2006-04-19 23:34:49.000000000 +0200 +++ 3ddiag/3ddiag.changes 2006-05-25 20:34:03.000000000 +0200 @@ -1,0 +2,7 @@ +Thu May 25 20:33:22 CEST 2006 - sndirsch@suse.de + +- nvidia.diff: + * also check for the nvidia driver in new updates path + (Bug #178853) + +------------------------------------------------------------------- New: ---- nvidia.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 3ddiag.spec ++++++ --- /var/tmp/diff_new_pack.YuTmw4/_old 2006-05-26 12:39:41.000000000 +0200 +++ /var/tmp/diff_new_pack.YuTmw4/_new 2006-05-26 12:39:41.000000000 +0200 @@ -16,12 +16,13 @@ Group: System/Base Autoreqprov: on Version: 0.734 -Release: 1 +Release: 6 Summary: A Tool to Verify the 3D Configuration Source: 3Ddiag-%{version}.tar.gz Source5: switch2nv Source6: switch2nvidia Source7: 3Ddiag-result +Patch: nvidia.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -35,6 +36,7 @@ %prep %setup -n 3Ddiag +%patch %build make CFLAGS="$RPM_OPT_FLAGS" @@ -70,6 +72,10 @@ /usr/bin/switch2nvidia %changelog -n 3ddiag +* Thu May 25 2006 - sndirsch@suse.de +- nvidia.diff: + * also check for the nvidia driver in new updates path + (Bug #178853) * Wed Apr 19 2006 - sndirsch@suse.de - 3Ddiag-0.734.tar.gz: * DRI driver support update (when "--ignoredb" option is used) ++++++ nvidia.diff ++++++ --- 3Ddiag.orig 2006-05-25 20:29:48.180478152 +0200 +++ 3Ddiag 2006-05-25 20:30:42.136057281 +0200 @@ -183,7 +183,7 @@ echo -n " $server ... " libdir="lib" test "$(arch)" == "x86_64" && libdir="lib64" - strings /usr/X11R6/$libdir/modules/drivers/nvidia_drv.so | \ + strings /usr/X11R6/$libdir/modules/{updates/,}drivers/nvidia_drv.so | \ grep -q "NVIDIA dlloader X Driver" if test $? -eq 0; then echo "done." ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de