Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2017-11-21 15:26:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mono-core (Old)
 and      /work/SRC/openSUSE:Factory/.mono-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mono-core"

Tue Nov 21 15:26:40 2017 rev:114 rq:542907 version:5.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes      2017-10-28 
14:19:20.600687508 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2017-11-21 
15:27:14.948350294 +0100
@@ -1,0 +2,11 @@
+Sun Nov 12 00:00:00 UTC 2017 - fwdsbs.to.1...@xoxy.net
+- Update to version 5.4.1.6 (Service Release)
+- Patch bug-59608.patch was updated
+- Bugfixes:
+  * bxc#59281 - System.Threading.AbandonedMutexException: The wait completed 
due to an abandoned mutex
+  * bxc#59302 - Task in Mono 5.4.0.167 is throwing exception "Length cannot be 
less than zero"
+  * bxc#59364 - Assertion at dynamic-image.c:209, condition "prev == 
MONO_HANDLE_RAW (obj)" not met
+  * bxc#59832 - [iOS]MT3001 error: Could not AOT the assembly error while 
building iOS/mobile samples
+  * bxc#60233 - Assertion in dynamic-image.c after 
792b5367cd3a6ffa1a192c4d2d7ace3509cbb646
+
+-------------------------------------------------------------------

Old:
----
  mono-5.4.0.201.tar.bz2

New:
----
  mono-5.4.1.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mono-core.spec ++++++
--- /var/tmp/diff_new_pack.RErDwQ/_old  2017-11-21 15:27:28.431861591 +0100
+++ /var/tmp/diff_new_pack.RErDwQ/_new  2017-11-21 15:27:28.435861446 +0100
@@ -38,10 +38,10 @@
 %define roslyn no
 %endif
 
-%define version_suffix 201
+%define version_suffix 6
 
 Name:           mono-core
-Version:        5.4.0
+Version:        5.4.1
 Release:        0
 Summary:        Cross-platform, Open Source, .NET development framework
 License:        LGPL-2.1 and MIT and MS-PL

++++++ bug-59608.patch ++++++
--- /var/tmp/diff_new_pack.RErDwQ/_old  2017-11-21 15:27:28.455860722 +0100
+++ /var/tmp/diff_new_pack.RErDwQ/_new  2017-11-21 15:27:28.455860722 +0100
@@ -1,6 +1,6 @@
-diff -uprN mono-5.4.0.201/external/api-snapshot/profiles/net_4_x/PEAPI.cs 
mono-5.4.0.201.new/external/api-snapshot/profiles/net_4_x/PEAPI.cs
---- mono-5.4.0.201/external/api-snapshot/profiles/net_4_x/PEAPI.cs     
2017-10-04 18:31:32.000000000 +0300
-+++ mono-5.4.0.201.new/external/api-snapshot/profiles/net_4_x/PEAPI.cs 
2017-10-24 05:28:58.773995162 +0300
+diff -uprN mono-5.4.1.6.old/external/api-snapshot/profiles/net_4_x/PEAPI.cs 
mono-5.4.1.6/external/api-snapshot/profiles/net_4_x/PEAPI.cs
+--- mono-5.4.1.6.old/external/api-snapshot/profiles/net_4_x/PEAPI.cs   
2017-11-08 18:52:46.000000000 +0300
++++ mono-5.4.1.6/external/api-snapshot/profiles/net_4_x/PEAPI.cs       
2017-11-12 04:07:23.979579610 +0300
 @@ -473,6 +473,7 @@ namespace PEAPI
      }
      public enum ImplAttr
@@ -9,14 +9,13 @@
          ForwardRef = 16,
          IL = 0,
          InternalCall = 4096,
-diff -uprN mono-5.4.0.201/mono/mini/iltests.il 
mono-5.4.0.201.new/mono/mini/iltests.il
---- mono-5.4.0.201/mono/mini/iltests.il        2017-10-04 18:30:42.000000000 
+0300
-+++ mono-5.4.0.201.new/mono/mini/iltests.il    2017-10-24 05:30:44.849696785 
+0300
-@@ -2896,4 +2896,50 @@ END:
-     IL_0018:  ldloc.0
+diff -uprN mono-5.4.1.6.old/mono/mini/iltests.il 
mono-5.4.1.6/mono/mini/iltests.il
+--- mono-5.4.1.6.old/mono/mini/iltests.il      2017-11-08 18:51:09.000000000 
+0300
++++ mono-5.4.1.6/mono/mini/iltests.il  2017-11-12 04:07:23.979579610 +0300
+@@ -2897,6 +2897,52 @@ END:
        ret
        }
-+
+ 
 +  .method private hidebysig static void  fail_inline() cil managed
 +  {
 +    // Code size       9 (0x9)
@@ -62,10 +61,13 @@
 +    IL_0001:  call       int32 Tests::always_inline(int32)
 +    IL_000c:  ret
 +  }
- }
-diff -uprN mono-5.4.0.201/mono/mini/method-to-ir.c 
mono-5.4.0.201.new/mono/mini/method-to-ir.c
---- mono-5.4.0.201/mono/mini/method-to-ir.c    2017-10-04 18:30:42.000000000 
+0300
-+++ mono-5.4.0.201.new/mono/mini/method-to-ir.c        2017-10-24 
05:30:44.853696774 +0300
++
+       .method public static bool llvm_regress_59436 () {
+               // Code size       41 (0x29)
+               .maxstack  3
+diff -uprN mono-5.4.1.6.old/mono/mini/method-to-ir.c 
mono-5.4.1.6/mono/mini/method-to-ir.c
+--- mono-5.4.1.6.old/mono/mini/method-to-ir.c  2017-11-08 18:51:09.000000000 
+0300
++++ mono-5.4.1.6/mono/mini/method-to-ir.c      2017-11-12 04:07:23.983579610 
+0300
 @@ -6156,9 +6156,7 @@ inline_method (MonoCompile *cfg, MonoMet
        prev_args = cfg->args;
        prev_arg_types = cfg->arg_types;

++++++ mono-5.4.0.201.tar.bz2 -> mono-5.4.1.6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/mono-core/mono-5.4.0.201.tar.bz2 
/work/SRC/openSUSE:Factory/.mono-core.new/mono-5.4.1.6.tar.bz2 differ: char 11, 
line 1


Reply via email to