[gimp] there are no backslashes

Nils Philippsen nphilipp at fedoraproject.org
Wed Feb 12 16:56:44 UTC 2014


commit 1332c9db770ca927fe7ab6cb6efcbf3c03e17bc1
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Feb 11 18:05:02 2014 +0100

    there are no backslashes

 gimp.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gimp.spec b/gimp.spec
index d50283b..98f7ea6 100644
--- a/gimp.spec
+++ b/gimp.spec
@@ -84,8 +84,8 @@ Epoch:          2
 Version:        2.8.10
 Release:        %{?prerelprefix}4%{dotprerel}%{dotgitrev}%{?dist}
 
-# Compute some version related macros
-# Ugly hack, you need to get your quoting backslashes/percent signs straight
+# Compute some version related macros.
+# Ugly, need to get quoting percent signs straight.
 %global major %(ver=%version; echo ${ver%%%%.*})
 %global minor %(ver=%version; ver=${ver#%major.}; echo ${ver%%%%.*})
 %global micro %(ver=%version; ver=${ver#%major.%minor.}; echo ${ver%%%%.*})


More information about the scm-commits mailing list