diff --git a/mono.spec b/mono.spec index 80182cd..4be2e14 100644 --- a/mono.spec +++ b/mono.spec @@ -15,14 +15,14 @@ %endif Name: mono -Version: 4.4.1 -Release: 2%{?dist} +Version: 4.4.2 +Release: 1%{?dist} Summary: Cross-platform, Open Source, .NET development framework Group: Development/Languages License: MIT URL: http://www.mono-project.com -Source0: http://download.mono-project.com/sources/mono/mono-%{version}.0.tar.bz2 +Source0: http://download.mono-project.com/sources/mono/mono-%{version}.11.tar.bz2 # This key was generated by Tom "spot" Callaway on Dec 1, 2009 # by running the following command: # sn -k mono.snk @@ -426,6 +426,7 @@ mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir} %gac_dll System.Numerics.Vectors %gac_dll System.Security %gac_dll System.Xml +%gac_dll System.Reflection.Context %gac_dll Mono.Tasklets %gac_dll System.Net %gac_dll System.Xml.Linq @@ -458,6 +459,7 @@ mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir} %gac_dll System.Numerics %gac_dll System.Runtime.Caching %gac_dll System.Runtime.DurableInstancing +%gac_dll System.Runtime.InteropServices.RuntimeInformation %gac_dll System.Transactions %gac_dll System.Xaml %gac_dll WebMatrix.Data @@ -759,6 +761,9 @@ mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir} %{_libdir}/pkgconfig/monodoc.pc %changelog +* Tue Aug 02 2016 Timotheus Pokorra - 4.4.2-1 +- update to 4.4.2.11 Cycle 7 Service Release 1 + * Thu Jun 23 2016 Timotheus Pokorra - 4.4.1-2 - Fix winforms problem with TrayIcon (#1284609) diff --git a/sources b/sources index 2d412cb..0093dc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18b7931a20b0dbb7c27322bb6a1ad5e2 mono-4.4.1.0.tar.bz2 +bf3248973a518cfd1c82ee8a3e4f64b5 mono-4.4.2.11.tar.bz2