2.8.2
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=65
This commit is contained in:
parent
fa31030c78
commit
781e59544e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca4cc1b3f69458c3d8793b6694df51205f8b2cb3e8086d3986e753f7197e0da1
|
||||
size 31181201
|
3
mono-2.8.2.tar.bz2
Normal file
3
mono-2.8.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e33409ea5e8d581b60a2b73587d9d94a283b39c6406f9d348badcbdb253381bb
|
||||
size 31292886
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:29:12 UTC 2011 - ajorgensen@novell.com
|
||||
|
||||
- Update to 2.8.2
|
||||
* Fix for CVE-2010-4225, bnc#660070
|
||||
* http://www.go-mono.com/archive/2.8.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 10:18:08 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,24 +1,5 @@
|
||||
#
|
||||
# spec file for package mono-core (Version 2.8.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%{!?ext_man: %define ext_man .gz}
|
||||
%define llvm no
|
||||
%define llvm yes
|
||||
%define sgen yes
|
||||
|
||||
%ifnarch %ix86 x86_64
|
||||
@ -27,12 +8,12 @@
|
||||
%endif
|
||||
|
||||
Name: mono-core
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Group: Development/Languages/Mono
|
||||
Summary: A .NET Runtime Environment
|
||||
Url: http://www.mono-project.com
|
||||
Version: 2.8.1
|
||||
Release: 1
|
||||
Version: 2.8.2
|
||||
Release: 0
|
||||
Source0: mono-%{version}.tar.bz2
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
@ -306,8 +287,8 @@ rm -rf %buildroot
|
||||
%_prefix/lib/mono/mono-configuration-crypto
|
||||
|
||||
%package -n libmono-2_0-1
|
||||
License: LGPLv2.1
|
||||
Summary: A Library for embedding Mono in your Application
|
||||
License: LGPL v2.1 only
|
||||
Summary: A Library for embedding Mono in your Application
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libmono-2_0-1
|
||||
@ -328,11 +309,10 @@ A Library for embedding Mono in your Application.
|
||||
%postun -n libmono-2_0-1 -p /sbin/ldconfig
|
||||
|
||||
%package -n libmono-2_0-devel
|
||||
License: LGPLv2.1
|
||||
Summary: Development files for libmono
|
||||
License: LGPL v2.1 only
|
||||
Summary: Development files for libmono
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
Requires: libmono-2_0-1
|
||||
|
||||
%description -n libmono-2_0-devel
|
||||
The Mono Project is an open development initiative that is working to
|
||||
@ -351,10 +331,9 @@ Development files for libmono.
|
||||
%_libdir/pkgconfig/mono-2.pc
|
||||
|
||||
%if %sgen == yes
|
||||
|
||||
%package -n libmonosgen-2_0-0
|
||||
License: LGPLv2.1
|
||||
Summary: A Library for embedding Mono in your Application (sgen version)
|
||||
License: LGPL v2.1 only
|
||||
Summary: A Library for embedding Mono in your Application (sgen version)
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libmonosgen-2_0-0
|
||||
@ -375,8 +354,8 @@ A Library for embedding Mono in your Application (sgen version).
|
||||
%postun -n libmonosgen-2_0-0 -p /sbin/ldconfig
|
||||
|
||||
%package -n libmonosgen-2_0-devel
|
||||
License: LGPLv2.1
|
||||
Summary: Development files for libmonosgen
|
||||
License: LGPL v2.1 only
|
||||
Summary: Development files for libmonosgen
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
|
||||
@ -396,10 +375,9 @@ Development files for libmonosgen.
|
||||
%endif
|
||||
|
||||
%if %llvm == yes
|
||||
|
||||
%package -n libmono-llvm0
|
||||
License: LGPLv2.1
|
||||
Summary: Loadable LLVM libary for mono
|
||||
License: LGPL v2.1 only
|
||||
Summary: Loadable LLVM libary for mono
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libmono-llvm0
|
||||
@ -421,7 +399,7 @@ Loadable LLVM libary for mono.
|
||||
%endif
|
||||
|
||||
%package -n mono-locale-extras
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Extra locale information
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -455,7 +433,7 @@ Extra locale information.
|
||||
%_prefix/lib/mono/gac/I18N.Rare
|
||||
|
||||
%package -n mono-data
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Database connectivity for Mono
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -516,7 +494,7 @@ Database connectivity for Mono.
|
||||
%_prefix/lib/mono/gac/System.Transactions
|
||||
|
||||
%package -n mono-winforms
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Mono's Windows Forms implementation
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -558,7 +536,7 @@ Mono's Windows Forms implementation.
|
||||
%_prefix/lib/mono/gac/System.Windows.Forms.DataVisualization
|
||||
|
||||
%package -n ibm-data-db2
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Database connectivity for DB2
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -579,7 +557,7 @@ Database connectivity for DB2.
|
||||
%_prefix/lib/mono/gac/IBM.Data.DB2
|
||||
|
||||
%package -n mono-extras
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Extra packages
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -641,7 +619,7 @@ Extra packages.
|
||||
%_prefix/lib/mono/gac/mono-service
|
||||
|
||||
%package -n mono-data-sqlite
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Database connectivity for Mono
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -852,7 +830,7 @@ Mono implementation of ASP.NET MVC.
|
||||
%_prefix/lib/mono/gac/System.Web.Mvc
|
||||
|
||||
%package -n mono-data-oracle
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Database connectivity for Mono
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -875,7 +853,7 @@ Database connectivity for Mono.
|
||||
%_prefix/lib/mono/gac/System.Data.OracleClient
|
||||
|
||||
%package -n mono-data-postgresql
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Database connectivity for Mono
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -898,7 +876,7 @@ Database connectivity for Mono.
|
||||
%_prefix/lib/mono/gac/Npgsql
|
||||
|
||||
%package -n mono-nunit
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: NUnit Testing Framework
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -945,7 +923,7 @@ brings xUnit to all .NET languages.
|
||||
%_prefix/lib/mono/gac/nunit.util
|
||||
|
||||
%package -n mono-devel
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Mono development tools
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core == %version-%release
|
||||
@ -1145,7 +1123,7 @@ Mono development tools.
|
||||
%_prefix/lib/mono/xbuild
|
||||
|
||||
%package -n monodoc-core
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Monodoc - Documentation tools for C# code
|
||||
Group: Development/Tools/Other
|
||||
Requires: mono-core == %version-%release
|
||||
@ -1190,7 +1168,7 @@ Monodoc-core contains documentation tools for C#.
|
||||
%_prefix/lib/monodoc
|
||||
|
||||
%package -n mono-complete
|
||||
License: LGPLv2.1
|
||||
License: LGPL v2.1 only
|
||||
Summary: Install everything built from the mono source tree
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core = %version-%release
|
||||
|
Loading…
Reference in New Issue
Block a user