rpms/kdebase-workspace/devel kdebase-workspace-4.1.96-AllowExternalPaths.patch, NONE, 1.1 kdebase-workspace.spec, 1.167, 1.168

Than Ngo than at fedoraproject.org
Fri Jan 16 14:18:55 UTC 2009


Author: than

Update of /cvs/extras/rpms/kdebase-workspace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13836

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.1.96-AllowExternalPaths.patch 
Log Message:
backport fix from trunk to allow symlinks in wallpaper theme


kdebase-workspace-4.1.96-AllowExternalPaths.patch:

--- NEW FILE kdebase-workspace-4.1.96-AllowExternalPaths.patch ---
diff -up kdebase-workspace-4.1.96/plasma/wallpapers/image/backgroundpackage.cpp.orig kdebase-workspace-4.1.96/plasma/wallpapers/image/backgroundpackage.cpp
--- kdebase-workspace-4.1.96/plasma/wallpapers/image/backgroundpackage.cpp.orig	2009-01-16 14:57:51.000000000 +0100
+++ kdebase-workspace-4.1.96/plasma/wallpapers/image/backgroundpackage.cpp	2009-01-16 14:58:43.000000000 +0100
@@ -157,6 +157,7 @@ BackgroundPackageStructure::BackgroundPa
 
     addDirectoryDefinition("images", "images", i18n("Images"));
     addFileDefinition("screenshot", "screenshot.png", i18n("Screenshot"));
+    setAllowExternalPaths(true);
 }
 
 


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- kdebase-workspace.spec	14 Jan 2009 17:50:10 -0000	1.167
+++ kdebase-workspace.spec	16 Jan 2009 14:18:25 -0000	1.168
@@ -4,7 +4,7 @@
 Name: kdebase-workspace
 Version: 4.1.96
 
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -25,6 +25,8 @@
 Patch10: kdebase-workspace-4.1.2-ldap.patch
 
 # upstream patches:
+# trunk
+Patch100: kdebase-workspace-4.1.96-AllowExternalPaths.patch
 
 # FIXME: "inconsistent naming System Monitor vs KSysGuard" http://bugs.kde.org/162151
 
@@ -170,7 +172,7 @@
 %patch10 -p1 -b .ldap
 
 # upstream patches
-
+%patch100 -p1 -b .AllowExternalPaths
 
 %build
 
@@ -296,6 +298,9 @@
 
 
 %changelog
+* Fri Jan 16 2009 Than Ngo <than at redhat.com> - 4.1.96-4
+- backport fix from trunk to allow symlinks in wallpaper theme
+
 * Wed Jan 14 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.1.96-3
 - BR: google-gadgets-devel > 0.10.5
 




More information about the fedora-extras-commits mailing list