Update to 2.10.2

This commit is contained in:
Christian Krause 2011-04-27 22:28:23 +02:00
parent b1f8fa152f
commit 9ff19676d0
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ mono-2.6.7.tar.bz2
/mono-2.8.tar.bz2
/mono-2.8.1.tar.bz2
/mono-2.10.1.tar.bz2
/mono-2.10.2.tar.bz2

View File

@ -1,6 +1,6 @@
Name: mono
Version: 2.10.1
Release: 6%{?dist}
Version: 2.10.2
Release: 1%{?dist}
Summary: A .NET runtime environment
Group: Development/Languages
@ -562,6 +562,7 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
%{_includedir}/mono-2.0/mono/utils/*.h
%{_includedir}/mono-2.0/mono/cil/opcode.def
%{_libdir}/libmono*-2.0.so
%{_libdir}/mono/xbuild-frameworks
%files nunit
%defattr(-,root,root,-)
@ -730,6 +731,9 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
%changelog
* Tue Apr 26 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.2-1
- Update to 2.10.2
* Tue Apr 19 2011 Dan Horák <dan[at]danny.cz> 2.10.1-6
- fix non-x86 builds

View File

@ -1 +1 @@
ae8d1875447527599e68dd6c1d82bc11 mono-2.10.1.tar.bz2
bff057dc3e56b8841bbb1abe053858bb mono-2.10.2.tar.bz2