jreznik pushed to kdelibs3 (epel7). "- kde.(sh|csh): drop KDE_IS_PRELINKED (workaround bug #515539)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:35:21 UTC 2015


>From c79a351025e5c3d1d286248808b83a9a99a4881d Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Thu, 3 Sep 2009 12:44:07 +0000
Subject: - kde.(sh|csh): drop KDE_IS_PRELINKED (workaround bug #515539)


diff --git a/kde.csh b/kde.csh
index 7278d91..8b02aa8 100755
--- a/kde.csh
+++ b/kde.csh
@@ -5,13 +5,10 @@
 if ( ! $?KDEDIRS ) setenv KDEDIRS /usr
 
 ##  When/if using prelinking, avoids (some) use of kdeinit
-if ( -f /etc/sysconfig/prelink ) then
-   set PRELINKING = `grep "^PRELINKING=" /etc/sysconfig/prelink | cut -d"=" -f2`
-   if ( "$PRELINKING" == "yes" )  then
-     if ( ! $?KDE_IS_PRELINKED ) setenv KDE_IS_PRELINKED 1
-   endif
-endif
-
-## if not using IPv6, speeds DNS operations
-# if ( ! $?KDE_NO_IPV6 ) setenv KDE_NO_IPV6 1 
+#if ( -f /etc/sysconfig/prelink ) then
+#   set PRELINKING = `grep "^PRELINKING=" /etc/sysconfig/prelink | cut -d"=" -f2`
+#   if ( "$PRELINKING" == "yes" )  then
+#     if ( ! $?KDE_IS_PRELINKED ) setenv KDE_IS_PRELINKED 1
+#   endif
+#endif
 
diff --git a/kde.sh b/kde.sh
index e011555..0565ce2 100755
--- a/kde.sh
+++ b/kde.sh
@@ -5,7 +5,7 @@
 [ -z "$KDEDIRS" ] && KDEDIRS="/usr" && export KDEDIRS
 
 ## When/if using prelinking, avoids (some) use of kdeinit
-if [ -z "$KDE_IS_PRELINKED" ] ; then
-  grep -qs '^PRELINKING=yes' /etc/sysconfig/prelink && \
-  KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
-fi
+#if [ -z "$KDE_IS_PRELINKED" ] ; then
+#  grep -qs '^PRELINKING=yes' /etc/sysconfig/prelink && \
+#  KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
+#fi
diff --git a/kdelibs3.spec b/kdelibs3.spec
index 2e84824..6aa9260 100644
--- a/kdelibs3.spec
+++ b/kdelibs3.spec
@@ -36,7 +36,7 @@
 
 Summary: K Desktop Environment 3 - Libraries
 Version: 3.5.10
-Release: 13%{?dist}
+Release: 14%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs3
@@ -640,6 +640,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
 
 
 %changelog
+* Thu Sep 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 3.5.10-14
+- kde.(sh|csh): drop KDE_IS_PRELINKED (workaround bug #515539)
+
 * Sun Jul 26 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-13
 - fix CVE-2009-2537 - select length DoS
 - fix CVE-2009-1725 - crash, possible ACE in numeric character references
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=c79a351025e5c3d1d286248808b83a9a99a4881d


More information about the scm-commits mailing list