From a7dbfdbdf5cfb20acf85633d13cfc0ecc8f472ac3553665f93532a08ec4cf09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 17 Jan 2013 19:36:21 +0000 Subject: [PATCH] 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 --- mono-3.0.2.tar.bz2 | 3 --- mono-3.0.3.tar.bz2 | 3 +++ mono-core.changes | 7 +++++++ mono-core.spec | 47 +++++++++++++++++++++++++++++++++++++++++----- 4 files changed, 52 insertions(+), 8 deletions(-) delete mode 100644 mono-3.0.2.tar.bz2 create mode 100644 mono-3.0.3.tar.bz2 diff --git a/mono-3.0.2.tar.bz2 b/mono-3.0.2.tar.bz2 deleted file mode 100644 index 4963674..0000000 --- a/mono-3.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:642f77c2ba2f90637638f453c579e9385c36ecf8b5cafe16307323746f43c44f -size 67323152 diff --git a/mono-3.0.3.tar.bz2 b/mono-3.0.3.tar.bz2 new file mode 100644 index 0000000..0126337 --- /dev/null +++ b/mono-3.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391de107a8cc4d71fc3728f253cde11a66d2fed91f6e57f440d6f8ab5b6388e6 +size 66510559 diff --git a/mono-core.changes b/mono-core.changes index 38e8c3a..92ebb5a 100644 --- a/mono-core.changes +++ b/mono-core.changes @@ -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 diff --git a/mono-core.spec b/mono-core.spec index d8c623b..c638e5a 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -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}