diff --git a/.gitignore b/.gitignore index e7e4c4a..b3e42a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ mono-2.6.7.tar.bz2 /mono-2.8.tar.bz2 +/mono-2.8.1.tar.bz2 diff --git a/mono.spec b/mono.spec index 8c55ed7..9b17770 100644 --- a/mono.spec +++ b/mono.spec @@ -1,6 +1,11 @@ Name: mono +<<<<<<< HEAD Version: 2.10.1 Release: 1%{?dist} +======= +Version: 2.8.1 +Release: 2%{?dist} +>>>>>>> 75bf18eb3bbb3c595c9e553f30159bcf50c69108 Summary: A .NET runtime environment Group: Development/Languages @@ -38,7 +43,7 @@ BuildRequires: automake libtool gettext-devel BuildRequires: mono-core # JIT only availible on these: -ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390x ppc ppc64 +ExclusiveArch: %ix86 x86_64 ia64 %{arm} sparcv9 alpha s390x ppc ppc64 Patch0: mono-2.8-ppc-thread.patch Patch1: mono-2.10-libdir.patch @@ -859,6 +864,7 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/ %{monodir}/4.0/sqlmetal.exe.config %changelog +<<<<<<< HEAD * Mon Mar 07 2011 Paul F. Johnson 2.10.1-1 - Bump to 2.10.1 - Update libdir and metadata patches @@ -866,6 +872,10 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/ - Renamed mono-4-preview to mono-dotnet4, removed as an option - Corrected mono-dotnet4 description - spec file clean up +======= +* Wed Feb 09 2011 Fedora Release Engineering - 2.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +>>>>>>> 75bf18eb3bbb3c595c9e553f30159bcf50c69108 * Tue Dec 07 2010 Paul F. Johnson 2.8.1-1 - Bump to latest bug release version diff --git a/sources b/sources index cdcb132..656051d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30b1180e20e5110d3fb36147137014a0 mono-2.8.tar.bz2 +329734676dff6ddb5546cc7ed2c67658 mono-2.8.1.tar.bz2