mavit / rpms / mono

Forked from rpms/mono 5 years ago
Clone
9ddae37
%ifarch ppc64 ppc64le
9ddae37
# workaround #1224945
aff8741
%undefine _hardened_build
aff8741
%endif
Timotheus Pokorra e1418bc
%global bootstrap 0
93594d0
%if 0%{?el6}
Timotheus Pokorra b86fca8
# see https://fedorahosted.org/fpc/ticket/395, it was added to el7
Timotheus Pokorra b86fca8
%global mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 ppc64le
Timotheus Pokorra 6089cad
%global _monodir %{_prefix}/lib/mono
Timotheus Pokorra 6089cad
%global _monogacdir %{_monodir}/gac
93594d0
%endif
Timotheus Pokorra b86fca8
%if 0%{?rhel}%{?el6}%{?el7}
Timotheus Pokorra b86fca8
# to resolve: "ERROR: No build ID note found"
Timotheus Pokorra b86fca8
%undefine _missing_build_ids_terminate_build
Timotheus Pokorra b86fca8
%endif
b873cfd
48bd560
Name:           mono
Timotheus Pokorra a59a6c0
Version:        4.6.2
Timotheus Pokorra a5f72bd
Release:        3%{?dist}
93594d0
Summary:        Cross-platform, Open Source, .NET development framework
jross 3a83684
5c76d72
Group:          Development/Languages
Paul F. Johnson 7b91332
License:        MIT
93594d0
URL:            http://www.mono-project.com
Timotheus Pokorra a5f72bd
Source0:        http://download.mono-project.com/sources/mono/mono-%{version}.16.tar.bz2
38e07ad
# This key was generated by Tom "spot" Callaway <tcallawa@redhat.com> on Dec 1, 2009
38e07ad
# by running the following command:
38e07ad
# sn -k mono.snk
38e07ad
# You should not regenerate this unless you have a really, really, really good reason.
93594d0
Source1:        mono.snk
93594d0
Patch0:         mono-4.0.0-ignore-reference-assemblies.patch
Timotheus Pokorra b942246
Patch1:         mono-4.2.1-ppc.patch
Timotheus Pokorra b942246
Patch2:         mono-4.3.2-find-provides.patch
Timotheus Pokorra b942246
Patch3:         mono-4.2-fix-winforms-trayicon.patch
Timotheus Pokorra b942246
Patch4:         mono-4.6.0-patch_arm_fast_tls.patch
Timotheus Pokorra f1787b9
Patch5:         mono-4.6.1-aarch64.patch
jross 4c5700a
93594d0
BuildRequires:  bison
93594d0
BuildRequires:  gcc-c++
e05ab65
BuildRequires:  gettext-devel
7e2b69d
BuildRequires:  libicu-devel
Paul F. Johnson 5512141
BuildRequires:  libgdiplus-devel >= 2.10
93594d0
BuildRequires:  pkgconfig
e05ab65
BuildRequires:  valgrind-devel
7e2b69d
BuildRequires:  zlib-devel
Timotheus Pokorra 0ccaff5
6b1958b
# Yes, mono actually depends on itself, because
6b1958b
# we deleted the bootstrapping binaries. If you
6b1958b
# need to bootstrap mono, comment out this BuildRequires
6b1958b
# and don't delete the binaries in %%prep.
Paul F. Johnson d415e04
aff8741
%if 0%{bootstrap}
aff8741
# for bootstrap, use bundled monolite instead of local mono
aff8741
%else
05a8b95
BuildRequires:  mono-core >= 4.0
aff8741
%endif
6b1958b
93594d0
# JIT only available on these:
Timotheus Pokorra 89be371
ExclusiveArch: %mono_arches
93594d0
Timotheus Pokorra 6089cad
%global _use_internal_dependency_generator 0
Timotheus Pokorra 6089cad
%global __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/redhat/find-provides && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}%{_prefix} %{buildroot}%{_bindir}/mono-find-provides; } | sort | uniq'
Timotheus Pokorra 6089cad
%global __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/redhat/find-requires && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}%{_prefix} %{buildroot}%{_bindir}/mono-find-requires; } | sort | uniq | grep ^...'
jross 4c5700a
5c76d72
%description
5c76d72
The Mono runtime implements a JIT engine for the ECMA CLI
5c76d72
virtual machine (as well as a byte code interpreter, the
5c76d72
class loader, the garbage collector, threading system and
5c76d72
metadata access libraries.
jross 4c5700a
5c76d72
%package core
5c76d72
Summary:        The Mono CIL runtime, suitable for running .NET code
5c76d72
Group:          Development/Languages
75148f1
Requires:       libgdiplus
25a3bf8
5c76d72
%description core
5c76d72
This package contains the core of the Mono runtime including its
5c76d72
Virtual Machine, Just-in-time compiler, C# compiler, security
5c76d72
tools and libraries (corlib, XML, System.Security, ZipLib,
5c76d72
I18N, Cairo and Mono.*).
jross 4c5700a
Paul F. Johnson c92b865
%package winfx
15e4268
Summary:        Mono implementation of core WinFX APIs
15e4268
Group:          Development/Languages
15e4268
Requires:       mono-core = %{version}-%{release}
Paul F. Johnson c92b865
Paul F. Johnson c92b865
%description winfx
Paul F. Johnson c92b865
Open source implementation of core WinFX APIs
Paul F. Johnson c92b865
Paul F. Johnson c92b865
%package mvc
15e4268
Summary:        Mono implementation of ASP.NET MVC
15e4268
Group:          Development/Languages
15e4268
Requires:       mono-core = %{version}-%{release}
Paul F. Johnson c92b865
Paul F. Johnson c92b865
%description mvc
Paul F. Johnson c92b865
This is the Mono implementation of ASP.NET MVC
Paul F. Johnson c92b865
Paul F. Johnson c92b865
%package mvc-devel
93594d0
Summary:        Development files for  ASP.NET MVC
15e4268
Group:          Development/Languages
15e4268
Requires:       mono-core = %{version}-%{release}
Paul F. Johnson c92b865
Paul F. Johnson c92b865
%description mvc-devel
Paul F. Johnson c92b865
This is the Mono implementation of ASP.NET MVC
Paul F. Johnson c92b865
25a3bf8
%package devel
6f739de
Summary:        Development tools for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
60246aa
Requires:       pkgconfig
5c76d72
Requires:       glib2-devel
6f739de
b337430
%description devel
b337430
This package completes the Mono developer toolchain with the mono profiler,
b337430
assembler and other various tools.
b337430
5c76d72
%package locale-extras
5c76d72
Summary:        Extra locale information for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
5c76d72
%description locale-extras
5c76d72
This package contains assemblies to support I18N applications for
5c76d72
non-latin alphabets.
5c76d72
5c76d72
%package extras
5c76d72
Summary:        Provides the infrastructure for running and building daemons and services with Mono as well as various stub assemblies
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description extras
93594d0
This package provides the library and application to run services
5c76d72
and daemons with Mono. It also includes stubs for the following
93594d0
assemblies: Microsoft.Vsa,
5c76d72
System.Configuration.Install, System.Management, System.Messaging.
jross 4c5700a
93594d0
%package reactive
93594d0
License:        MIT License (or similar) ; Apache License 2.0
93594d0
Summary:        Reactive Extensions for Mono core libraries
93594d0
Group:          Development/Languages
93594d0
Requires:       mono-core = %{version}-%{release}
93594d0
93594d0
%description reactive
93594d0
Reactive Extensions for Mono, this packages don't depend on
93594d0
desktop-specific features.
93594d0
93594d0
%package reactive-winforms
93594d0
License:        MIT License (or similar) ; Apache License 2.0
93594d0
Summary:        Reactive Extensions for Mono desktop-specific libraries
93594d0
Group:          Development/Languages
93594d0
Requires:       mono-core = %{version}-%{release}
93594d0
Requires:       mono-reactive = %{version}-%{release}
93594d0
93594d0
%description reactive-winforms
93594d0
Reactive Extensions for Mono, desktop-specific packages (winforms,
93594d0
windows threading).
93594d0
93594d0
%package reactive-devel
93594d0
Summary:        Development files for system.web
93594d0
Group:          Development/Languages
93594d0
Requires:       mono-core = %{version}-%{release}
93594d0
Requires:       mono-reactive = %{version}-%{release} pkgconfig
93594d0
93594d0
%description reactive-devel
93594d0
This package provides the .pc file for mono-rx
93594d0
5c76d72
%package winforms
5c76d72
Summary:        Windows Forms implementation for Mono
5c76d72
Group:          Development/Languages
Paul F. Johnson fc352e7
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description winforms
5c76d72
This package provides a fully managed implementation of
5c76d72
System.Windows.Forms, the default graphical toolkit for .NET
5c76d72
applications.
jross 4c5700a
75148f1
%package wcf
75148f1
Summary:        Mono implementation of Windows Communication Foundation
75148f1
Group:          Development/Languages
75148f1
Requires:       mono-core = %{version}-%{release}
75148f1
75148f1
%description wcf
75148f1
This package provides an implementation of WCF, the Windows Communication
75148f1
Foundation.
75148f1
5c76d72
%package web
5c76d72
Summary:        ASP.NET, Remoting, and Web Services for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description web
5c76d72
This package provides the ASP.NET libraries and runtime for
5c76d72
development of web application, web services and remoting support.
jross 4c5700a
Paul F. Johnson 8d5b63e
%package web-devel
Paul F. Johnson 8d5b63e
Summary:        Development files for system.web
Paul F. Johnson 8d5b63e
Group:          Development/Languages
Paul F. Johnson 8d5b63e
Requires:       mono-core = %{version}-%{release}
75148f1
Requires:       mono-web = %{version}-%{release} pkgconfig
Paul F. Johnson 8d5b63e
Paul F. Johnson 8d5b63e
%description web-devel
Paul F. Johnson 8d5b63e
This package provides the .pc file for mono-web
Paul F. Johnson 8d5b63e
5c76d72
%package data
5c76d72
Summary:        Database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description data
5c76d72
This package provides a Mono assembly to facilitate data access
5c76d72
and manipulation with databases, LDAP compatible directory servers
5c76d72
and/or XML data exchange. Beyond the ADO.NET, Novell.LDAP and
5c76d72
System.DirectoryServices assemblies, it also includes a command
5c76d72
line sql application as well as the Microsoft SQL Server and ODBC
5c76d72
data providers.
jross 4c5700a
5c76d72
%package data-sqlite
5c76d72
Summary:        sqlite database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
Requires:       sqlite
jross 4c5700a
5c76d72
%description data-sqlite
5c76d72
This package contains the ADO.NET Data provider for the sqlite
5c76d72
database.
jross 4c5700a
5c76d72
%package data-oracle
5c76d72
Summary:        Oracle database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
jross 4c5700a
5c76d72
%description data-oracle
5c76d72
This package contains the ADO.NET Data provider for the Oracle
5c76d72
database.
jross 4c5700a
5c76d72
%package -n ibm-data-db2
5c76d72
Summary:        IBM DB2 database connectivity for Mono
5c76d72
Group:          Development/Languages
7e2b69d
Requires:       mono-core = %{version}-%{release}
5c76d72
5c76d72
%description -n ibm-data-db2
5c76d72
This package contains the ADO.NET Data provider for the IBM DB2
5c76d72
Universal database.
5c76d72
Paul F. Johnson adb6c98
%package -n monodoc
75148f1
Summary:        The mono documentation system
75148f1
Group:          Documentation
75148f1
Requires:       mono-core = %{version}-%{release}
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%description -n monodoc
Paul F. Johnson 264ee24
monodoc is the documentation package for the mono .NET environment
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%package -n monodoc-devel
93594d0
Summary:        .pc file for monodoc
93594d0
Group:          Documentation
93594d0
Requires:       monodoc = %{version}-%{release} pkgconfig
93594d0
Requires:       mono-core = %{version}-%{release}
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%description -n monodoc-devel
Paul F. Johnson 264ee24
Development file for monodoc
Paul F. Johnson 264ee24
Timotheus Pokorra 6089cad
%global gac_dll(dll)  %{_monogacdir}/%{1} \
93594d0
  %{_monodir}/4.5/%{1}.dll \
Paul F. Johnson ebfc9a6
  %{nil}
Timotheus Pokorra 6089cad
%global mono_bin(bin) %{_bindir}/%{1} \
93594d0
  %{_monodir}/4.5/%{1}.exe \
93594d0
  %{_monodir}/4.5/%{1}.exe.* \
Paul F. Johnson b11664e
  %{nil}
jross 3a83684
jross 3a83684
%prep
93594d0
%setup -q -n %{name}-%{version}
93594d0
%patch0 -p1
Timotheus Pokorra 6a33029
%patch1 -p1
Timotheus Pokorra bbd841c
%patch2 -p1
e97249b
%patch3 -p1
e97249b
%patch4 -p1
Timotheus Pokorra f1787b9
%patch5 -p1
f182b98
92ed9ae
# Add undeclared Arg
75148f1
sed -i "61a #define ARG_MAX     _POSIX_ARG_MAX" mono/io-layer/wapi_glob.h
92ed9ae
Timotheus Pokorra cc7b8dc
# Remove hardcoded lib directory for libMonoPosixHelper.so from the config
Timotheus Pokorra cc7b8dc
sed -i 's|$mono_libdir/||g' data/config.in
Timotheus Pokorra cc7b8dc
9b6f559
# Remove prebuilt binaries
93594d0
find . -name "*.dll" -not -path "./mcs/class/lib/monolite/*" -print -delete
93594d0
find . -name "*.exe" -not -path "./mcs/class/lib/monolite/*" -print -delete
4ae8e98
%if 0%{bootstrap}
4ae8e98
# for bootstrap, keep monolite. Mono 2.10 is too old to compile Mono 4.0
4ae8e98
%else
4ae8e98
rm -rf mcs/class/lib/monolite/*
4ae8e98
%endif
92ed9ae
jross 3a83684
%build
Paul F. Johnson 1259983
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
25a3bf8
93594d0
%configure --disable-rpath \
93594d0
           --with-moonlight=no
Paul F. Johnson 5512141
93594d0
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
93594d0
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
93594d0
4ae8e98
make %{?_smp_mflags}
jross 3a83684
jross 3a83684
%install
93594d0
make install DESTDIR=%{buildroot}
5c76d72
38e07ad
# copy the mono.snk key into /etc/pki/mono
38e07ad
mkdir -p %{buildroot}%{_sysconfdir}/pki/mono
93594d0
install -p -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/mono/
5c76d72
5c76d72
# This was removed upstream:
93594d0
# remove .la files (they are generally bad news)
93594d0
rm -f %{buildroot}%{_libdir}/*.la
93594d0
# remove Windows-only stuff
93594d0
rm -rf %{buildroot}%{_monodir}/*/Mono.Security.Win32*
93594d0
rm -f %{buildroot}%{_libdir}/libMonoSupportW.*
93594d0
# remove .a files for libraries that are really only for us
93594d0
rm %{buildroot}%{_libdir}/*.a
93594d0
# remove libgc cruft
93594d0
rm -rf %{buildroot}%{_datadir}/libgc-mono
93594d0
# remove stuff that we don't package
93594d0
rm -f %{buildroot}%{_bindir}/cilc
93594d0
rm -f %{buildroot}%{_mandir}/man1/cilc.1*
93594d0
rm -f %{buildroot}%{_monodir}/*/browsercaps-updater.exe*
93594d0
rm -f %{buildroot}%{_monodir}/*/culevel.exe*
93594d0
rm -f %{buildroot}%{_monodir}/2.0/cilc.exe*
93594d0
93594d0
rm -f %{buildroot}%{_monodir}/*/mscorlib.dll.so
93594d0
rm -f %{buildroot}%{_monodir}/*/mcs.exe.so
93594d0
rm -f %{buildroot}%{_monodir}/*/gmcs.exe.so
93594d0
rm -f %{buildroot}%{_monodir}/4.0/dmcs.exe.so
4f67fac
rm -rf %{buildroot}%{_bindir}/mono-configuration-crypto
4f67fac
rm -rf %{buildroot}%{_mandir}/man?/mono-configuration-crypto*
jross 3a83684
Timotheus Pokorra ab73ae5
# remove the mono-nunit files
Timotheus Pokorra ab73ae5
rm -f %{buildroot}%{_bindir}/nunit-console
Timotheus Pokorra ab73ae5
rm -f %{buildroot}%{_bindir}/nunit-console2
Timotheus Pokorra ab73ae5
rm -f %{buildroot}%{_bindir}/nunit-console4
Timotheus Pokorra ab73ae5
rm -f %{buildroot}%{_monodir}/4.5/nunit*
Timotheus Pokorra ab73ae5
rm -Rf %{buildroot}%{_monodir}/gac/nunit*
Timotheus Pokorra ab73ae5
rm -f %{buildroot}%{_libdir}/pkgconfig/mono-nunit.pc
Timotheus Pokorra ab73ae5
Timotheus Pokorra 6089cad
# remove dmcs because it requires the .net 4.0 sdk but we only deliver 4.5 with Fedora (#1294967)
Timotheus Pokorra 6089cad
rm -f %{buildroot}%{_bindir}/dmcs
Timotheus Pokorra 6089cad
Timotheus Pokorra 8442111
# drop prj2make because the binary is not built anymore
Timotheus Pokorra 8442111
rm -f %{buildroot}%{_bindir}/prj2make
Timotheus Pokorra 8442111
rm -f %{buildroot}%{_mandir}/man1/prj2make*
Timotheus Pokorra 8442111
Timotheus Pokorra 4697d99
# Move upstream GDB scripts for security reasons of new GDB.
Timotheus Pokorra 4697d99
mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir}
Timotheus Pokorra 4697d99
%{__mv} -f %{buildroot}%{_bindir}/mono-gdb.py \
Timotheus Pokorra 4697d99
           %{buildroot}%{_datadir}/gdb/auto-load%{_bindir}/
