[kdebase-workspace] Oops, git diffs need -p1, not -p0 (unlike svn diffs).

Kevin Kofler kkofler at fedoraproject.org
Sat Oct 29 03:10:36 UTC 2011


commit 2fea3ec3b660f80c460f527d54b8c27b4784be68
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sat Oct 29 05:10:17 2011 +0200

    Oops, git diffs need -p1, not -p0 (unlike svn diffs).

 kdebase-workspace.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kdebase-workspace.spec b/kdebase-workspace.spec
index 2231003..d2791b1 100644
--- a/kdebase-workspace.spec
+++ b/kdebase-workspace.spec
@@ -368,7 +368,7 @@ pushd %{name}-%{version}
 # upstreamable patches
 %patch50 -p1 -b .kde#171685
 %patch52 -p1 -b .bz#732830-login
-%patch53 -p0 -b .hwclock
+%patch53 -p1 -b .hwclock
 
 # upstream patches
 %patch100 -p1 -b .r300_textures


More information about the scm-commits mailing list