Update to 2.4.2.1 Now includes System.Web.Mvc (missing from 2.4.2)

This commit is contained in:
Paul F. Johnson 2009-07-09 22:17:39 +00:00
parent e768702836
commit 33fe0155c5
4 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
mono-2.4.2.tar.bz2
mono-2.4.2.1.tar.bz2

View File

@ -49,3 +49,4 @@ mono-2_4_2-2_fc12:HEAD:mono-2.4.2-2.fc12.src.rpm:1244998030
mono-2_4_2-3_fc12:HEAD:mono-2.4.2-3.fc12.src.rpm:1245278907
mono-2_4_2-4_fc12:HEAD:mono-2.4.2-4.fc12.src.rpm:1245789078
mono-2_4_2-5_fc12:HEAD:mono-2.4.2-5.fc12.src.rpm:1246322011
mono-2_4_2_1-1_fc12:HEAD:mono-2.4.2.1-1.fc12.src.rpm:1247177797

View File

@ -1,6 +1,6 @@
Name: mono
Version: 2.4.2
Release: 5%{?dist}
Version: 2.4.2.1
Release: 1%{?dist}
Summary: A .NET runtime environment
Group: Development/Languages
@ -447,6 +447,7 @@ install monodir %{buildroot}%{_bindir}
%gac_dll System.Web.Services
%gac_dll System.Web.Extensions.Design
%gac_dll System.Web.Extensions
%gac_dll System.Web.Mvc
%{monodir}/compat-2.0/System.Web.Extensions*dll
%gac_dll System.ComponentModel.DataAnnotations
%gac_dll System.IdentityModel.Selectors
@ -720,6 +721,10 @@ install monodir %{buildroot}%{_bindir}
%{_libdir}/pkgconfig/monodoc.pc
%changelog
* Thu Jul 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2.1-1
- Bump to 2.4.2.1 release
- Add system.web.mvc
* Tue Jun 30 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-5
- Bump to 2.4.2 official release
- Move mkbundle2 to devel (BZ 497187)

View File

@ -1 +1 @@
f086227f3cd4cecb5c1fe0f566760f81 mono-2.4.2.tar.bz2
727f11c1b33b49bc4d15ca63ab0af410 mono-2.4.2.1.tar.bz2