SHA256
1
0
forked from pool/mono-core

Accepting request 157231 from Mono:Factory

"Hotfix" for Xamarin studio.

OBS-URL: https://build.opensuse.org/request/show/157231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=68
This commit is contained in:
Stephan Kulow 2013-03-05 05:44:59 +00:00 committed by Git OBS Bridge
commit 0ae45aacdf
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:391de107a8cc4d71fc3728f253cde11a66d2fed91f6e57f440d6f8ab5b6388e6
size 66510559

3
mono-3.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08ee9714c1b0ea008a6857bf4af1d7954b79ba8c926677e9000dfdd890a7394e
size 81737465

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Feb 24 21:12:42 UTC 2013 - mailaender@opensuse.org
- Add missing Provides: for monodevelop 4.0
-------------------------------------------------------------------
Sat Feb 23 14:16:57 UTC 2013 - mailaender@opensuse.org
- Update to http://www.mono-project.com/Release_Notes_Mono_3.0.4
* Bug fixes to the 3.0.x series
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 29 08:15:12 UTC 2013 - dimstar@opensuse.org Tue Jan 29 08:15:12 UTC 2013 - dimstar@opensuse.org

View File

@ -26,9 +26,9 @@
%endif %endif
Name: mono-core Name: mono-core
Version: 3.0.3 Version: 3.0.4
Release: 0 Release: 0
Summary: A Summary: Cross-platform, Open Source, .NET development framework
License: LGPL-2.1 License: LGPL-2.1
Group: Development/Languages/Mono Group: Development/Languages/Mono
Url: http://www.mono-project.com Url: http://www.mono-project.com
@ -869,6 +869,7 @@ Provides: mono(System.Runtime.Remoting) = 1.0.5000.0
Provides: mono(System.Runtime.Serialization.Formatters.Soap) = 1.0.5000.0 Provides: mono(System.Runtime.Serialization.Formatters.Soap) = 1.0.5000.0
Provides: mono(System.Web) = 1.0.5000.0 Provides: mono(System.Web) = 1.0.5000.0
Provides: mono(System.Web.Services) = 1.0.5000.0 Provides: mono(System.Web.Services) = 1.0.5000.0
Provides: mono(System.Web.WebPages.Deployment) = 2.1.0.0
%description -n mono-web %description -n mono-web
The Mono Project is an open development initiative that is working to The Mono Project is an open development initiative that is working to
@ -1158,6 +1159,7 @@ Mono development tools.
%{_bindir}/lc %{_bindir}/lc
%{_bindir}/macpack %{_bindir}/macpack
%{_bindir}/makecert %{_bindir}/makecert
%{_bindir}/mdbrebase
%{_bindir}/mkbundle %{_bindir}/mkbundle
%{_bindir}/mono-api-info %{_bindir}/mono-api-info
%{_bindir}/mono-cil-strip %{_bindir}/mono-cil-strip
@ -1290,6 +1292,7 @@ Mono development tools.
%{_prefix}/lib/mono/4.5/lc.exe* %{_prefix}/lib/mono/4.5/lc.exe*
%{_prefix}/lib/mono/4.5/macpack.exe* %{_prefix}/lib/mono/4.5/macpack.exe*
%{_prefix}/lib/mono/4.5/makecert.exe* %{_prefix}/lib/mono/4.5/makecert.exe*
%{_prefix}/lib/mono/4.5/mdbrebase.exe*
%{_prefix}/lib/mono/4.5/mkbundle.exe* %{_prefix}/lib/mono/4.5/mkbundle.exe*
%{_prefix}/lib/mono/4.5/mono-api-info.exe* %{_prefix}/lib/mono/4.5/mono-api-info.exe*
%{_prefix}/lib/mono/4.5/mono-cil-strip.exe* %{_prefix}/lib/mono/4.5/mono-cil-strip.exe*
@ -1325,6 +1328,7 @@ Summary: Entity Framework (EF) is an object-relational mapper
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Mono Group: Development/Languages/Mono
Requires: mono-core = %{version} Requires: mono-core = %{version}
Provides: mono(System.Data.Entity) = 4.0.0.0
%description -n mono-entityframework %description -n mono-entityframework
Entity Framework (EF) is an object-relational mapper that enables .NET Entity Framework (EF) is an object-relational mapper that enables .NET
@ -1417,6 +1421,7 @@ Monodoc-core contains documentation tools for C#.
%{_mandir}/man1/monodocer.1%ext_man %{_mandir}/man1/monodocer.1%ext_man
%{_mandir}/man1/monodocs2html.1%ext_man %{_mandir}/man1/monodocs2html.1%ext_man
%{_mandir}/man5/mdoc.5%ext_man %{_mandir}/man5/mdoc.5%ext_man
%{_prefix}/lib/mono/4.0/monodoc.dll
%{_prefix}/lib/mono/4.5/mdoc.exe* %{_prefix}/lib/mono/4.5/mdoc.exe*
%{_prefix}/lib/mono/4.5/mod.exe* %{_prefix}/lib/mono/4.5/mod.exe*
%{_prefix}/lib/mono/gac/monodoc %{_prefix}/lib/mono/gac/monodoc
@ -1443,8 +1448,10 @@ Requires: mono-data-oracle = %{version}
Requires: mono-data-postgresql = %{version} Requires: mono-data-postgresql = %{version}
Requires: mono-data-sqlite = %{version} Requires: mono-data-sqlite = %{version}
Requires: mono-devel = %{version} Requires: mono-devel = %{version}
Requires: mono-entityframework = %{version}
Requires: mono-extras = %{version} Requires: mono-extras = %{version}
Requires: mono-locale-extras = %{version} Requires: mono-locale-extras = %{version}
Requires: mono-mvc = %{version}
Requires: mono-nunit = %{version} Requires: mono-nunit = %{version}
Requires: mono-reactive = %{version} Requires: mono-reactive = %{version}
Requires: mono-wcf = %{version} Requires: mono-wcf = %{version}