Timotheus Pokorra 4697d99
Timotheus Pokorra e66e0e6
# do not make cecil publicly available. other packages should use the mono-cecil package instead
Timotheus Pokorra e66e0e6
rm -f %{buildroot}%{_libdir}/pkgconfig/cecil.pc
Timotheus Pokorra e66e0e6
Paul F. Johnson 264ee24
%find_lang mcs
Paul F. Johnson 264ee24
60246aa
%post -p /sbin/ldconfig
60246aa
60246aa
%postun -p /sbin/ldconfig
60246aa
60246aa
%post devel -p /sbin/ldconfig
60246aa
60246aa
%postun devel -p /sbin/ldconfig
60246aa
Paul F. Johnson 264ee24
%files core -f mcs.lang
Timotheus Pokorra e66e0e6
%doc COPYING.LIB NEWS README.md
jross 3a83684
%{_bindir}/mono
Paul F. Johnson 54e0be3
%{_bindir}/mono-test-install
Timotheus Pokorra 9fa6ffc
%{_datadir}/gdb/auto-load/*
Timotheus Pokorra f1787b9
%ifnarch aarch64
Timotheus Pokorra f1787b9
# there is no support for aarch64 in the boehm back end
93594d0
%{_bindir}/mono-boehm
Timotheus Pokorra f1787b9
%endif
93594d0
%{_bindir}/mono-service2
93594d0
%{_bindir}/mono-sgen
93594d0
%{_bindir}/mono-sgen-gdb.py
93594d0
%{_libdir}/mono/lldb/mono.py*
75148f1
%mono_bin csharp
93594d0
%mono_bin cert-sync
15e4268
%mono_bin chktrust
5c76d72
%mono_bin gacutil
93594d0
%mono_bin ikdasm
15e4268
%mono_bin lc
75148f1
%{_bindir}/gacutil2
Paul F. Johnson c92b865
%{_bindir}/mcs
93594d0
%{_monodir}/4.5/mcs.exe*
15e4268
%mono_bin mozroots
15e4268
%mono_bin pdb2mdb
15e4268
%mono_bin setreg
15e4268
%mono_bin sn
Paul F. Johnson c92b865
%{_bindir}/mono-heapviz
Paul F. Johnson 5512141
%{_bindir}/mprof-report
5c76d72
%{_mandir}/man1/certmgr.1.gz
5c76d72
%{_mandir}/man1/chktrust.1.gz
5c76d72
%{_mandir}/man1/gacutil.1.gz
5c76d72
%{_mandir}/man1/mcs.1.gz
5c76d72
%{_mandir}/man1/mono.1.gz
5c76d72
%{_mandir}/man1/mozroots.1.gz
5c76d72
%{_mandir}/man1/setreg.1.gz
5c76d72
%{_mandir}/man1/sn.1.gz
5c76d72
%{_mandir}/man5/mono-config.5.gz
Paul F. Johnson 264ee24
%{_mandir}/man1/csharp.1.gz
Paul F. Johnson 4f606a6
%{_mandir}/man1/pdb2mdb.1.gz
Paul F. Johnson b11664e
%{_mandir}/man1/lc.1.gz
Paul F. Johnson 5512141
%{_mandir}/man1/mprof-report.1.gz
93594d0
%{_libdir}/libMonoPosixHelper.so*
93594d0
%dir %{_monodir}
Timotheus Pokorra b871f74
%dir %{_monodir}/4.5
Timotheus Pokorra b871f74
%dir %{_monodir}/4.5/Facades
93594d0
%dir %{_monodir}/gac
5c76d72
%gac_dll Commons.Xml.Relaxng
5c76d72
%gac_dll ICSharpCode.SharpZipLib
Paul F. Johnson b11664e
%gac_dll Mono.Debugger.Soft
Timotheus Pokorra e66e0e6
%{_monogacdir}/Mono.Cecil
75148f1
%gac_dll cscompmgd
5c76d72
%gac_dll Microsoft.VisualC
5c76d72
%gac_dll Mono.Cairo
5c76d72
%gac_dll Mono.CompilerServices.SymbolWriter
75148f1
%gac_dll Mono.CSharp
75148f1
%gac_dll System.Drawing
Timotheus Pokorra e66e0e6
%gac_dll System.Deployment
75148f1
%gac_dll Mono.Management
5c76d72
%gac_dll Mono.Posix
5c76d72
%gac_dll Mono.Security
Timotheus Pokorra 426119d
%gac_dll Mono.Security.Providers.DotNet
Timotheus Pokorra 426119d
%gac_dll Mono.Security.Providers.NewSystemSource
Timotheus Pokorra 426119d
%gac_dll Mono.Security.Providers.NewTls
Timotheus Pokorra 426119d
%gac_dll Mono.Security.Providers.OldTls
75148f1
%gac_dll Mono.Simd
5c76d72
%gac_dll System
5c76d72
%gac_dll System.Configuration
75148f1
%gac_dll System.Core
Timotheus Pokorra 426119d
%gac_dll System.Numerics.Vectors
5c76d72
%gac_dll System.Security
5c76d72
%gac_dll System.Xml
Timotheus Pokorra 744ab88
%gac_dll System.Reflection.Context
Paul F. Johnson 4f606a6
%gac_dll Mono.Tasklets
Paul F. Johnson 5512141
%gac_dll System.Net
15e4268
%gac_dll System.Xml.Linq
b39ed40
%dir %{_sysconfdir}/mono
Paul F. Johnson e59e3d1
%dir %{_sysconfdir}/mono/mconfig
b39ed40
%config (noreplace) %{_sysconfdir}/mono/config
b39ed40
%config (noreplace) %{_sysconfdir}/mono/2.0/machine.config
Paul F. Johnson cebb202
%config (noreplace) %{_sysconfdir}/mono/2.0/settings.map
Paul F. Johnson c92b865
%{_libdir}/libmono*-2.0.so.*
Paul F. Johnson 8260932
%{_libdir}/libmono-profiler-*.so.*
15e4268
%config (noreplace) %{_sysconfdir}/mono/4.0/*.config
15e4268
%config (noreplace) %{_sysconfdir}/mono/4.0/settings.map
15e4268
%config (noreplace) %{_sysconfdir}/mono/4.0/DefaultWsdlHelpGenerator.aspx
93594d0
%config (noreplace) %{_sysconfdir}/mono/4.5/DefaultWsdlHelpGenerator.aspx
93594d0
%config (noreplace) %{_sysconfdir}/mono/4.5/machine.config
93594d0
%config (noreplace) %{_sysconfdir}/mono/4.5/settings.map
93594d0
%config (noreplace) %{_sysconfdir}/mono/4.5/web.config
15e4268
%dir %{_sysconfdir}/mono/4.0
15e4268
%mono_bin ccrewrite
Timotheus Pokorra 4847dd1
%{_monodir}/4.0-api
Timotheus Pokorra b871f74
%{_monodir}/4.5-api
93594d0
%{_monodir}/4.5/mscorlib.dll
93594d0
%{_monodir}/4.5/mscorlib.dll.mdb
15e4268
%gac_dll Microsoft.CSharp
15e4268
%gac_dll System.Dynamic
15e4268
%gac_dll Mono.Data.Tds
15e4268
%gac_dll System.ComponentModel.Composition
40b4a58
%gac_dll System.EnterpriseServices
862febc
%gac_dll System.Data
15e4268
%gac_dll System.Numerics
15e4268
%gac_dll System.Runtime.Caching
15e4268
%gac_dll System.Runtime.DurableInstancing
Timotheus Pokorra 744ab88
%gac_dll System.Runtime.InteropServices.RuntimeInformation
40b4a58
%gac_dll System.Transactions
15e4268
%gac_dll System.Xaml
15e4268
%gac_dll WebMatrix.Data
15e4268
%gac_dll Mono.CodeContracts
93594d0
%{_monodir}/mono-configuration-crypto/4.5/mono-config*
93594d0
%{_monodir}/mono-configuration-crypto/4.5/Mono.Configuration.Crypto.dll*
15e4268
%{_mandir}/man1/ccrewrite.1.gz
15e4268
%gac_dll CustomMarshalers
15e4268
%gac_dll I18N.West
15e4268
%gac_dll I18N
93594d0
%gac_dll System.Json
93594d0
%gac_dll Mono.Parallel
93594d0
%gac_dll System.Json.Microsoft
93594d0
%{_monodir}/4.5/Facades/*.dll
93594d0
%gac_dll System.IO.Compression
93594d0
%gac_dll System.IO.Compression.FileSystem
93594d0
%gac_dll System.Net.Http
93594d0
%gac_dll System.Net.Http.WebRequest
93594d0
%gac_dll System.Threading.Tasks.Dataflow
Timotheus Pokorra e66e0e6
%gac_dll System.Workflow.Activities
Timotheus Pokorra e66e0e6
%gac_dll System.Workflow.ComponentModel
Timotheus Pokorra e66e0e6
%gac_dll System.Workflow.Runtime
jross 3a83684
25a3bf8
%files devel
38e07ad
%{_sysconfdir}/pki/mono/
15e4268
%{_bindir}/mono-api-info
Timotheus Pokorra e66e0e6
%{_monodir}/4.5/mono-api-info.exe*
Timotheus Pokorra e66e0e6
%{_bindir}/mono-api-html
Timotheus Pokorra e66e0e6
%{_monodir}/4.5/mono-api-html.exe*
Timotheus Pokorra 426119d
%{_monodir}/4.5/linkeranalyzer.exe*
87c1ff1
%mono_bin mono-symbolicate
87c1ff1
%gac_dll SMDiagnostics
15e4268
%mono_bin xbuild
93594d0
%{_monodir}/4.5/xbuild.rsp
15e4268
%mono_bin genxs
93594d0
%{_monodir}/4.5/ictool*
93594d0
%{_monodir}/4.5/mod*
Paul F. Johnson c92b865
%mono_bin al
Paul F. Johnson c92b865
%{_bindir}/al2
15e4268
%mono_bin caspol
15e4268
%mono_bin cert2spc
15e4268
%mono_bin certmgr
15e4268
%mono_bin dtd2rng
15e4268
%mono_bin dtd2xsd
Paul F. Johnson c92b865
%mono_bin ilasm
15e4268
%mono_bin installvst
93594d0
%{_monodir}/4.5/installutil*
15e4268
%mono_bin macpack
5c76d72
%mono_bin mkbundle
15e4268
%mono_bin makecert
15e4268
%mono_bin mono-cil-strip
93594d0
%{_bindir}/mono-find-provides
93594d0
%{_bindir}/mono-find-requires
Paul F. Johnson 8260932
%{_bindir}/monodis
75148f1
%mono_bin monolinker
15e4268
%mono_bin mono-shlib-cop
15e4268
%mono_bin mono-xmltool
Paul F. Johnson c92b865
%mono_bin monop
Paul F. Johnson c92b865
%{_bindir}/monop2
15e4268
%mono_bin permview
Paul F. Johnson c92b865
%{_bindir}/peverify
Paul F. Johnson c92b865
%mono_bin resgen
Paul F. Johnson c92b865
%{_bindir}/resgen2
15e4268
%mono_bin sgen
15e4268
%mono_bin secutil
15e4268
%mono_bin signcode
93594d0
%mono_bin cccheck
93594d0
%mono_bin crlupdate
93594d0
%mono_bin mdbrebase
3860260
%{_prefix}/lib/mono-source-libs/
Timotheus Pokorra f1787b9
%ifnarch aarch64
75148f1
%{_bindir}/pedump
Timotheus Pokorra f1787b9
%endif
75148f1
%{_mandir}/man1/resgen.1.gz
5c76d72
%{_mandir}/man1/al.1.gz
5c76d72
%{_mandir}/man1/cert2spc.1.gz
5c76d72
%{_mandir}/man1/dtd2xsd.1.gz
5c76d72
%{_mandir}/man1/genxs.1.gz
5c76d72
%{_mandir}/man1/ilasm.1.gz
5c76d72
%{_mandir}/man1/macpack.1.gz
5c76d72
%{_mandir}/man1/makecert.1.gz
5c76d72
%{_mandir}/man1/mkbundle.1.gz
75148f1
%{_mandir}/man1/mono-cil-strip.1.gz
Paul F. Johnson 8260932
%{_mandir}/man1/monodis.1.gz
Paul F. Johnson 8260932
%{_datadir}/mono-2.0/mono/cil/cil-opcodes.xml
87c1ff1
%{_datadir}/mono-2.0/mono/profiler/mono-profiler-log.suppression
75148f1
%{_mandir}/man1/monolinker.1.gz
5c76d72
%{_mandir}/man1/mono-shlib-cop.1.gz
87c1ff1
%{_mandir}/man1/mono-symbolicate.1.gz
5711d90
%{_mandir}/man1/mono-xmltool.1.gz
5c76d72
%{_mandir}/man1/monop.1.gz
5c76d72
%{_mandir}/man1/permview.1.gz
5c76d72
%{_mandir}/man1/secutil.1.gz
60246aa
%{_mandir}/man1/sgen.1.gz
5c76d72
%{_mandir}/man1/signcode.1.gz
Paul F. Johnson 4f606a6
%{_mandir}/man1/xbuild.1.gz
Paul F. Johnson c92b865
%{_mandir}/man1/mono-api-info.1.gz
93594d0
%{_mandir}/man1/cccheck.1.gz
93594d0
%{_mandir}/man1/crlupdate.1.gz
5c76d72
%gac_dll PEAPI
8ffabf1
%gac_dll Microsoft.Build
ddc5536
%gac_dll Microsoft.Build.Engine
ddc5536
%gac_dll Microsoft.Build.Framework
93594d0
%{_monogacdir}/Microsoft.Build.Tasks.Core
15e4268
%gac_dll Microsoft.Build.Tasks.v4.0
15e4268
%gac_dll Microsoft.Build.Utilities.v4.0
93594d0
%{_monogacdir}/Microsoft.Build.Utilities.Core
93594d0
%{_monogacdir}/Microsoft.Build.Tasks.v12.0
93594d0
%{_monogacdir}/Microsoft.Build.Utilities.v12.0
93594d0
%gac_dll Mono.XBuild.Tasks
93594d0
%gac_dll System.Windows
93594d0
%gac_dll System.Xml.Serialization
93594d0
%{_monodir}/4.5/Microsoft.Common.tasks
93594d0
%{_monodir}/4.5/MSBuild/Microsoft.Build*
93594d0
%{_monodir}/4.5/Microsoft.Build.xsd
93594d0
%{_monodir}/4.5/Microsoft.CSharp.targets
93594d0
%{_monodir}/4.5/Microsoft.Common.targets
93594d0
%{_monodir}/4.5/Microsoft.VisualBasic.targets
93594d0
%{_monodir}/xbuild/
93594d0
%{_monodir}/xbuild-frameworks/
Paul F. Johnson 7b91332
%{_libdir}/libikvm-native.so
Paul F. Johnson 8260932
%{_libdir}/libmono-profiler-*.so
93594d0
%{_libdir}/libmono*-2.0.so
5c76d72
%{_libdir}/pkgconfig/dotnet.pc
ddc5536
%{_libdir}/pkgconfig/mono-cairo.pc
25a3bf8
%{_libdir}/pkgconfig/mono.pc
93594d0
%{_libdir}/pkgconfig/mono-2.pc
93594d0
%{_libdir}/pkgconfig/monosgen-2.pc
Paul F. Johnson 7b91332
%{_libdir}/pkgconfig/dotnet35.pc
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/mono-lineeditor.pc
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/mono-options.pc
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/wcf.pc
93594d0
%{_libdir}/pkgconfig/xbuild12.pc
Paul F. Johnson c92b865
%{_includedir}/mono-2.0/mono/jit/jit.h
Paul F. Johnson c92b865
%{_includedir}/mono-2.0/mono/metadata/*.h
Paul F. Johnson c92b865
%{_includedir}/mono-2.0/mono/utils/*.h
Paul F. Johnson 8260932
%{_includedir}/mono-2.0/mono/cil/opcode.def
5c76d72
5c76d72
%files locale-extras
5c76d72
%gac_dll I18N.CJK
93594d0
%gac_dll I18N.MidEast
5c76d72
%gac_dll I18N.Other
93594d0
%gac_dll I18N.Rare
5c76d72
5c76d72
%files extras
15e4268
%mono_bin mono-service
93594d0
%{_monogacdir}/mono-service
75148f1
%gac_dll System.Configuration.Install
5c76d72
%gac_dll System.Management
5c76d72
%gac_dll System.Messaging
5c76d72
%gac_dll System.ServiceProcess
93594d0
%gac_dll System.Runtime.Caching
93594d0
%gac_dll System.Xaml
Paul F. Johnson af0454e
%gac_dll Mono.Messaging.RabbitMQ
Paul F. Johnson af0454e
%gac_dll Mono.Messaging
Paul F. Johnson af0454e
%gac_dll RabbitMQ.Client
93594d0
%{_monodir}/4.5/RabbitMQ.Client.Apigen*
15e4268
%{_mandir}/man1/mono-service.1.gz
jross 4c5700a
93594d0
%files reactive
93594d0
%gac_dll System.Reactive.Core
93594d0
%gac_dll System.Reactive.Debugger
93594d0
%gac_dll System.Reactive.Experimental
93594d0
%gac_dll System.Reactive.Interfaces
93594d0
%gac_dll System.Reactive.Linq
93594d0
%gac_dll System.Reactive.Observable.Aliases
93594d0
%gac_dll System.Reactive.PlatformServices
93594d0
%gac_dll System.Reactive.Providers
93594d0
%gac_dll System.Reactive.Runtime.Remoting
93594d0
93594d0
%files reactive-winforms
93594d0
%gac_dll System.Reactive.Windows.Forms
93594d0
%gac_dll System.Reactive.Windows.Threading
93594d0
93594d0
%files reactive-devel
93594d0
%_libdir/pkgconfig/reactive.pc
93594d0
75148f1
%files wcf
75148f1
%gac_dll System.IdentityModel
75148f1
%gac_dll System.IdentityModel.Selectors
75148f1
%gac_dll System.ServiceModel
93594d0
%gac_dll System.ServiceModel.Activation
15e4268
%gac_dll System.ServiceModel.Discovery
87c1ff1
%gac_dll System.ServiceModel.Internals
15e4268
%gac_dll System.ServiceModel.Routing
93594d0
%gac_dll System.ServiceModel.Web
jross 4c5700a
jross 4c5700a
%files web
15e4268
%mono_bin disco
15e4268
%mono_bin httpcfg
15e4268
%mono_bin mconfig
15e4268
%mono_bin soapsuds
15e4268
%mono_bin svcutil
Paul F. Johnson c92b865
%mono_bin wsdl
Paul F. Johnson c92b865
%{_bindir}/wsdl2
Paul F. Johnson c92b865
%mono_bin xsd
93594d0
%gac_dll Microsoft.Web.Infrastructure
5c76d72
%gac_dll Mono.Http
75148f1
%gac_dll System.ComponentModel.DataAnnotations
93594d0
%gac_dll System.Net.Http.Formatting
5c76d72
%gac_dll System.Runtime.Remoting
5c76d72
%gac_dll System.Runtime.Serialization.Formatters.Soap
75148f1
%gac_dll System.Web
75148f1
%gac_dll System.Web.Abstractions
75148f1
%gac_dll System.Web.DynamicData
75148f1
%gac_dll System.Web.Routing
75148f1
%gac_dll System.Web.Services
15e4268
%gac_dll System.Web.ApplicationServices
93594d0
%gac_dll System.Web.Http
93594d0
%gac_dll System.Web.Http.SelfHost
93594d0
%gac_dll System.Web.Http.WebHost
93594d0
%gac_dll System.Web.Razor
93594d0
%gac_dll System.Web.WebPages
93594d0
%gac_dll System.Web.WebPages.Deployment
93594d0
%gac_dll System.Web.WebPages.Razor
Timotheus Pokorra e66e0e6
%gac_dll System.Web.Mobile
Timotheus Pokorra e66e0e6
%gac_dll System.Web.RegularExpressions
5c76d72
%{_mandir}/man1/disco.1.gz
15e4268
%{_mandir}/man1/httpcfg.1.gz
75148f1
%{_mandir}/man1/mconfig.1.gz
5c76d72
%{_mandir}/man1/soapsuds.1.gz
5c76d72
%{_mandir}/man1/wsdl.1.gz
5c76d72
%{_mandir}/man1/xsd.1.gz
b39ed40
%config (noreplace) %{_sysconfdir}/mono/browscap.ini
Paul F. Johnson 7b91332
%config (noreplace) %{_sysconfdir}/mono/2.0/Browsers/Compat.browser
93594d0
%config (noreplace) %{_sysconfdir}/mono/4.0/Browsers/Compat.browser
93594d0
%config (noreplace) %{_sysconfdir}/mono/4.5/Browsers/Compat.browser
b39ed40
%config (noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
75148f1
%config (noreplace) %{_sysconfdir}/mono/mconfig/config.xml
b39ed40
%config (noreplace) %{_sysconfdir}/mono/2.0/web.config
jross 3a83684
Paul F. Johnson 8d5b63e
%files web-devel
93594d0
%{_libdir}/pkgconfig/aspnetwebstack.pc
Paul F. Johnson 8d5b63e
75148f1
%files winforms
75148f1
%gac_dll Accessibility
15e4268
%gac_dll Mono.WebBrowser
75148f1
%gac_dll System.Design
75148f1
%gac_dll System.Drawing.Design
75148f1
%gac_dll System.Windows.Forms
15e4268
%gac_dll System.Windows.Forms.DataVisualization
75148f1
Paul F. Johnson c92b865
%files mvc
93594d0
%gac_dll System.Web.DynamicData
Paul F. Johnson c92b865
%gac_dll System.Web.Extensions
Paul F. Johnson c92b865
%gac_dll System.Web.Extensions.Design
Paul F. Johnson c92b865
%gac_dll System.Web.Mvc
Paul F. Johnson c92b865
Paul F. Johnson c92b865
%files mvc-devel
Paul F. Johnson c92b865
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
Paul F. Johnson c92b865
%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
Paul F. Johnson c92b865
%{_libdir}/pkgconfig/system.web.mvc.pc
Paul F. Johnson c92b865
%{_libdir}/pkgconfig/system.web.mvc2.pc
93594d0
%{_libdir}/pkgconfig/system.web.mvc3.pc
Paul F. Johnson c92b865
Paul F. Johnson c92b865
%files winfx
93594d0
%gac_dll System.Data.Services.Client
15e4268
%gac_dll WindowsBase
Paul F. Johnson c92b865
5c76d72
%files data
15e4268
%mono_bin sqlsharp
15e4268
%mono_bin sqlmetal
93594d0
%gac_dll System.Data
Paul F. Johnson 7b91332
%gac_dll System.Data.DataSetExtensions
93594d0
%gac_dll System.Data.Entity
Paul F. Johnson 7b91332
%gac_dll System.Data.Linq
Paul F. Johnson c92b865
%gac_dll System.Data.Services
Paul F. Johnson 5512141
%gac_dll System.Data.Services.Client
5c76d72
%gac_dll System.DirectoryServices
93594d0
%gac_dll System.DirectoryServices.Protocols
93594d0
%gac_dll System.EnterpriseServices
f19711c
%gac_dll System.Runtime.Serialization
93594d0
%gac_dll System.Transactions
Paul F. Johnson c92b865
%gac_dll Mono.Data.Tds
f19711c
%gac_dll Novell.Directory.Ldap
93594d0
%gac_dll WebMatrix.Data
15e4268
%{_mandir}/man1/sqlsharp.1.gz
jross 4c5700a
5c76d72
%files data-sqlite
45fc39d
%gac_dll Mono.Data.Sqlite
5c76d72
5c76d72
%files data-oracle
5c76d72
%gac_dll System.Data.OracleClient
5c76d72
5c76d72
%files -n ibm-data-db2
5c76d72
%gac_dll IBM.Data.DB2
5c76d72
Paul F. Johnson adb6c98
%files -n monodoc
93594d0
%{_monogacdir}/monodoc
93594d0
%{_monodir}/monodoc/*
5008b0b
%ifnarch  ppc
3860260
%{_prefix}/lib/monodoc
5008b0b
%endif
Paul F. Johnson 5512141
%mono_bin mdoc
Paul F. Johnson c92b865
%{_bindir}/mod
Paul F. Johnson adb6c98
%{_bindir}/mdoc-*
Paul F. Johnson 264ee24
%{_bindir}/mdass*
Paul F. Johnson 264ee24
%{_bindir}/mdval*
Paul F. Johnson 264ee24
%{_bindir}/monodoc*
Paul F. Johnson 264ee24
%{_mandir}/man1/md*
Paul F. Johnson 264ee24
%{_mandir}/man1/monodoc*
Paul F. Johnson 264ee24
%{_mandir}/man5/mdoc*
Paul F. Johnson 264ee24
Paul F. Johnson adb6c98
%files -n monodoc-devel
Paul F. Johnson 264ee24
%{_libdir}/pkgconfig/monodoc.pc
Paul F. Johnson 264ee24
5c76d72
%changelog
Timotheus Pokorra a5f72bd
* Tue Jan 04 2017 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.2-3
Timotheus Pokorra a5f72bd
- update to 4.6.2.16 Cycle 8 Service Release 2
Timotheus Pokorra a5f72bd
Timotheus Pokorra e1418bc
* Tue Nov 29 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.2-2
Timotheus Pokorra e1418bc
- Non bootstrap build. Somehow the bootstrap flag was set during a merge gone wrong.
Timotheus Pokorra e1418bc
Timotheus Pokorra a59a6c0
* Tue Nov 15 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.2-1
Timotheus Pokorra a59a6c0
- update to 4.6.2.7 Cycle 8 Service Release 1
Timotheus Pokorra a59a6c0
0cca497
* Thu Oct 13 2016 Peter Robinson <pbrobinson@fedoraproject.org> - 4.6.1-6
0cca497
- Non bootstrap build
0cca497
c44f926
* Wed Oct 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.6.1-4
c44f926
- Enable bootstrap for aarch64
c44f926
Timotheus Pokorra 89be371
* Wed Oct 12 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.1-3
Timotheus Pokorra 89be371
- update to 4.6.1.5 Cycle 8 Service Release 0 (updated)
Timotheus Pokorra 89be371
Timotheus Pokorra 8442111
* Mon Oct 10 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.1-2
Timotheus Pokorra 8442111
- drop prj2make (#1381300)
Timotheus Pokorra f1787b9
- add a patch for building on aarch64 (#1371829)
Timotheus Pokorra 8442111
Timotheus Pokorra 8d19242
* Wed Sep 28 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.1-1
Timotheus Pokorra 8d19242
- update to 4.6.1.3 Cycle 8 Service Release 0
Timotheus Pokorra 8d19242
Timotheus Pokorra 4181c3a
* Wed Sep 21 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-7
Timotheus Pokorra 4181c3a
- include patch for gacutil as suggested by directhex
Timotheus Pokorra 4181c3a
Timotheus Pokorra 12c09a9
* Wed Sep 14 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-6
Timotheus Pokorra 12c09a9
- update to 4.6.0.245 Cycle 8 Stable
Timotheus Pokorra 12c09a9
Timotheus Pokorra c847b44
* Fri Sep 09 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-5
Timotheus Pokorra c847b44
- update to 4.6.0.243 Cycle 8 Beta Preview 4
Timotheus Pokorra c847b44
Timotheus Pokorra 7f77785
* Fri Sep 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-4
Timotheus Pokorra 7f77785
- update to 4.6.0.182 Cycle 8 Beta Preview 3
Timotheus Pokorra 7f77785
Timotheus Pokorra ae40da5
* Fri Aug 26 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-3
Timotheus Pokorra ae40da5
- update to 4.6.0.165 Cycle 8 Beta Preview 2
Timotheus Pokorra ae40da5
Timotheus Pokorra b942246
* Wed Aug 24 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-2
Timotheus Pokorra b942246
- drop patch for libgdiplus reference, it has been fixed upstream
Timotheus Pokorra b942246
Timotheus Pokorra e66e0e6
* Tue Aug 23 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-1
Timotheus Pokorra e66e0e6
- update to 4.6.0.150 Cycle 8 Beta Preview 1
Timotheus Pokorra e66e0e6
- use Mono.Cecil from the tarball to build Mono, but do not make it public for other packages
Timotheus Pokorra e66e0e6
Timotheus Pokorra 0ccaff5
* Tue Aug 16 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.2-3
Timotheus Pokorra 0ccaff5
- for bootstrap, there is no mono-cecil package, so we have to build Mono.Cecil from the mono tarball
Timotheus Pokorra 0ccaff5
Timotheus Pokorra 20e71e0
* Fri Aug 05 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.2-2
Timotheus Pokorra 20e71e0
- remove Mono.Cecil from mono-core, since there is a separate package for it (#1360620)
Timotheus Pokorra 20e71e0
Timotheus Pokorra 744ab88
* Tue Aug 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.2-1
Timotheus Pokorra 744ab88
- update to 4.4.2.11 Cycle 7 Service Release 1
Timotheus Pokorra 744ab88
Timotheus Pokorra 867b2d0
* Thu Jun 23 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.1-2
Timotheus Pokorra 867b2d0
- Fix winforms problem with TrayIcon (#1284609)
Timotheus Pokorra 867b2d0
2c87220
* Wed Jun 22 2016 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.4.1-1
2c87220
- update to 4.4.1.0 Cycle 7 Service Release 0
2c87220
Timotheus Pokorra 6b780a5
* Fri Jun 10 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-5
Timotheus Pokorra 6b780a5
- update to 4.4.0.182 Cycle 7 Stable Release
Timotheus Pokorra 6b780a5
Timotheus Pokorra b02a88f
* Tue Jun 07 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-4
Timotheus Pokorra b02a88f
- do not drop Microsoft targets files, they are needed for WebApplications (#1342852)
Timotheus Pokorra b02a88f
Timotheus Pokorra b86fca8
* Wed May 18 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-3
Timotheus Pokorra b86fca8
- update to 4.4.0.142 CYCLE 7 Beta Release Candidate
Timotheus Pokorra b86fca8
- tidy up the spec file for Epel builds
Timotheus Pokorra b86fca8
Timotheus Pokorra 607cefe
* Mon Apr 18 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-2
Timotheus Pokorra 607cefe
- update to 4.4.0.122 Cycle 7 Beta
Timotheus Pokorra 607cefe
Timotheus Pokorra 4159ec8
* Thu Mar 17 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-1
Timotheus Pokorra 4159ec8
- update to 4.4.0.40 Cycle 7 Alpha 2
Timotheus Pokorra 4159ec8
9ddae37
* Thu Mar 03 2016  Dan Horák <dan[at]danny.cz> - 4.3.2-7
9ddae37
- enable hardened build on s390x (#1228570)
9ddae37
Timotheus Pokorra cc7b8dc
* Tue Mar 01 2016  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-6
Timotheus Pokorra cc7b8dc
- Remove hardcoded lib directory for libMonoPosixHelper.so from the config (fixes #1313021)
Timotheus Pokorra cc7b8dc
Timotheus Pokorra 9331d4d
* Mon Feb 29 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-5
Timotheus Pokorra 9331d4d
- remove patch for asmx service documentation: that has been fixed upstream
Timotheus Pokorra 9331d4d
- add a patch for s390x (#1311841)
Timotheus Pokorra 9331d4d
Timotheus Pokorra 4847dd1
* Sat Feb 27 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-4
Timotheus Pokorra 4847dd1
- add symbolic link for 4.0-api to avoid having to replace TargetFramework 4.0 in csproj files
Timotheus Pokorra 4847dd1
Timotheus Pokorra b871f74
* Fri Feb 26 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-3
Timotheus Pokorra b871f74
- fix RPM provides of assemblies that are not in the gac.
Timotheus Pokorra b871f74
- fix for building from csproj files: need a symbolic link for 4.5-api instead of reference assemblies
Timotheus Pokorra b871f74
Timotheus Pokorra f5decb8
* Thu Feb 25 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-2
Timotheus Pokorra f5decb8
- fix missing mscorlib
Timotheus Pokorra f5decb8
Timotheus Pokorra 426119d
* Wed Feb 24 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-1
Timotheus Pokorra 426119d
- update to 4.3.2.467 Cycle 7 Alpha
Timotheus Pokorra 426119d
Timotheus Pokorra d81201f
* Tue Feb 09 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.2-3
Timotheus Pokorra 5d9ae82
- add a patch so that the documentation for asmx is displayed again; fixing upstream bug #37137
01adafd
Timotheus Pokorra d81201f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2
Timotheus Pokorra d81201f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Timotheus Pokorra d81201f
f4f8ed5
* Fri Jan 29 2016 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.2.2-1
f4f8ed5
- Update to 4.2.2.30 Cycle 6 – Service Release 1
f4f8ed5
79ae75a
* Mon Jan 25 2016 Than Ngo <than@redhat.com> - 4.2.1-9
79ae75a
- backport fix from upstream, fix build problem with gcc 4.4.7 on s390x
79ae75a
e97249b
* Fri Jan 22 2016 Than Ngo <than@redhat.com> - 4.2.1-8
e97249b
- fix build failure on s390, thanks to <Neale Ferguson>
e97249b
9ec0548
* Mon Jan 18 2016 Than Ngo <than@redhat.com> - 4.2.1-7
9ec0548
- fix build failure on ppc
9ec0548
Timotheus Pokorra 9fa6ffc
* Mon Jan 04 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-6
Timotheus Pokorra 9fa6ffc
- another fix for gdb/auto-load mono-gdb.py. directory is owned by GDB
Timotheus Pokorra 9fa6ffc
Timotheus Pokorra 4697d99
* Mon Jan 04 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-5
Timotheus Pokorra 4697d99
- Move mono-gdb.py under /usr/share/gdb/auto-load/ (#815501)
Timotheus Pokorra 4697d99
Timotheus Pokorra 6089cad
* Mon Jan 04 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-4
Timotheus Pokorra 6089cad
- replace define with global, according to http://fedoraproject.org/wiki/Packaging:Guidelines#.25global_preferred_over_.25define
Timotheus Pokorra 6089cad
- remove dmcs because it requires the .net 4.0 sdk but we only deliver 4.5 with Fedora (#1294967)
Timotheus Pokorra 6089cad
Timotheus Pokorra bbd841c
* Sat Jan 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-3
Timotheus Pokorra bbd841c
- apply patch to fix issues with libgdiplus.so.0 (#1251756)
Timotheus Pokorra bbd841c
Timotheus Pokorra 6a33029
* Sat Jan 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-2
Timotheus Pokorra 6a33029
- apply patch to fix build on ARM (#1293727)
Timotheus Pokorra 6a33029
87c1ff1
* Tue Nov 17 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.2.1-1
87c1ff1
- Update to 4.2.1.102 Cycle 6
87c1ff1
0bb2dbd
* Thu Nov 12 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.5-1
0bb2dbd
- Update to 4.0.5.1 Cycle 5 – Service Release 5
0bb2dbd
8766763
* Thu Oct 29 2015 Than Ngo <than@redhat.com> - 4.0.4-2
8766763
- backport the patch to fix exception when reading from timezone file
8766763
a7b0ed2
* Fri Sep 11 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.4-1
a7b0ed2
- Update to 4.0.4.1 Cycle 5 – Service Release 4
a7b0ed2
731cd34
* Tue Aug 11 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.3-1
731cd34
- Update to 4.0.3.20
731cd34
Timotheus Pokorra ab73ae5
* Tue Aug 04 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.2-6
Timotheus Pokorra ab73ae5
- do not build mono-nunit and mono-nunit-devel, there is an uptodate seperate package nunit instead (#1247825)
Timotheus Pokorra ab73ae5
d865a53
* Tue Jul 07 2015 Than Ngo <than@redhat.com> - 4.0.2-5
d865a53
- non-bootstrap build
d865a53
06f7250
* Tue Jul 07 2015 Than Ngo <than@redhat.com> 4.0.2-4
06f7250
- backport Bill Seurer's patch for ppc64
06f7250
- fix unvalid TZ which causes exception
06f7250
- disable hardening for ppc64
06f7250
- enable bootstrap for ppc64/ppc64le
06f7250
b03cb1e
* Mon Jul 06 2015 Than Ngo <than@redhat.com> 4.0.2-3
b03cb1e
- backport from upstream to fix handling of lo64 on big endian systems
b03cb1e
Timotheus Pokorra 858d9ff
* Thu Jul 02 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.2-2
Timotheus Pokorra 858d9ff
- Update to 4.0.2.5 (4.0.2 SR 2)
Timotheus Pokorra 858d9ff
83d85bf
* Fri Jun 19 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.2-1
83d85bf
- Update to 4.0.2.4
83d85bf
961c8bb
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-12
961c8bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
961c8bb
1991b18
* Fri Jun 05 2015 Dan Horák <dan[at]danny.cz> - 4.0.1-11
1991b18
- update to 4.0.1.44
1991b18
89a24d1
* Fri Jun 05 2015 Dan Horák <dan[at]danny.cz> - 4.0.1-10
89a24d1
- non-bootstrap build
89a24d1
aff8741
* Fri Jun 05 2015 Dan Horák <dan[at]danny.cz> - 4.0.1-9
aff8741
- disable hardening for ppc64le and s390x (#1224945, #1228570)
aff8741
- enable bootstrap for s390x
aff8741
e05ab65
* Tue May 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.1-8
e05ab65
- Build against system valgrind (fixes rhbz #1141480)
e05ab65
b873cfd
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.1-7
b873cfd
- Drop obsolete ppc and ia64 conditionals
b873cfd
- Rebuild for libgdiplus 3.12
b873cfd
736ecf6
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.1-6
736ecf6
- Rebuild post bootstrap
736ecf6
f182b98
* Fri May 15 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-5
f182b98
- fix nunit.pc to point to 4.5 dlls
f182b98
37b3497
* Wed May 13 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-4
4ae8e98
- adding architecture ppc64le
4ae8e98
- make clear we only need monolite for bootstrap
4ae8e98
- enable parallel make
4ae8e98
93594d0
* Mon May 11 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.1-3
93594d0
- Update to tarball 4.0.1.28
93594d0
93594d0
* Tue Apr 28 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-2
93594d0
- drop workaround for GetEncoding, monodevelop needs to require mono-locale-extras instead
93594d0
93594d0
* Mon Apr 27 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-1
93594d0
- upgrading to Mono 4.0.1
93594d0
93594d0
* Fri Apr 24 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.0-9
93594d0
- Fix wrong obsolete for mono-entityframework
93594d0
- Use mono_arches macro
93594d0
- Better description for mono-extras
93594d0
93594d0
* Wed Apr 22 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-8
93594d0
- workaround for problem with System.Text.Encoding GetEncoding, see Xamarin bug #29294
93594d0
93594d0
* Thu Apr 16 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-7
93594d0
- no debuginfo package for Epel
93594d0
93594d0
* Wed Apr 15 2015  Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-6
93594d0
- fix for rpm helpers, from Xamarin spec
93594d0
- use find-provides and find-requires the same way as in Xamarin spec
93594d0
- see https://github.com/directhex/xamarin-mono/blob/centos
93594d0
93594d0
* Tue Apr 14 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.0-3
93594d0
- Obsolete mono-data-postgresql subpackage
93594d0
- Obsolete mono-entityframework subpackage
93594d0
- Clean explicit Provides
93594d0
- Fix macros to 4.5 profile
93594d0
93594d0
* Tue Apr 14 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-2
93594d0
* exclude external binaries
93594d0
93594d0
* Wed Apr 08 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-1
93594d0
* Mono 4 Alpha1
93594d0
93594d0
* Fri Mar 13 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.12.1-1
93594d0
- Mono 3.12.1 is a hotfix release to address vulnerabilities in Mono’s TLS stack.
93594d0
93594d0
* Fri Mar 06 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.12.0-2
93594d0
- Changet define to use new macros for mono
93594d0
- Switch to use monolite for scratch building
93594d0
93594d0
* Wed Jan 14 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.12.0-1
93594d0
- Update to 3.12.0
93594d0
93594d0
* Fri Jan 09 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.10.0-3
93594d0
- add provider in mono-web to fix monodevelop dependency
93594d0
93594d0
* Mon Dec 01 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.10.0-2
93594d0
- Renamed rx to reactive
93594d0
- Renamed rx-desktop to reactive-winforms
93594d0
- Renamed rx-devel to reactive-devel
93594d0
- Split EntityFramework to other package
93594d0
93594d0
* Fri Oct 17 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.10.0-1
93594d0
- Update to 3.10.0
93594d0
93594d0
* Wed Sep 10 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.8.0-3
93594d0
- Add comment for patch for libMonoPosixHelper references
93594d0
93594d0
* Fri Sep 05 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.8.0-2
93594d0
- Add patch to clean @prefix/lib path in libMonoPosixHelper references
93594d0
93594d0
* Fri Sep 05 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.8.0-1
93594d0
- Update to 3.8.0
93594d0
93594d0
* Tue Apr 01 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.4.0-2
93594d0
- Add patch to clean @prefix/lib path in libgdiplus references
93594d0
93594d0
* Tue Apr 01 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.4.0-1
93594d0
- Update to 3.4.0
93594d0
93594d0
* Thu Mar 20 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.8-1
93594d0
- Update to 3.2.8
93594d0
93594d0
* Tue Jan 28 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.6-1
93594d0
- Update to 3.2.6
9e8a797
93594d0
* Thu Nov 21 2013 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.3-2
93594d0
- Add Provides: from monodevelop 4 not properly resolved
e307883
93594d0
* Tue Nov 05 2013 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.3-1
93594d0
- Update to 3.2.3
93594d0
- Add patch to fix symlinks
93594d0
- Add rx, rx-desktop and rx-devel subpackages
93594d0
- Spec clean up
Björn Esser d2498ab
b9fdfb6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-5
b9fdfb6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b9fdfb6
fe077a0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-4
fe077a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fe077a0
342e84e
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-3
342e84e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
342e84e
4f67fac
* Mon Apr 16 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.10.8-2
4f67fac
- Add build work around for building on ARM hardfp
4f67fac
- spec cleanups
4f67fac
8ffabf1
* Tue Jan 03 2012 Christian Krause <chkr@fedoraproject.org> - 2.10.8-1
8ffabf1
- Update to 2.10.8
8ffabf1
5008b0b
* Thu Dec 15 2011 Karsten Hopp <karsten@redhat.com> 2.10.6-3
5008b0b
- disable mcs-docs on ppc as a workaround for bugzilla 673549, but
5008b0b
  include files that don't depend on the mcs-docs configure parameter
5008b0b
3860260
* Sun Oct 23 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.6-2
3860260
- Change paths for mono assemblies according to updated packaging
3860260
  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
3860260
715827c
* Sat Oct 15 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.6-1
715827c
- Update to 2.10.6
715827c
d6cbbea
* Tue Sep 20 2011 Karsten Hopp <karsten@redhat.com> 2.10.5-1.1
d6cbbea
- disable monodoc* on ppc (#673549)
d6cbbea
d37c727
* Sun Aug 28 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.5-1
d37c727
- Update to 2.10.5
d37c727
9ff1967
* Tue Apr 26 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.2-1
9ff1967
- Update to 2.10.2
9ff1967
b1f8fa1
* Tue Apr 19 2011 Dan Horák <dan[at]danny.cz> 2.10.1-6
b1f8fa1
- fix non-x86 builds
b1f8fa1
8257dce
* Sun Apr 03 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-5
8257dce
- Correctly obsolete mono-4-preview in mono-core
8257dce
f19711c
* Wed Mar 30 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-4
f19711c
- More fixes to avoid -devel dependency (BZ 671917)
f19711c
8aa21ea
* Sun Mar 27 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-3
8aa21ea
- Add deleted changelog entry
8aa21ea
- Fix ExclusiveArch entry for arm (see git commit bbed3987249c)
8aa21ea
15e4268
* Sun Mar 27 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-2
15e4268
- Move sources into lookaside cache
15e4268
- Merge mono-4 into mono-core and appropriate sub-packages
15e4268
- Ensure that the symbolic links and the actual libraries in the GAC are
15e4268
  always in the same sub-package
15e4268
- Move xbuild into -devel sub-package (BZ 671917)
15e4268
Paul F. Johnson 5512141
* Mon Mar 07 2011 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.10.1-1
Paul F. Johnson 5512141
- Bump to 2.10.1
Paul F. Johnson 5512141
- Update libdir and metadata patches
Paul F. Johnson 5512141
- Remove moonlight build patch
Paul F. Johnson 5512141
- Renamed mono-4-preview to mono-dotnet4, removed as an option
Paul F. Johnson 5512141
- Corrected mono-dotnet4 description
Paul F. Johnson 5512141
- spec file clean up
Paul F. Johnson 5512141
8aa21ea
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
8aa21ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8aa21ea
Paul F. Johnson 7e02813
* Tue Dec 07 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8.1-1
Paul F. Johnson 7e02813
- Bump to latest bug release version
Paul F. Johnson 7e02813
- Fix libgdiplus config patch
Paul F. Johnson 7e02813
- Add moonlight build patch
Paul F. Johnson 7e02813
- Disable moonlight profile (currently broken)
Paul F. Johnson 7e02813
- Minor spec file changes
Paul F. Johnson 7e02813
e52a05d
* Wed Nov 24 2010 Dan Horák <dan[at]danny.cz> 2.8-9
e52a05d
- mono 2.8+ dropps support for s390
e52a05d
342a2b8
* Tue Nov 23 2010 Dan Horák <dan[at]danny.cz> 2.8-8
342a2b8
- enable C# 4.0 for everyone
342a2b8
- AOT works only on x86/x86_64 and ARM
342a2b8
- the *.so files exist only on AOT platforms
342a2b8
Paul F. Johnson 8260932
* Tue Oct 26 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-7
Paul F. Johnson 8260932
- Add fix for monodis to be built when moonlight=yes is used
Paul F. Johnson 8260932
Paul F. Johnson 62716a0
* Wed Oct 20 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-6.1
Paul F. Johnson 62716a0
- Removed mono-sgen from mono-devel (for now)
Paul F. Johnson 27c3b1d
Paul F. Johnson 58c0071
* Tue Oct 19 2010 paul <paul@all-the-johnsons.co.uk> - 2.8-5
Paul F. Johnson 58c0071
- rebuilt
Paul F. Johnson 58c0071
Paul F. Johnson 58c0071
* Tue Oct 19 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-4
Paul F. Johnson 58c0071
- Remove sgen compilation (should fix 64 bit build problems)
Paul F. Johnson 58c0071
Paul F. Johnson f566848
* Thu Oct 14 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-3
Paul F. Johnson f566848
- Remove m32 CFLAGS
Paul F. Johnson f566848
Paul F. Johnson 7115fdd
* Wed Oct 13 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-2
Paul F. Johnson 7115fdd
- Fix URL
Paul F. Johnson 7115fdd
- Attempt to fix 64 bit build problem by adding -m32 to the CFLAGS
Paul F. Johnson 7115fdd
Paul F. Johnson c92b865
* Thu Oct 07 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-1.1
Paul F. Johnson c92b865
- Bump to full release
Paul F. Johnson c92b865
Paul F. Johnson c92b865
* Sat Oct 02 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-1
Paul F. Johnson c92b865
- Bump to preview 8 of 2.8 release
Paul F. Johnson c92b865
- Remove .NET 1.1 code
Paul F. Johnson c92b865
- Update ppc threading patch
Paul F. Johnson c92b865
- Update patch1 and 5 and rename
Paul F. Johnson c92b865
- Combine patches 2 and 7 (why two libdir patches?)
Paul F. Johnson c92b865
- Remove jay from the install step
Paul F. Johnson c92b865
- Realise that spelling is quite imporgtint...
Paul F. Johnson c92b865
- Big changes to the spec file to bring it into line with Novell's fixes
Paul F. Johnson c92b865
- New mvc, mvc-devel and winfx subpackages
Paul F. Johnson c92b865
- Some parts of the mono-web subpackage moved to mvc
Paul F. Johnson c92b865
- Fix the macro which looked for 1.0 things
Paul F. Johnson c92b865
- Remove and obsoletes mono-jscript
Paul F. Johnson c92b865
- Remove and obsolete data-sybase and data-firebird
Paul F. Johnson c92b865
- Modify macros to make sense now the 1.0 stuff has gone
Paul F. Johnson c92b865
- Extend the 4.0 subpackage to include lots of new stuff
Paul F. Johnson c92b865
Paul F. Johnson 50c798f
* Wed Jul 21 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.7-3
Paul F. Johnson 50c798f
- Bump to full release
Paul F. Johnson 50c798f
- Remove patch 8 (preview-4 patch)
Paul F. Johnson 50c798f
- Put Build.Utilities.v4 back into the core part as it's needed in core
Paul F. Johnson 50c798f
c296310
* Thu Jul 15 2010 Dan Horák <dan[at]danny.cz> - 2.6.7-2
c296310
- conditionalize the C# 4.0 support, don't build it on s390(x)
c296310
Paul F. Johnson 6bb2ef1
* Tue Jul 13 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.7-1
Paul F. Johnson 6bb2ef1
- Update to 2.6.7 release candidate 1
Paul F. Johnson 6bb2ef1
- Change libgdiplus BR version to 2.6.7
Paul F. Johnson 6bb2ef1
- Drop xbuild patch (fixed in source)
Paul F. Johnson 6bb2ef1
- Add patch from novell to get the preview-4 to build
Paul F. Johnson 6bb2ef1
- Add additional dlls etc normally found with a bump...
Paul F. Johnson 6bb2ef1
7f6171b
* Thu Jul 08 2010 Christian Krause <chkr@fedoraproject.org> - 2.6.4-4
7f6171b
- Add upstream patch to fix xbuild (BZ 612233, 
7f6171b
  https://bugzilla.novell.com/show_bug.cgi?id=485841)
7f6171b
Paul F. Johnson b7b2aea
* Sun Jun 06 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.4-3
Paul F. Johnson b7b2aea
- Fix for x86_64 mono-cairo.pc
Paul F. Johnson b7b2aea
Paul F. Johnson f9fe189
* Sun May 30 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.4-2
Paul F. Johnson f9fe189
- Fix libs for monodoc on x86_64
Paul F. Johnson f9fe189
Paul F. Johnson 5844fd3
* Tue Apr 27 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.4-1
Paul F. Johnson 5844fd3
- Bump to 2.6.4 release
Paul F. Johnson 5844fd3
- BR now requires libgdiplus-2.6.4
Paul F. Johnson 5844fd3
- Updated libdir patch
Paul F. Johnson 5844fd3
- Spec cleanup
Paul F. Johnson 5844fd3
Paul F. Johnson 5844fd3
* Fri Mar 19 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.3-2
Paul F. Johnson 5844fd3
- Forgt to add the obsoletes and provides for the new name mono-4-preview
Paul F. Johnson 5844fd3
Paul F. Johnson 8b111c4
* Fri Mar 19 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.3-1
Paul F. Johnson 8b111c4
- Bump to bugfix release
Paul F. Johnson 8b111c4
- Added RabbitMQ to extras
Paul F. Johnson 8b111c4
- Spec fix
Paul F. Johnson 8b111c4
- Correct the name for mono-4-preview
Paul F. Johnson 8b111c4
63b0cd3
* Mon Feb 22 2010 Christian Krause <chkr@fedoraproject.org> - 2.6.1-2
63b0cd3
- Fix upgrade path F12 -> F13 by obsoleting and providing mono-moonlight
63b0cd3
- Minor spec file cleanup
63b0cd3
Paul F. Johnson db642f0
* Mon Dec 21 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.1-1
Paul F. Johnson db642f0
- Minor fixes
Paul F. Johnson db642f0
Paul F. Johnson b11664e
* Wed Dec 16 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-4
Paul F. Johnson b11664e
- Add in the version 4 previews (subpackage)
Paul F. Johnson b11664e
- Add in new soft debugger
Paul F. Johnson b11664e
d7f980a
* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.6-3
d7f980a
- perms on mono.snk should be 0644
d7f980a
38e07ad
* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.6-2
38e07ad
- generate and package mono.snk for packages without bundled keys to use
38e07ad
- put mono.snk in /etc/pki/mono/
38e07ad
- package /etc/pki/mono/* in mono-devel
38e07ad
Paul F. Johnson 4f606a6
* Wed Sep 30 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-1
Paul F. Johnson 4f606a6
- Bump to 2.6
Paul F. Johnson 4f606a6
- Fix metadata makefiles patch
Paul F. Johnson 4f606a6
- Removed metadata-appconf patch (not required)
Paul F. Johnson 4f606a6
- Removed moonlight subpackage
Paul F. Johnson 4f606a6
- Fix configure options
Paul F. Johnson 4f606a6
75148f1
* Tue Aug 25 2009 Michel Salim <salimma@fedoraproject.org> - 2.4.2.3-2
75148f1
- Rearrange assemblies to properly fix bz 434709:
75148f1
  * mono-core can now be installed on its own, no longer pulling in
75148f1
    monodoc, mono-extras and mono-web
75148f1
  * mono-web no longer pull in mono-extras
75148f1
Paul F. Johnson fd6f3ed
* Wed Jul 29 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2.3.1
Paul F. Johnson fd6f3ed
- Update to 2.4.2.3
ac50574
Paul F. Johnson d00094d
* Fri Jul 17 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2.2-1
Paul F. Johnson d00094d
- Patch for cve-2009-0217
Paul F. Johnson d00094d
Paul F. Johnson 33fe015
* Thu Jul 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2.1-1
Paul F. Johnson 33fe015
- Bump to 2.4.2.1 release
Paul F. Johnson 33fe015
- Add system.web.mvc
Paul F. Johnson 33fe015
Paul F. Johnson e768702
* Tue Jun 30 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-5
Paul F. Johnson e768702
- Bump to 2.4.2 official release
Paul F. Johnson e768702
- Move mkbundle2 to devel (BZ 497187)
Paul F. Johnson e768702
Paul F. Johnson 1b1d1a3
* Mon Jun 22 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-4
Paul F. Johnson 1b1d1a3
- Bump to 2.4.2 RC 1
Paul F. Johnson 1b1d1a3
Paul F. Johnson ee98cff
* Wed Jun 17 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-3
Paul F. Johnson ee98cff
- Bump to 2.4.2 preview 2
Paul F. Johnson ee98cff
- Fix libgdiplus winform patch
Paul F. Johnson ee98cff
Paul F. Johnson 7bc52b1
* Sun Jun 14 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-2
Paul F. Johnson 7bc52b1
- Fix metadata makefile (duplicates appconf.h during make install)
Paul F. Johnson 7bc52b1
- Move System.Web to mono-core (bz 434709)
Paul F. Johnson 7bc52b1
- Move System.Configuration.Install to mono-core (bz 434709)
Paul F. Johnson 7bc52b1
Paul F. Johnson 03a3494
* Tue Jun 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-1
Paul F. Johnson 03a3494
- Bump to 2.4.2 preview
Paul F. Johnson 03a3494
- remove ppc glocks patch
40df9e2
d8abc51
* Wed Apr 15 2009 Toshio Kuratomi <toshio@fedoraproject.org> 2.4-19
d8abc51
- And turn off bootstrapping and make sure it rebuilds on all platforms.
d8abc51
401afb1
* Wed Apr 15 2009 Toshio Kuratomi <toshio@fedoraproject.org> 2.4-18
401afb1
- Enable bootstrap code and ppc64.  If this succeeds we'll build -19 right
401afb1
  afterwards with bootstrap code turned off.
401afb1
  Remember: you can't merge the ppc64 enabling to older branches without first
401afb1
  bootstrapping once.
401afb1
749214d
* Tue Apr 14 2009 Toshio Kuratomi <toshio@fedoraproject.org> 2.4-17
749214d
- Update to 2.4 final.
749214d
- Statically link mono to libmono to work around bz #494026
749214d
749214d
* Mon Apr 13 2009 Dennis Gilmore <ausil@fedoraproject.org> - 2.4-16
a1b683a
- set sparc32 to build sparcv9
a1b683a
749214d
* Mon Apr 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.4-15
362b581
- Revert to RC1 with changes to the spec file such as enabling moonlight so
362b581
  that we have a working build for F11.
362b581
749214d
* Mon Apr 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.4-14
48bd560
- Remove bootstrap changes as it's not necessary.
48bd560
- remove ppc64 as we only had ppc before.
48bd560
- Correct release number format
48bd560
- Fix Source and URL.
48bd560
Paul F. Johnson e9de6c8
* Fri Apr 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 2.4-13.2
Paul F. Johnson e9de6c8
- Re-enable PPC and PPC64
Paul F. Johnson e9de6c8
- sub point build for scratch build and bootstrap
Paul F. Johnson e9de6c8
Paul F. Johnson ebfc9a6
* Mon Apr 06 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 2.4-13.1
Paul F. Johnson ebfc9a6
- Remove ppc support
Paul F. Johnson ebfc9a6
- moonlight parts are now in their own subpackage
Paul F. Johnson ebfc9a6
Paul F. Johnson ebfc9a6
* Thu Apr 02 2009 Xavier Lamien <lxtnow@gmail.com> - 2.4-13
Paul F. Johnson ebfc9a6
- Enable moonlight support.
Paul F. Johnson ebfc9a6
Paul F. Johnson ebfc9a6
* Thu Mar 26 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-12
Paul F. Johnson 2ca9758
- Full 2.4 release
Paul F. Johnson 2ca9758
Paul F. Johnson 20b45e6
* Wed Mar 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-11.RC3
Paul F. Johnson 20b45e6
- Bump to RC3
87313ad
Paul F. Johnson e624209
* Tue Mar 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-10.RC2
Paul F. Johnson e624209
- Bump to RC2
Paul F. Johnson e624209
Paul F. Johnson 7a50c85
* Sat Mar 07 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-9.RC1
Paul F. Johnson 7a50c85
- Fix libdir issue with mono-cairo
1144fef
Paul F. Johnson a017dd3
* Fri Feb 27 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-8.RC1
Paul F. Johnson a017dd3
- Built using official tarball release
Paul F. Johnson a017dd3
- BR now uses libgdiplus >= 2.4
Paul F. Johnson a017dd3
- Bump to RC1
Paul F. Johnson 75c887c
Paul F. Johnson 381cc59
* Tue Feb 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-6.pre2.20091002svn126522
Paul F. Johnson 381cc59
- Update from svn
Paul F. Johnson 381cc59
- removed big array support (seems to be causing some problems)
Paul F. Johnson 381cc59
- removed genxs2
Paul F. Johnson 381cc59
Paul F. Johnson b611783
* Thu Feb 05 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-5.pre2.20090502svn125515
Paul F. Johnson b611783
- Update from svn
Paul F. Johnson b611783
- rename to pre2
Paul F. Johnson b611783
Paul F. Johnson b611783
* Sat Jan 24 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-2.20092401svn124412
Paul F. Johnson b611783
- Update from svn
Paul F. Johnson b611783
- Added support for big arrays (64 bit archs only)
Paul F. Johnson b611783
Paul F. Johnson b611783
* Sun Jan 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.20091801svn123751
Paul F. Johnson b611783
- Update from svn
Paul F. Johnson b611783
Paul F. Johnson 8277796
* Fri Jan 16 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.20091601svn123642
Paul F. Johnson 8277796
- Move to 2.4 branch
Paul F. Johnson 8277796
- Update from svn
Paul F. Johnson 8277796
Paul F. Johnson fa8f4bd
* Sun Jan 11 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-17.RC2.20091101svn122991
Paul F. Johnson 2f91839
- Updates from svn
Paul F. Johnson 2f91839
- Change to RC2
Paul F. Johnson 2f91839
- Removed mono-api-diff.exe and transform.exe from spec
Paul F. Johnson 2f91839
- Fixes some problems with winforms on some boxes
Paul F. Johnson fa8f4bd
- Added gettext-devel
Paul F. Johnson 2f91839
Paul F. Johnson 590ea36
* Sun Jan 04 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20090401svn122388
Paul F. Johnson 590ea36
- Updates from svn
Paul F. Johnson 590ea36
Paul F. Johnson fc53ef6
* Wed Dec 31 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20081231svn122288
Paul F. Johnson fc53ef6
- Important updates from svn
Paul F. Johnson fc53ef6
Paul F. Johnson b67951e
* Mon Dec 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20081229svn122181
Paul F. Johnson b67951e
- Update from svn
Paul F. Johnson b67951e
Paul F. Johnson 7541abc
* Tue Dec 23 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-14.RC1.20081223svn122032
Paul F. Johnson 7541abc
- Remove ppc self-build parts and ppc reordering patch
Paul F. Johnson b67951e
- Update from svn
Paul F. Johnson 7541abc
- Minor spec file cleanups
Paul F. Johnson 7541abc
Paul F. Johnson d415e04
* Fri Dec 19 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-14.pre3.20081219svn121833
Paul F. Johnson d415e04
- Get PPC to build itself, will be disabled from the next build
Paul F. Johnson d415e04
Paul F. Johnson a3599db
* Fri Dec 19 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-13.pre3.20081219svn121833
Paul F. Johnson a3599db
- Lots more fixes
Paul F. Johnson a3599db
- New patch for ppc archs
Paul F. Johnson a3599db
- Re-enable ppc build
Paul F. Johnson a3599db
Paul F. Johnson 7f82b73
* Wed Dec 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-12.pre3.20081217svn121664
Paul F. Johnson 7f82b73
- Fix libdir issue with monodoc
Paul F. Johnson 7f82b73
Paul F. Johnson 8d5b63e
* Tue Dec 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081216svn121605
Paul F. Johnson 8d5b63e
- Fixes problems with web references
Paul F. Johnson 8d5b63e
- Fixes x86_64 build problems
Paul F. Johnson 8d5b63e
- Added new web-devel subpackage
Paul F. Johnson 8d5b63e
Paul F. Johnson 57fe766
* Mon Dec 15 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081215svn121536
Paul F. Johnson 57fe766
- Exclude ppc due to build problems (temporary)
Paul F. Johnson 57fe766
- Moved to pre3 in sync with Novell releases
Paul F. Johnson 57fe766
Paul F. Johnson af0454e
* Wed Dec 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-10.pre2.20081215svn121507
Paul F. Johnson af0454e
- removed the winform patch
Paul F. Johnson af0454e
- move to svn
Paul F. Johnson af0454e
- removed files no longer built
Paul F. Johnson af0454e
- removed vbnc manual
Paul F. Johnson af0454e
Paul F. Johnson af0454e
* Tue Dec 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-9.pre2
Paul F. Johnson af0454e
- remove the seds and just use patches
Paul F. Johnson af0454e
Paul F. Johnson a5a160d
* Fri Dec 05 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-8.pre2
Paul F. Johnson a5a160d
- Bump to 2.2 preview 2
Paul F. Johnson a5a160d
- More sed fixes
Paul F. Johnson a5a160d
Paul F. Johnson fc352e7
* Thu Dec 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-7.pre1
Paul F. Johnson fc352e7
- Add fix so that winforms doesn't need libgdiplus-devel
Paul F. Johnson fc352e7
- Add fix so the sed script works correctly on x86_64
Paul F. Johnson fc352e7
Paul F. Johnson 1b79f7c
* Sun Nov 30 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-6.pre1
Paul F. Johnson 1b79f7c
- missed a sed invocation
Paul F. Johnson 1b79f7c
Paul F. Johnson f4cfb33
* Sun Nov 30 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-5.pre1
Paul F. Johnson f4cfb33
- new patch for winforms problems
Paul F. Johnson f4cfb33
- reorganised patches
Paul F. Johnson f4cfb33
- use sed to fix the incorrect libdir issues - experimental!!!!
Paul F. Johnson f4cfb33
Paul F. Johnson b5d386a
* Wed Nov 26 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.pre1
Paul F. Johnson 6e312a7
- mono.pc libfile fix
Paul F. Johnson 6e312a7
Paul F. Johnson 1d1725f
* Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre1
Paul F. Johnson 1d1725f
- fix monodoc libdir issues
Paul F. Johnson 1d1725f
Paul F. Johnson adb6c98
* Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.1.pre1
Paul F. Johnson adb6c98
- rebuild
Paul F. Johnson adb6c98
Björn Esser d2498ab
* Tue Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
Paul F. Johnson 264ee24
- Bump to 2.2 preview 1
Paul F. Johnson 264ee24
- remove old patches
Paul F. Johnson 264ee24
- add build information for monodoc
Paul F. Johnson 264ee24
Paul F. Johnson 1259983
* Sun Nov 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0.13
Paul F. Johnson 1259983
- Add in mono-api-diff and mono-api-info
Paul F. Johnson 1259983
Paul F. Johnson e59e3d1
* Fri Oct 24 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0.12
Paul F. Johnson e59e3d1
- Update to 2.0.1
Paul F. Johnson e59e3d1
- remove selinux patch
Paul F. Johnson e59e3d1
- remove s390 disable
Paul F. Johnson e59e3d1
Paul F. Johnson e59e3d1
* Tue Oct 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11.2
Paul F. Johnson e59e3d1
- fixed no ownership of etc-mono-mconfig directory
Paul F. Johnson e59e3d1
Paul F. Johnson 414a753
* Sat Oct 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11.1
Paul F. Johnson 414a753
- fix the last fix...
Paul F. Johnson 414a753
Paul F. Johnson 1b4acc8
* Thu Oct 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11
Paul F. Johnson 1b4acc8
- correct libdir in mono-cairo.pc file (BZ 467294)
Paul F. Johnson 1b4acc8
Paul F. Johnson 795d811
* Fri Oct 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-10
Paul F. Johnson 795d811
- bump to RC4
Paul F. Johnson 795d811
Paul F. Johnson 795d811
* Sun Sep 28 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-9
Paul F. Johnson 795d811
- backported binaryserialisation and datatable patches
Paul F. Johnson 795d811
- backported stringreplace optimisation
Paul F. Johnson 795d811
- bump to RC3
Paul F. Johnson 795d811
Paul F. Johnson 992fd39
* Thu Sep 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-8
Paul F. Johnson 992fd39
- MimeIcon patch added
Paul F. Johnson 992fd39
Paul F. Johnson 520b08a
* Wed Sep 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-7
Paul F. Johnson 520b08a
- TableLayoutSettings fix (bz 462005)
Paul F. Johnson 520b08a
Paul F. Johnson 318dae4
* Tue Sep 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-6
Paul F. Johnson 318dae4
- Bump to RC1
Paul F. Johnson 318dae4
- Removed XIM patch
Paul F. Johnson 318dae4
- Added additional configure options
Paul F. Johnson 318dae4
- Fixed spec file
Paul F. Johnson 318dae4
Paul F. Johnson f96202c
* Fri Aug 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-5
Paul F. Johnson f96202c
- moved libMonoPosixHelper back to the main package
Paul F. Johnson f96202c
Paul F. Johnson ded144d
* Fri Aug 22 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-4
Paul F. Johnson ded144d
- fix for XIM with en_GB.UTF locale plus others
Paul F. Johnson ded144d
Paul F. Johnson ded144d
* Mon Aug 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-3
Paul F. Johnson ded144d
- removed canna-devel requirements
Paul F. Johnson ded144d
- bump to preview 2
Paul F. Johnson ded144d
- removed further bits for moonlight
Paul F. Johnson ded144d
Paul F. Johnson ded144d
* Sun Aug 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-2
Paul F. Johnson ded144d
- added Canna-devel BR and R Canna for mwf
Paul F. Johnson ded144d
- removed the build of moonlight parts
Paul F. Johnson ded144d
- disable-static on configure
Paul F. Johnson ded144d
Paul F. Johnson 7b91332
* Sat Aug 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-1
Paul F. Johnson 7b91332
- bump to 2.0 preview 1
Paul F. Johnson 7b91332
- alter licence to MIT only
Paul F. Johnson 7b91332
- renamed and clean up patch files
Paul F. Johnson 7b91332
- spec file fixes
Paul F. Johnson 7b91332
Paul F. Johnson aa69705
* Mon Apr 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9.1-2
Paul F. Johnson aa69705
- pc file fixes
Paul F. Johnson aa69705
Paul F. Johnson 650f00a
* Tue Apr 15 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9.1-1
Paul F. Johnson 650f00a
- bump to new beta
Paul F. Johnson 650f00a
6b1958b
* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-7
6b1958b
- since we're not bootstrapping with prebuilt binaries, BR: mono-core
6b1958b
9b6f559
* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-6
9b6f559
- Remove prebuilt binaries
9b6f559
8b6ba67
* Wed Apr 09 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-5
8b6ba67
- fix licensing
8b6ba67
92ed9ae
* Mon Apr 07 2008 Xavier Lamien <lxtnow@gmail.com> - 1.9-4
92ed9ae
- Added undeclared function bug #xxxx.
92ed9ae
75148f1
* Mon Mar 17 2008 Xavier Lamien <lxtnow@gmail.com> - 1.9-3
0d121dc
- Added require on mono-nunit-devel
bcea006
Paul F. Johnson ca5679e
* Thu Mar 06 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-2
Paul F. Johnson ca5679e
- bump to preview 4
Paul F. Johnson ca5679e
Paul F. Johnson cebb202
* Mon Feb 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-1
Paul F. Johnson cebb202
- bump to preview 2
Paul F. Johnson cebb202
- spec file fixes
6d77c93
Paul F. Johnson ce54f48
* Wed Dec 19 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-6.1
Paul F. Johnson 86ecf30
- added BR libunwind-devel for ia64 (bz426180)
Paul F. Johnson 2491bca
- fix for LIBDIR problem
Paul F. Johnson 86ecf30
Björn Esser d2498ab
* Sun Dec 16 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-4
Paul F. Johnson 54e0be3
- bump new version
Paul F. Johnson 54e0be3
- removed more redundant bits
Paul F. Johnson 54e0be3
- url fix
Paul F. Johnson 54e0be3
Paul F. Johnson 54e0be3
* Thu Nov 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1
Paul F. Johnson 54e0be3
- bump to preview 2
Paul F. Johnson 54e0be3
- removed redundant bits of the spec file
Paul F. Johnson 54e0be3
Paul F. Johnson 0d925f0
* Thu Nov 15 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5.2-2
Paul F. Johnson 0d925f0
- Added R libgdiplus to the winforms package. Fixes BZ 380131
Paul F. Johnson 0d925f0
Paul F. Johnson e06988f
* Sun Nov 11 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5.2-1
Paul F. Johnson e06988f
- Bump to next version
Paul F. Johnson e06988f
35df419
* Fri Nov  9 2007 Ray Strode <rstrode@redhat.com> - 1.2.5.1-4
35df419
- Apply dropped patch (bug 371781), found by Eskil Bylund
35df419
9b8d334
* Wed Nov  7 2007 Alexander Larsson <alexl@redhat.com> - 1.2.5.1-3
9b8d334
- Fix overflow in Mono.Math.BigInteger class (#367551)
9b8d334
  CVE-2007-5197
9b8d334
Paul F. Johnson f7824fe
* Fri Oct 05 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 1.2.5.1-1
Paul F. Johnson f7824fe
- bump
Paul F. Johnson f7824fe
- added new parts (mono-linker, resgen and mono-cecil)
e73947a
Björn Esser d2498ab
* Sat Apr 21 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 1.2.4-1
Paul F. Johnson f7824fe
- update from 1.2.3
c50c9a4
b337430
* Sun Apr  1 2007 Matthias Clasen <mclasen@redhat.com> - 1.2.3-3
b337430
- Fix a spec format error (#210633)
b337430
bcd6ec5
* Thu Mar 29 2007 Alexander Larsson <alexl@redhat.com> - 1.2.3-2
bcd6ec5
- Also build on alpha (#232268)
bcd6ec5
b39ed40
* Thu Feb  8 2007 Alexander Larsson <alexl@redhat.com> - 1.2.3-1
b39ed40
- update to 1.2.3
b39ed40
60246aa
* Mon Dec  4 2006 Alexander Larsson <alexl@redhat.com> - 1.2.2-1
60246aa
- update to 1.2.2
60246aa
- Mark config files as noreplace
60246aa
- Require pkgconfig in mono-devel
60246aa
- Run ldconfig in post/postun
60246aa
5b2d513
* Thu Oct 12 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17.1-3
5b2d513
- Don't use slow TLS approach under xen (#210001) 
5b2d513
Caolan McNamara 84c7941
* Fri Oct  6 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.17.1-2
Caolan McNamara 84c7941
- CVE-2006-5072
Caolan McNamara 84c7941
208c8c9
* Mon Sep  4 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17.1-1
dbdf5b2
- update to 1.1.17.1
208c8c9
- Add one file nunit-devel package due to packaging guidelines (#205056)
dbdf5b2
25a3bf8
* Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16.1-2
25a3bf8
- Move gac to libdir to be multilib compat
25a3bf8
- rename mono-devtools back to mono-devel
25a3bf8
- kill mono-lib and mono-lib-devel
25a3bf8
Björn Esser d2498ab
* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16.1-1
6f739de
- Update to 1.1.16.1
6f739de
- Split out mono libs and devel headers to fix lib64 conflicts (#199790)
6f739de
6f739de
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.16-1.1
eee7976
- rebuild
eee7976
50a9456
* Fri Jul  7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16-1
50a9456
- update to 1.1.16
50a9456
c6fba3f
* Wed Jun  7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.15-1
8ff3194
- Disabled s390 & s390x for now due to build failure
c6fba3f
- Update to 1.1.15
c6fba3f
f85bdec
* Wed Apr 26 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13.7-2
f85bdec
- Update to 1.1.13.7
f85bdec
4912066
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com> - 1.1.13.4-2
4912066
- rebuild for ppc TLS issue (#184446)
4912066
7e2b69d
* Fri Mar  3 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.4-1
7e2b69d
- Update to 1.1.13.4
7e2b69d
- Add patch so mono doesn't segfault on PPC SMP machines
7e2b69d
- Minor spec cleanup
7e2b69d
fba8aa8
* Thu Mar  2 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-5
fba8aa8
- Updated patch from Jakub (1.1.13.2-3 to 1.1.13.2-5 are 
fba8aa8
  for bug 182965)
fba8aa8
ae9ffb5
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-4
ae9ffb5
- Updated patch from Paolo Molaro <lupus@ximian.com>
ae9ffb5
c923227
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-3
c923227
- Patch from Jakub to make work with SELinux better
c923227
f8a670a
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-2
f8a670a
- Rebuild
f8a670a
239edbd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.13.2-1.1
239edbd
- rebuilt for new gcc4.1 snapshot and glibc changes
239edbd
dedc112
* Tue Jan 31 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-1
dedc112
- Update to 1.1.13.2
dedc112
eb48902
* Fri Jan 13 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13-1
eb48902
- Update to 1.13
eb48902
- Add libgdiplus dep to mono-core
eb48902
- Add s390x to build
eb48902
ddc5536
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.12.1-1
ddc5536
- Update to 1.1.12.1
ddc5536
4d7fdcd
* Mon Jan  9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.10-4
4d7fdcd
- rebuild
4d7fdcd
c99e855
* Fri Nov 18 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-3
dbdfef6
- Disable s390 due to some build failure
c99e855
b46d6c7
* Thu Nov 17 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-2
b46d6c7
- Build on s390 and x86-64 now
b46d6c7
5c76d72
* Tue Nov 15 2005 Alexander Larsson <alexl@redhat.com> - 1.1.10-1
5c76d72
- Initial version