mirror of
https://abf.rosa.ru/djam/mono.git
synced 2025-02-23 13:52:51 +00:00
New version 2.10.8.1 (sync with Cooker), fix unversioned Obsoletes, partial spec cleanup
This commit is contained in:
parent
801a207d64
commit
2fdb27e2fb
3 changed files with 732 additions and 640 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"mono-2.10.2.tar.bz2": 7b673255c6b17c5a41c15059e5f068d6a970d2ea
|
||||
"mono-2.10.8.1.tar.gz": d67f2e276b27e28f861ecc6e3e07fee538d4c4fe
|
||||
|
|
8
mono-2.10.8.1-mono-find-requires_strip-whitespace.patch
Normal file
8
mono-2.10.8.1-mono-find-requires_strip-whitespace.patch
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- mono-2.10.8.1/scripts/mono-find-requires.in.whitespace~ 2012-02-23 16:59:45.523956522 +0100
|
||||
+++ mono-2.10.8.1/scripts/mono-find-requires.in 2012-02-23 16:59:47.168957341 +0100
|
||||
@@ -187,4 +187,4 @@ $REQUIRES" | sort | uniq -u)
|
||||
# Of those, only choose the ones that are in REQUIRES
|
||||
#
|
||||
echo "$UNIQ
|
||||
-$REQUIRES" | sort | uniq -d
|
||||
+$REQUIRES" | sort | uniq -d | sed -e '/^\s*$/d'
|
Loading…
Add table
Reference in a new issue