Author: arekm Date: Wed Aug 11 16:28:08 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 10; disable memory malloc debugging (which likely slowed kde 4.5 down a bit)
---- Files affected: packages/kde4-kdebase-workspace: kde4-kdebase-workspace.spec (1.226 -> 1.227) , kde4-kdebase-workspace-nodebug.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/kde4-kdebase-workspace/kde4-kdebase-workspace.spec diff -u packages/kde4-kdebase-workspace/kde4-kdebase-workspace.spec:1.226 packages/kde4-kdebase-workspace/kde4-kdebase-workspace.spec:1.227 --- packages/kde4-kdebase-workspace/kde4-kdebase-workspace.spec:1.226 Thu Aug 5 16:09:30 2010 +++ packages/kde4-kdebase-workspace/kde4-kdebase-workspace.spec Wed Aug 11 18:28:03 2010 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Podstawowe komponenty środowiska KDE 4 Name: kde4-kdebase-workspace Version: 4.5.0 -Release: 9 +Release: 10 License: GPL v2+ Group: X11/Applications Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2 @@ -31,6 +31,7 @@ Patch0: %{name}-rootprivs.patch Patch1: %{name}-kdmconfig.patch Patch2: %{name}-installFP.patch +Patch3: %{name}-nodebug.patch URL: http://www.kde.org/ BuildRequires: ConsoleKit-devel BuildRequires: NetworkManager-devel >= 0.7.1 @@ -593,6 +594,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p0 +%patch3 -p1 %build install -d build @@ -1903,6 +1905,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.227 2010/08/11 16:28:03 arekm +- rel 10; disable memory malloc debugging (which likely slowed kde 4.5 down a bit) + Revision 1.226 2010/08/05 14:09:30 shadzik - slightly better username for kdm ================================================================ Index: packages/kde4-kdebase-workspace/kde4-kdebase-workspace-nodebug.patch diff -u /dev/null packages/kde4-kdebase-workspace/kde4-kdebase-workspace-nodebug.patch:1.1 --- /dev/null Wed Aug 11 18:28:08 2010 +++ packages/kde4-kdebase-workspace/kde4-kdebase-workspace-nodebug.patch Wed Aug 11 18:28:03 2010 @@ -0,0 +1,21 @@ +--- kdebase-workspace-4.5.0/startkde.cmake~ 2010-03-10 11:42:55.000000000 +0100 ++++ kdebase-workspace-4.5.0/startkde.cmake 2010-08-11 18:25:44.948421473 +0200 +@@ -36,18 +36,6 @@ + # we have to unset this for Darwin since it will screw up KDE's dynamic-loading + unset DYLD_FORCE_FLAT_NAMESPACE + +-# Enable lightweight memory corruption checker if not already set +-# -- this is for trunk only, we remove it for releases +-if [ "x$MALLOC_CHECK_" = "x" ] && [ -x /lib/libc.so.6 ]; then +- # Extract the first two components of the version from the output. +- glibc_version=$(LC_ALL=C /lib/libc.so.6 | sed -e 's/[^0-9]*\([0-9]\.[0-9]\+\).*/\1/;s/\.\([0-9]\)$/.0\1/;q') +- +- MALLOC_CHECK_=2 # Default to 2 unless glibc 2.9 or higher. +- test $glibc_version \> 2.08 && MALLOC_CHECK_=3 +- +- export MALLOC_CHECK_ +-fi +- + # in case we have been started with full pathname spec without being in PATH + bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'` + if [ -n "$bindir" ]; then ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kdebase-workspace/kde4-kdebase-workspace.spec?r1=1.226&r2=1.227&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
