[weechat] Sigh. patch0 directive back for Fedora 19 and above.

Russell William Golden niveusluna at fedoraproject.org
Fri Nov 8 21:59:29 UTC 2013


commit ee0924206ab759b7f95931dd2a3567fc6fa7da7f
Author: Russell Golden <niveusluna at niveusluna.org>
Date:   Fri Nov 8 15:59:05 2013 -0600

    Sigh. patch0 directive back for Fedora 19 and above.

 weechat.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/weechat.spec b/weechat.spec
index e1e9889..b2d1b3c 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -53,10 +53,10 @@ This package contains include files and pc file for weechat.
 
 %prep
 %setup -q -n %{name}-%{version}
+#patch0 -p1
+%if 0%{?fedora} >= 19
 %patch0 -p1
-#if 0#{?fedora} >= 19
-#patch1 -p1
-#endif
+%endif
 
 
 %build


More information about the scm-commits mailing list