diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:01:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:14:48 +0000 |
commit | 652ff54ffa8d0e5f58b36ec334f0b8ec84fb87a2 (patch) | |
tree | 9f893acf3109cdc62219f1bdcc3a4cf20db2dbf8 /testing/mono/mono-un-revoke-fix-in-BNC-144655.patch | |
parent | 004864a58fd9cf4ba24b45dc193d72de40d0ad52 (diff) | |
download | aports-652ff54ffa8d0e5f58b36ec334f0b8ec84fb87a2.tar.bz2 aports-652ff54ffa8d0e5f58b36ec334f0b8ec84fb87a2.tar.xz |
testing/mono: upgrade to 4.6.1.5
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, 0 insertions, 13 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 deleted file mode 100644 index 6a2d9f53de..0000000000 --- a/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./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 |