diff options
author | Jonathan Curran <jonathan@curran.in> | 2016-02-09 16:40:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-09 20:38:51 +0000 |
commit | 82f98d3450b94406d57ec96f85e728d3c81f20af (patch) | |
tree | 054aaf4d21460551f55063f07f471a5dc85a5971 /testing/mono/mono-un-revoke-fix-in-BNC-144655.patch | |
parent | f73c9f1bd8a74dcf635a3fb720f72ebd9ef29c64 (diff) | |
download | aports-82f98d3450b94406d57ec96f85e728d3c81f20af.tar.bz2 aports-82f98d3450b94406d57ec96f85e728d3c81f20af.tar.xz |
testing/mono: upgrade to v4.2.2.30
http://www.mono-project.com/
Included fixes come from openSUSE mono factory
Diffstat (limited to 'testing/mono/mono-un-revoke-fix-in-BNC-144655.patch')
-rw-r--r-- | testing/mono/mono-un-revoke-fix-in-BNC-144655.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch b/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch new file mode 100644 index 0000000000..6a2d9f53de --- /dev/null +++ b/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch @@ -0,0 +1,13 @@ +--- ./scripts/mono-find-provides.in ++++ ./scripts/mono-find-provides.in +@@ -14,7 +14,7 @@ monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$")) + + # Only include files with /gac/ in path + # (Allows packages to contain private assemblies that don't conflict with other packages) +-#monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/")) ++monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/")) + # Disabled... see ChangeLog + + # Set the prefix, unless it is overriden (used when building mono rpms) +-- +2.6.0 |