[0ad/f19: 1/2] Correct patch3 application

pcpa pcpa at fedoraproject.org
Wed Jun 18 19:07:42 UTC 2014


commit 5476aa1cf8876d12a364da583d6e083e35fe6511
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Wed Jun 18 16:03:41 2014 -0300

    Correct patch3 application

 0ad.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/0ad.spec b/0ad.spec
index cd6cc91..a2fffa8 100644
--- a/0ad.spec
+++ b/0ad.spec
@@ -106,8 +106,8 @@ Patch1:		%{name}-debug.patch
 # Build with miniupnpc-1.9
 Patch2:		%{name}-miniupnpc.patch
 
-# After some trial&error this corrects a %%check failure with gcc 4.9 on i686
-Patch3:		%{name}-check.patch
+# http://trac.wildfiregames.com/changeset/15334
+Patch3:		changeset_15334.diff
 
 %description
 0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
@@ -130,7 +130,7 @@ hobbyist game developers, since 2001.
 %patch1 -p1
 %endif
 %patch2 -p1
-%patch3 -p1
+%patch3 -p3
 
 %if %{with_system_nvtt}
 rm -fr libraries/nvtt


More information about the scm-commits mailing list