Author: glen Date: Sun Mar 6 17:32:07 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix spurious executable perm
---- Files affected: packages/mono: mono.spec (1.282 -> 1.283) ---- Diffs: ================================================================ Index: packages/mono/mono.spec diff -u packages/mono/mono.spec:1.282 packages/mono/mono.spec:1.283 --- packages/mono/mono.spec:1.282 Sat Mar 5 21:49:48 2011 +++ packages/mono/mono.spec Sun Mar 6 18:32:01 2011 @@ -19,7 +19,7 @@ Summary(pl.UTF-8): Implementacja Common Language Infrastructure Name: mono Version: 2.10.1 -Release: 2 +Release: 3 License: LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools) Group: Development/Languages # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/ @@ -231,6 +231,9 @@ mkdir m4 ln -sf ../{nls,po,progtest}.m4 m4 +# spurious-executable-perm on source files +find -name '*.[ch]' | xargs chmod a-x + %build %{__libtoolize} %{__aclocal} -I m4 @@ -713,6 +716,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.283 2011/03/06 17:32:01 glen +- fix spurious executable perm + Revision 1.282 2011/03/05 20:49:48 arekm - rel 2; avoid parallel install ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mono/mono.spec?r1=1.282&r2=1.283&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
