forked from pool/mono-core
This commit is contained in:
parent
6b5ad55e9c
commit
38ea1d43e6
3
mono-2.0.1.tar.bz2
Normal file
3
mono-2.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7089e8591ce793940d8a30f3ff5414437c32fc346fa918ec7f186516dab3e212
|
||||
size 19385815
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d05ae5836d7eee956b7e4e94e48039895c8ff0b8ed9f600dcac277383b4581d0
|
||||
size 19368811
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user