forked from pool/mono-core
Accepting request 148829 from home:Mailaender:branches:Mono:Factory
update to latest release now with a more descriptive .changes file OBS-URL: https://build.opensuse.org/request/show/148829 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=101
This commit is contained in:
parent
14290b171d
commit
a7dbfdbdf5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:642f77c2ba2f90637638f453c579e9385c36ecf8b5cafe16307323746f43c44f
|
||||
size 67323152
|
3
mono-3.0.3.tar.bz2
Normal file
3
mono-3.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:391de107a8cc4d71fc3728f253cde11a66d2fed91f6e57f440d6f8ab5b6388e6
|
||||
size 66510559
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 11:41:47 UTC 2013 - mailaender@opensuse.org
|
||||
|
||||
- Update to http://www.mono-project.com/Release_Notes_Mono_3.0.3
|
||||
* Bug fixes to the 3.0.x series
|
||||
- new sub-package mono-reactive including http://rx.codeplex.com/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 17:52:57 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mono-core
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: mono-core
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: A
|
||||
License: LGPL-2.1
|
||||
@ -181,9 +181,6 @@ rm %{buildroot}%{_prefix}%{_prefix}
|
||||
rm %{buildroot}%{_bindir}/mono-sgen-gdb.py
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f mcs.lang
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
|
||||
@ -1339,6 +1336,45 @@ usually need to write
|
||||
%{_prefix}/lib/mono/gac/EntityFramework.SqlServer
|
||||
%{_prefix}/lib/mono/gac/EntityFramework
|
||||
|
||||
%package -n mono-reactive
|
||||
Summary: Reactive Extensions
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Mono
|
||||
Requires: mono-core = %{version}
|
||||
|
||||
%description -n mono-reactive
|
||||
The Mono Project is an open development initiative that is working to
|
||||
develop an open source, Unix version of the .NET development platform.
|
||||
Its objective is to enable Unix developers to build and deploy
|
||||
cross-platform .NET applications. The project will implement various
|
||||
technologies that have been submitted to the ECMA for standardization.
|
||||
|
||||
Microsoft's Reactive Extensions.
|
||||
|
||||
%files -n mono-reactive
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/pkgconfig/reactive.pc
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Core.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Debugger.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Experimental.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Interfaces.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Linq.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.PlatformServices.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Providers.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Runtime.Remoting.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Windows.Forms.dll
|
||||
%{_prefix}/lib/mono/4.5/System.Reactive.Windows.Threading.dll
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Core/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Debugger/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Experimental/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Interfaces/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Linq/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.PlatformServices/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Providers/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Runtime.Remoting/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Windows.Forms/
|
||||
%{_prefix}/lib/mono/gac/System.Reactive.Windows.Threading/
|
||||
|
||||
%package -n monodoc-core
|
||||
Summary: Monodoc - Documentation tools for C# code
|
||||
License: LGPL-2.1
|
||||
@ -1407,6 +1443,7 @@ Requires: mono-devel = %{version}
|
||||
Requires: mono-extras = %{version}
|
||||
Requires: mono-locale-extras = %{version}
|
||||
Requires: mono-nunit = %{version}
|
||||
Requires: mono-reactive = %{version}
|
||||
Requires: mono-wcf = %{version}
|
||||
Requires: mono-web = %{version}
|
||||
Requires: mono-winforms = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user