Hello community, here is the log from the commit of package kdebase4-openSUSE for openSUSE:Factory checked in at 2012-02-17 12:00:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase4-openSUSE (Old) and /work/SRC/openSUSE:Factory/.kdebase4-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase4-openSUSE", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase4-openSUSE/kdebase4-openSUSE.changes 2011-11-25 23:04:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdebase4-openSUSE.new/kdebase4-openSUSE.changes 2012-02-17 12:00:38.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 11 21:05:21 UTC 2012 - [email protected] + +- Add sysinfo-fixed-opengl-detecting.patch (bnc#746599) + +------------------------------------------------------------------- New: ---- sysinfo-fixed-opengl-detecting.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.luTWhT/_old 2012-02-17 12:00:41.000000000 +0100 +++ /var/tmp/diff_new_pack.luTWhT/_new 2012-02-17 12:00:41.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdebase4-openSUSE # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,14 @@ # - Name: kdebase4-openSUSE Version: 12.2 -Release: 1 -License: GPL-2.0+ +Release: 0 Summary: openSUSE KDE Extension +License: GPL-2.0+ +Group: System/GUI/KDE # git clone git://git.opensuse.org/projects/desktop/kdebase4-openSUSE.git Url: http://www.opensuse.org/ -Group: System/GUI/KDE Source0: kdebase4-openSUSE-%{version}.tar.bz2 #svn export svn://anonsvn.kde.org/home/kde/trunk/playground/base/kio_sysinfo Source1: sysinfo.tar.bz2 @@ -34,14 +33,15 @@ Patch1: link-to-qtxml.patch Patch2: noproxy.diff Patch3: kdebase4-openSUSE-bnc721114.patch +Patch4: sysinfo-fixed-opengl-detecting.patch BuildRequires: fdupes BuildRequires: hwinfo-devel +BuildRequires: kdebase4-workspace-branding-upstream +BuildRequires: kdebase4-workspace-devel BuildRequires: libkde4-devel BuildRequires: oxygen-icon-theme -BuildRequires: kdebase4-workspace-devel BuildRequires: rpm-devel BuildRequires: wallpaper-branding-openSUSE -BuildRequires: kdebase4-workspace-branding-upstream PreReq: %fillup_prereq Requires: kdebase4-workspace @@ -58,7 +58,6 @@ This package contains the standard openSUSE desktop and extensions. %package -n kio_sysinfo -License: GPL-2.0+ Summary: System Information KIO-Slave Group: System/GUI/KDE Requires: kio_sysinfo-branding = %{version} @@ -71,7 +70,6 @@ This package contains a KDE KIO-Slave showing system information. %package -n kdebase4-workspace-branding-openSUSE -License: GPL-2.0+ Summary: openSUSE KDE Extension Group: System/GUI/KDE PreReq: %fillup_prereq @@ -88,7 +86,6 @@ This package contains the standard openSUSE desktop and extensions. %package -n kdebase4-runtime-branding-openSUSE -License: GPL-2.0+ Summary: The KDE Runtime Components Group: System/GUI/KDE PreReq: %fillup_prereq @@ -101,7 +98,6 @@ This package contains all run-time dependencies of KDE applications. %package -n kio_sysinfo-branding-openSUSE -License: GPL-2.0+ Summary: System Information KIO-Slave Group: System/GUI/KDE Requires: kio_sysinfo @@ -123,6 +119,7 @@ cd sysinfo tar xvf %{SOURCE3} +%patch4 -p1 %build %cmake_kde4 -d build -- -DSYSINFO_DISTRO:STRING=SUSE ++++++ sysinfo-fixed-opengl-detecting.patch ++++++ diff -rup sysinfo.orig/kio_sysinfo/src/sysinfo.cpp sysinfo/kio_sysinfo/src/sysinfo.cpp --- sysinfo.orig/kio_sysinfo/src/sysinfo.cpp 2011-02-15 11:58:31.000000000 +0100 +++ sysinfo/kio_sysinfo/src/sysinfo.cpp 2012-02-11 20:33:58.994424485 +0100 @@ -661,7 +661,7 @@ bool kio_sysinfoProtocol::glInfo() m_info[GFX_3D_DRIVER] = i18n("Unknown"); } m_info[GFX_3D_DRIVER] += " classic"; - } else if (opengl_vendor.contains("ATI")) { /* Proprietary ATI */ + } else if (opengl_vendor.contains("ATI") || opengl_vendor.contains("Advanced Micro Devices")) { /* Proprietary ATI */ m_info[GFX_VENDOR] = GFX_VENDOR_ATI; m_info[GFX_MODEL] = opengl_renderer; m_info[GFX_3D_DRIVER] = "ATI"; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
