[Pkg-mono-svn-commits] [mono] branch master updated (f41b2a2 -> cf9b8fe)

Mirco Bauer meebey at alioth.debian.org
Thu Oct 10 09:50:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

meebey pushed a change to branch master
in repository mono.

      from  f41b2a2   Finalize changelog
      adds  c920c13   Removed mono_arch_get_lmf_addr from s390x specific symbols
      adds  15e60b3   Add Assembly version attributes to hopefully fix bug #10002.
      adds  5b98c36   [rx] Add missing AssemblyInfos.
      adds  7cb9532   remove wrong EOLs after Libs: in reactive.pc.in. Third attempt to fix bug #10002.
      adds  c8c15e2   Merge branch 'master-experimental-patches/fix_reactive_extensions' into master-experimental
      adds  b85c794   Create package for Reactive Extensions
      adds  1ab7ff8   Merge remote-tracking branch 'users/cmn/package-rx' into master-experimental
      adds  7b291a4   Added new armel specific symbols to libmono-2.0-1.symbols.armel
      adds  172471f   Support a MONO_ARCH_HAVE_TLS_INIT variable.
      adds  319a186   Merge branch 'master-experimental-patches/fix_sparc_tls' into master-experimental
       new  cf9b8fe   Merge commit '319a186dbe328f97eae6f8640ff2392bdeee17ae'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 data/reactive.pc.in                                |   10 +-
 debian/control                                     |  161 +++++++++++++++++
 debian/libmono-2.0-1.symbols.armel                 |    2 +
 debian/libmono-2.0-1.symbols.s390x                 |    1 -
 debian/libmono-cil-dev.install                     |    1 +
 debian/libmono-system-reactive-core2.1-cil.install |    2 +
 ...libmono-system-reactive-debugger2.1-cil.install |    2 +
 ...ono-system-reactive-experimental2.1-cil.install |    2 +
 ...bmono-system-reactive-interfaces2.1-cil.install |    2 +
 debian/libmono-system-reactive-linq2.1-cil.install |    2 +
 ...system-reactive-platformservices2.1-cil.install |    2 +
 ...ibmono-system-reactive-providers2.1-cil.install |    2 +
 ...system-reactive-runtime-remoting2.1-cil.install |    2 +
 ...no-system-reactive-windows-forms2.1-cil.install |    2 +
 ...ystem-reactive-windows-threading2.1-cil.install |    2 +
 .../Mono.Reactive.Testing/Assembly/AssemblyInfo.cs |    2 +
 .../Mono.Reactive.Testing.dll.sources              |   14 ++
 .../System.Reactive.Core/Assembly/AssemblyInfo.cs  |    2 +
 .../System.Reactive.Core.dll.sources               |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.Debugger.dll.sources           |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.Experimental.dll.sources       |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.Interfaces.dll.sources         |    1 +
 .../System.Reactive.Linq/Assembly/AssemblyInfo.cs  |    2 +
 .../System.Reactive.Linq.dll.sources               |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.PlatformServices.dll.sources   |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.Providers.dll.sources          |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.Runtime.Remoting.dll.sources   |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.Windows.Forms.dll.sources      |    1 +
 .../Assembly/AssemblyInfo.cs                       |    2 +
 .../System.Reactive.Windows.Threading.dll.sources  |    1 +
 mcs/class/build-rx-dll-sources.sh                  |  180 ++++++++++++++++++++
 mono/mini/mini-sparc.c                             |   15 +-
 mono/mini/mini-sparc.h                             |    3 +
 mono/mini/mini.c                                   |    6 +-
 41 files changed, 431 insertions(+), 14 deletions(-)
 create mode 100644 debian/libmono-system-reactive-core2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-debugger2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-experimental2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-interfaces2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-linq2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-platformservices2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-providers2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-runtime-remoting2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-windows-forms2.1-cil.install
 create mode 100644 debian/libmono-system-reactive-windows-threading2.1-cil.install
 create mode 100644 mcs/class/Mono.Reactive.Testing/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/Mono.Reactive.Testing/Mono.Reactive.Testing.dll.sources
 create mode 100644 mcs/class/System.Reactive.Core/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Debugger/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Experimental/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Interfaces/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Linq/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.PlatformServices/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Providers/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Runtime.Remoting/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Windows.Forms/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/System.Reactive.Windows.Threading/Assembly/AssemblyInfo.cs
 create mode 100644 mcs/class/build-rx-dll-sources.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list