[mldonkey/f21: 2/2] Don't patch for f21 with gcc 4.x

Christopher Meng cicku at fedoraproject.org
Sun Feb 22 05:06:04 UTC 2015


commit 3fb4f90946f86735d32c126ba80ba2f5b7ae48e8
Author: Christopher Meng <i at cicku.me>
Date:   Sun Feb 22 13:05:27 2015 +0800

    Don't patch for f21 with gcc 4.x

 mldonkey.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/mldonkey.spec b/mldonkey.spec
index 499169f..f0e15d1 100644
--- a/mldonkey.spec
+++ b/mldonkey.spec
@@ -101,8 +101,8 @@ You need to edit %{_sysconfdir}/sysconfig/mldonkey_submit
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
+#%patch1 -p1
 
 # Unbundle ocaml-bitstring
 #rm -frv src/utils/bitstring/
@@ -298,7 +298,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #- Enable UPnP port forwarding support
 %changelog
 * Fri Feb 13 2015 Christopher Meng <rpm at cicku.me> - 3.1.5-4
-- Fix FTBFS under GCC5
 - Set mldonkey default user shell to /sbin/nologin (BZ#1192012)
 - Fix systemctl start mldonkey-server exited with -2 (#BZ718524)
 - /var/run/mldonkey -> /run/mldonkey


More information about the scm-commits mailing list