SPECS: magma.spec - updated fix patch, dropped -Wno-unused (not ne...
qboosh
qboosh at pld-linux.org
Sat May 20 09:58:28 CEST 2006
Author: qboosh Date: Sat May 20 07:58:28 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated fix patch, dropped -Wno-unused (not needed now)
---- Files affected:
SPECS:
magma.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/magma.spec
diff -u SPECS/magma.spec:1.7 SPECS/magma.spec:1.8
--- SPECS/magma.spec:1.7 Mon May 15 02:11:45 2006
+++ SPECS/magma.spec Sat May 20 09:58:22 2006
@@ -48,10 +48,10 @@
%prep
%setup -q -n cluster-%{version}
-cd %{name}
%patch0 -p1
+cd %{name}
-%{__perl} -pi -e 's/-g/%{rpmcflags} -Wno-unused/' lib/Makefile
+%{__perl} -pi -e 's/-g/%{rpmcflags}/' lib/Makefile
%{__perl} -pi -e 's/-DDEBUG/%{rpmcflags}%{?debug: -DDEBUG}/' tests/Makefile
%build
@@ -101,6 +101,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/05/20 07:58:22 qboosh
+- updated fix patch, dropped -Wno-unused (not needed now)
+
Revision 1.7 2006/05/15 00:11:45 zbyniu
- up to 1.02.00
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/magma.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list