diff --git a/mono-2.0.1.tar.bz2 b/mono-2.0.1.tar.bz2 new file mode 100644 index 0000000..8995836 --- /dev/null +++ b/mono-2.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7089e8591ce793940d8a30f3ff5414437c32fc346fa918ec7f186516dab3e212 +size 19385815 diff --git a/mono-2.0.tar.bz2 b/mono-2.0.tar.bz2 deleted file mode 100644 index 6f5c1c3..0000000 --- a/mono-2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d05ae5836d7eee956b7e4e94e48039895c8ff0b8ed9f600dcac277383b4581d0 -size 19368811 diff --git a/mono-core.changes b/mono-core.changes index c43ec9b..8cc1c9b 100644 --- a/mono-core.changes +++ b/mono-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 20 11:42:54 MDT 2008 - ajorgensen@novell.com + +- Update to 2.0.1 + * Fixes for bnc#426309, bnc#431304, bnc#433908, bnc#431811, + bnc#434620, bnc#428406, bnc#434544, bnc#432673, bnc#426264, + bnc#430963, bnc#430040, bnc#435549, bnc#432466, bnc#433741, + bnc#416462, bnc#437691, and bnc#437289 + ------------------------------------------------------------------- Wed Oct 1 15:16:09 MDT 2008 - ajorgensen@novell.com diff --git a/mono-core.spec b/mono-core.spec index 09bb24b..1634f41 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -1,5 +1,5 @@ # -# spec file for package mono-core (Version 2.0) +# spec file for package mono-core (Version 2.0.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,8 +24,8 @@ License: LGPL v2.1 or later Group: Development/Languages/Mono Summary: A .NET Runtime Environment Url: http://go-mono.org/ -Version: 2.0 -Release: 16 +Version: 2.0.1 +Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: mono-%{version}.tar.bz2 Patch1: mono-libtool.diff @@ -56,7 +56,7 @@ Conflicts: mono-addins <= 0.3 #Conflicts: gtk-sharp2 < 2.10.3 # Require when in the buildserivce %if 0%{?opensuse_bs} -Recommends: libgdiplus0 = %{version} +Recommends: libgdiplus0 = 2.0 %endif %if 0%{?monobuild} Requires: libgdiplus0 @@ -66,8 +66,8 @@ Requires: libgdiplus0 %if 0%{?opensuse_bs} == 0 # suse would rather have recommends so that all sorts of graphic libs aren't # pulled in when libgdiplus is installed -Recommends: libgdiplus0 = %{version} -Recommends: libgluezilla0 = %{version} +Recommends: libgdiplus0 = 2.0 +Recommends: libgluezilla0 = 2.0 %endif %endif BuildRequires: glib2-devel zlib-devel @@ -844,7 +844,7 @@ Requires: glib2-devel %if 0%{?monobuild} Requires: libgdiplus0 %else -Requires: libgdiplus0 == %version +Requires: libgdiplus0 = 2.0 %endif %description -n mono-devel @@ -1152,6 +1152,12 @@ rm %buildroot%_prefix/usr rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Oct 20 2008 ajorgensen@novell.com +- Update to 2.0.1 + * Fixes for bnc#426309, bnc#431304, bnc#433908, bnc#431811, + bnc#434620, bnc#428406, bnc#434544, bnc#432673, bnc#426264, + bnc#430963, bnc#430040, bnc#435549, bnc#432466, bnc#433741, + bnc#416462, bnc#437691, and bnc#437289 * Wed Oct 01 2008 ajorgensen@novell.com - Update to 2.0 RC4 * Fixes for bnc#430508, bnc#413636, bnc#378713, and bnc#428054