forked from pool/mono-core
This commit is contained in:
parent
8c5a7e8994
commit
7ce593ae25
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8a00feefaf98e6c77fdf0eb2b4220fa8f60f66f44a35dee3514c4248ed362d7
|
||||
size 19327965
|
||||
oid sha256:0d3fe201247854efeb5f3cd88c70bdc866280d700e3dff098c11f04c16c943d9
|
||||
size 19320767
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 11:28:24 MDT 2008 - ajorgensen@novell.com
|
||||
|
||||
- Update to 2.0 RC2
|
||||
* Bugfixes including bnc#422507, bnc#422853, bnc#397627,
|
||||
bnc#359181, bnc#409028, bnc#417955, bnc#410743
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 15:20:08 MDT 2008 - ajorgensen@novell.com
|
||||
|
||||
- Require libgdiplus for mono-devel (because resgen requires it)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 08:40:53 MDT 2008 - ajorgensen@novell.com
|
||||
|
||||
|
@ -25,7 +25,7 @@ Group: Development/Languages/Mono
|
||||
Summary: A .NET Runtime Environment
|
||||
Url: http://go-mono.org/
|
||||
Version: 2.0
|
||||
Release: 9
|
||||
Release: 11
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: mono-%{version}.tar.bz2
|
||||
Patch1: mono-libtool.diff
|
||||
@ -841,6 +841,11 @@ Summary: Mono development tools
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
Requires: glib2-devel
|
||||
%if 0%{?monobuild}
|
||||
Requires: libgdiplus0
|
||||
%else
|
||||
Requires: libgdiplus0 == %version
|
||||
%endif
|
||||
|
||||
%description -n mono-devel
|
||||
The Mono Project is an open development initiative that is working to
|
||||
@ -1147,6 +1152,12 @@ rm %buildroot%_prefix/usr
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Wed Sep 10 2008 ajorgensen@novell.com
|
||||
- Update to 2.0 RC2
|
||||
* Bugfixes including bnc#422507, bnc#422853, bnc#397627,
|
||||
bnc#359181, bnc#409028, bnc#417955, bnc#410743
|
||||
* Tue Sep 09 2008 ajorgensen@novell.com
|
||||
- Require libgdiplus for mono-devel (because resgen requires it)
|
||||
* Mon Sep 08 2008 ajorgensen@novell.com
|
||||
- Recommend a specific version of libgdiplus
|
||||
* Tue Sep 02 2008 ajorgensen@novell.com
|
||||
|
Loading…
Reference in New Issue
Block a user