2019-03-27 10:41:27 +00:00
|
|
|
|
%ifarch s390x
|
|
|
|
|
# workaround https://github.com/mono/mono/issues/9009#issuecomment-477073609
|
2015-06-05 10:40:46 +00:00
|
|
|
|
%undefine _hardened_build
|
|
|
|
|
%endif
|
2019-03-27 20:56:43 +00:00
|
|
|
|
%global bootstrap 0
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%if 0%{?el6}
|
2016-05-18 07:57:38 +00:00
|
|
|
|
# see https://fedorahosted.org/fpc/ticket/395, it was added to el7
|
|
|
|
|
%global mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 ppc64le
|
2016-01-04 10:59:32 +00:00
|
|
|
|
%global _monodir %{_prefix}/lib/mono
|
|
|
|
|
%global _monogacdir %{_monodir}/gac
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%endif
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%if 0%{?el7}
|
|
|
|
|
# somehow _monodir and _monogacdir is missing in 7.5
|
|
|
|
|
%global _monodir %{_prefix}/lib/mono
|
|
|
|
|
%global _monogacdir %{_monodir}/gac
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}%{?el6}%{?el7} || 0%{?bootstrap}
|
2016-05-18 07:57:38 +00:00
|
|
|
|
# to resolve: "ERROR: No build ID note found"
|
|
|
|
|
%undefine _missing_build_ids_terminate_build
|
|
|
|
|
%endif
|
2015-05-18 13:36:00 +00:00
|
|
|
|
|
2019-04-26 19:04:21 +00:00
|
|
|
|
%global xamarinrelease 3
|
2009-04-13 19:16:34 +00:00
|
|
|
|
Name: mono
|
2019-03-22 19:51:52 +00:00
|
|
|
|
Version: 5.18.1
|
2019-05-01 20:21:41 +00:00
|
|
|
|
Release: 6%{?dist}
|
2015-05-12 16:50:02 +00:00
|
|
|
|
Summary: Cross-platform, Open Source, .NET development framework
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
2008-08-14 13:06:25 +00:00
|
|
|
|
License: MIT
|
2015-05-12 16:50:02 +00:00
|
|
|
|
URL: http://www.mono-project.com
|
2019-03-22 19:51:52 +00:00
|
|
|
|
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.%{xamarinrelease}.tar.bz2
|
2009-12-01 16:03:58 +00:00
|
|
|
|
# This key was generated by Tom "spot" Callaway <tcallawa@redhat.com> on Dec 1, 2009
|
|
|
|
|
# by running the following command:
|
|
|
|
|
# sn -k mono.snk
|
|
|
|
|
# You should not regenerate this unless you have a really, really, really good reason.
|
2015-05-12 16:50:02 +00:00
|
|
|
|
Source1: mono.snk
|
2019-03-22 19:51:52 +00:00
|
|
|
|
Patch0: mono-5.10.0-ignore-reference-assemblies.patch
|
2016-08-24 18:57:48 +00:00
|
|
|
|
Patch1: mono-4.2.1-ppc.patch
|
2019-03-22 19:51:52 +00:00
|
|
|
|
Patch2: mono-5.10.0-find-provides.patch
|
2016-08-24 18:57:48 +00:00
|
|
|
|
Patch3: mono-4.2-fix-winforms-trayicon.patch
|
2019-03-22 19:51:52 +00:00
|
|
|
|
Patch4: mono-4.6.1-aarch64.patch
|
|
|
|
|
Patch5: mono-5.18.1-s390x-ucontext.patch
|
|
|
|
|
Patch6: mono-5.18.0-roslyn-binaries.patch
|
2019-04-26 19:04:21 +00:00
|
|
|
|
Patch7: mono-5.18.0-use-mcs.patch
|
2019-03-22 19:51:52 +00:00
|
|
|
|
Patch8: mono-5.18.0-use-v471.patch
|
|
|
|
|
Patch9: mono-5.18.0-reference-assemblies-fix.patch
|
|
|
|
|
Patch10: mono-5.18.0-sharpziplib-parent-path-traversal.patch
|
2019-03-28 11:28:30 +00:00
|
|
|
|
Patch11: mono-5.18.1-python3.patch
|
2019-03-27 11:12:57 +00:00
|
|
|
|
Patch12: mono-5.18.1-s390x-build.patch
|
2019-05-01 20:21:41 +00:00
|
|
|
|
Patch13: mono-5.18.0-largearraybuilder.patch
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
BuildRequires: bison
|
2019-04-27 05:10:49 +00:00
|
|
|
|
BuildRequires: python%{python3_pkgversion}
|
2017-02-16 20:17:59 +00:00
|
|
|
|
BuildRequires: cmake
|
2015-05-12 16:50:02 +00:00
|
|
|
|
BuildRequires: gcc-c++
|
2015-05-19 09:21:06 +00:00
|
|
|
|
BuildRequires: gettext-devel
|
2006-03-04 01:25:45 +00:00
|
|
|
|
BuildRequires: libicu-devel
|
2011-03-09 19:42:17 +00:00
|
|
|
|
BuildRequires: libgdiplus-devel >= 2.10
|
2015-05-12 16:50:02 +00:00
|
|
|
|
BuildRequires: pkgconfig
|
2015-05-19 09:21:06 +00:00
|
|
|
|
BuildRequires: valgrind-devel
|
2006-03-04 01:25:45 +00:00
|
|
|
|
BuildRequires: zlib-devel
|
2019-03-22 19:51:52 +00:00
|
|
|
|
BuildRequires: perl-Getopt-Long
|
2016-08-16 06:35:57 +00:00
|
|
|
|
|
2008-04-11 22:54:12 +00:00
|
|
|
|
# Yes, mono actually depends on itself, because
|
|
|
|
|
# we deleted the bootstrapping binaries. If you
|
|
|
|
|
# need to bootstrap mono, comment out this BuildRequires
|
|
|
|
|
# and don't delete the binaries in %%prep.
|
2008-12-19 17:33:29 +00:00
|
|
|
|
|
2015-06-05 10:40:46 +00:00
|
|
|
|
%if 0%{bootstrap}
|
2019-03-22 19:51:52 +00:00
|
|
|
|
# for bootstrap, use bundled monolite and reference assemblies instead of local mono
|
2015-06-05 10:40:46 +00:00
|
|
|
|
%else
|
2019-03-22 19:51:52 +00:00
|
|
|
|
BuildRequires: mono-core >= 5.0
|
2015-06-05 10:40:46 +00:00
|
|
|
|
%endif
|
2008-04-11 22:54:12 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
# JIT only available on these:
|
2016-10-12 06:56:15 +00:00
|
|
|
|
ExclusiveArch: %mono_arches
|
2015-05-12 16:50:02 +00:00
|
|
|
|
|
2016-01-04 10:59:32 +00:00
|
|
|
|
%global _use_internal_dependency_generator 0
|
2019-05-01 05:43:42 +00:00
|
|
|
|
%global __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | grep -v 4.7.1-api | grep -v 4.5-api| /usr/lib/rpm/redhat/find-provides && printf "%s\\n" "${filelist[@]}" | grep -v 4.7.1-api | grep -v 4.5-api | prefix=%{buildroot}%{_prefix} %{buildroot}%{_bindir}/mono-find-provides; } | sort | uniq'
|
2016-01-04 10:59:32 +00:00
|
|
|
|
%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 ^...'
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description
|
|
|
|
|
The Mono runtime implements a JIT engine for the ECMA CLI
|
|
|
|
|
virtual machine (as well as a byte code interpreter, the
|
|
|
|
|
class loader, the garbage collector, threading system and
|
|
|
|
|
metadata access libraries.
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package core
|
|
|
|
|
Summary: The Mono CIL runtime, suitable for running .NET code
|
2009-08-25 07:02:01 +00:00
|
|
|
|
Requires: libgdiplus
|
2019-03-22 19:51:52 +00:00
|
|
|
|
#dependency requiered for install
|
|
|
|
|
Provides: mono(System.Collections.Immutable) = 1.2.0.0
|
|
|
|
|
Provides: mono(System.Diagnostics.StackTrace) = 4.0.2.0
|
|
|
|
|
Provides: mono(System.IO) = 4.0.10.0
|
|
|
|
|
Provides: mono(System.IO.Compression) = 4.1.1.0
|
|
|
|
|
Provides: mono(System.Linq.Expressions) = 4.0.10.0
|
|
|
|
|
Provides: mono(System.Reflection) = 4.0.10.0
|
|
|
|
|
Provides: mono(System.Runtime) = 4.0.20.0
|
|
|
|
|
Provides: mono(System.Runtime.Extensions) = 4.0.10.0
|
|
|
|
|
Provides: mono(System.Runtime.InteropServices) = 4.0.20.0
|
|
|
|
|
Provides: mono(System.Runtime.Loader) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Text.Encoding.CodePages) = 4.0.2.0
|
|
|
|
|
Provides: mono(System.ValueTuple) = 4.0.1.0
|
|
|
|
|
Provides: mono(System.Collections) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Diagnostics.Debug) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Globalization) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.IO) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Linq) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Reflection) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Runtime) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Runtime.Extensions) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Runtime.InteropServices) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Security.Cryptography.Algorithms) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Text.Encoding) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Text.Encoding.Extensions) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Threading) = 4.0.0.0
|
|
|
|
|
Provides: mono(System.Xml.XPath.XDocument) = 4.0.1.0
|
2006-08-18 13:42:59 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description core
|
|
|
|
|
This package contains the core of the Mono runtime including its
|
|
|
|
|
Virtual Machine, Just-in-time compiler, C# compiler, security
|
|
|
|
|
tools and libraries (corlib, XML, System.Security, ZipLib,
|
|
|
|
|
I18N, Cairo and Mono.*).
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%package winfx
|
2011-03-27 19:44:55 +00:00
|
|
|
|
Summary: Mono implementation of core WinFX APIs
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2010-10-12 23:56:13 +00:00
|
|
|
|
|
|
|
|
|
%description winfx
|
|
|
|
|
Open source implementation of core WinFX APIs
|
|
|
|
|
|
|
|
|
|
%package mvc
|
2011-03-27 19:44:55 +00:00
|
|
|
|
Summary: Mono implementation of ASP.NET MVC
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2010-10-12 23:56:13 +00:00
|
|
|
|
|
|
|
|
|
%description mvc
|
|
|
|
|
This is the Mono implementation of ASP.NET MVC
|
|
|
|
|
|
|
|
|
|
%package mvc-devel
|
2015-05-12 16:50:02 +00:00
|
|
|
|
Summary: Development files for ASP.NET MVC
|
2011-03-27 19:44:55 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2010-10-12 23:56:13 +00:00
|
|
|
|
|
|
|
|
|
%description mvc-devel
|
|
|
|
|
This is the Mono implementation of ASP.NET MVC
|
|
|
|
|
|
2006-08-18 13:42:59 +00:00
|
|
|
|
%package devel
|
2006-08-10 09:44:06 +00:00
|
|
|
|
Summary: Development tools for Mono
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2006-12-04 14:48:45 +00:00
|
|
|
|
Requires: pkgconfig
|
2005-11-16 15:49:25 +00:00
|
|
|
|
Requires: glib2-devel
|
2006-08-10 09:44:06 +00:00
|
|
|
|
|
2007-04-01 15:15:08 +00:00
|
|
|
|
%description devel
|
|
|
|
|
This package completes the Mono developer toolchain with the mono profiler,
|
|
|
|
|
assembler and other various tools.
|
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package locale-extras
|
|
|
|
|
Summary: Extra locale information for Mono
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
|
|
%description locale-extras
|
|
|
|
|
This package contains assemblies to support I18N applications for
|
|
|
|
|
non-latin alphabets.
|
|
|
|
|
|
|
|
|
|
%package extras
|
|
|
|
|
Summary: Provides the infrastructure for running and building daemons and services with Mono as well as various stub assemblies
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description extras
|
2015-05-12 16:50:02 +00:00
|
|
|
|
This package provides the library and application to run services
|
2005-11-16 15:49:25 +00:00
|
|
|
|
and daemons with Mono. It also includes stubs for the following
|
2015-05-12 16:50:02 +00:00
|
|
|
|
assemblies: Microsoft.Vsa,
|
2005-11-16 15:49:25 +00:00
|
|
|
|
System.Configuration.Install, System.Management, System.Messaging.
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%package reactive
|
|
|
|
|
License: MIT License (or similar) ; Apache License 2.0
|
|
|
|
|
Summary: Reactive Extensions for Mono core libraries
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description reactive
|
|
|
|
|
Reactive Extensions for Mono, this packages don't depend on
|
|
|
|
|
desktop-specific features.
|
|
|
|
|
|
|
|
|
|
%package reactive-winforms
|
|
|
|
|
License: MIT License (or similar) ; Apache License 2.0
|
|
|
|
|
Summary: Reactive Extensions for Mono desktop-specific libraries
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
Requires: mono-reactive = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description reactive-winforms
|
|
|
|
|
Reactive Extensions for Mono, desktop-specific packages (winforms,
|
|
|
|
|
windows threading).
|
|
|
|
|
|
|
|
|
|
%package reactive-devel
|
|
|
|
|
Summary: Development files for system.web
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
Requires: mono-reactive = %{version}-%{release} pkgconfig
|
|
|
|
|
|
|
|
|
|
%description reactive-devel
|
|
|
|
|
This package provides the .pc file for mono-rx
|
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package winforms
|
|
|
|
|
Summary: Windows Forms implementation for Mono
|
2008-12-03 23:47:22 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description winforms
|
|
|
|
|
This package provides a fully managed implementation of
|
|
|
|
|
System.Windows.Forms, the default graphical toolkit for .NET
|
|
|
|
|
applications.
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%package wcf
|
|
|
|
|
Summary: Mono implementation of Windows Communication Foundation
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description wcf
|
|
|
|
|
This package provides an implementation of WCF, the Windows Communication
|
|
|
|
|
Foundation.
|
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package web
|
|
|
|
|
Summary: ASP.NET, Remoting, and Web Services for Mono
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description web
|
|
|
|
|
This package provides the ASP.NET libraries and runtime for
|
|
|
|
|
development of web application, web services and remoting support.
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2008-12-17 10:22:32 +00:00
|
|
|
|
%package web-devel
|
|
|
|
|
Summary: Development files for system.web
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2009-08-25 07:02:01 +00:00
|
|
|
|
Requires: mono-web = %{version}-%{release} pkgconfig
|
2008-12-17 10:22:32 +00:00
|
|
|
|
|
|
|
|
|
%description web-devel
|
|
|
|
|
This package provides the .pc file for mono-web
|
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package data
|
|
|
|
|
Summary: Database connectivity for Mono
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description data
|
|
|
|
|
This package provides a Mono assembly to facilitate data access
|
|
|
|
|
and manipulation with databases, LDAP compatible directory servers
|
|
|
|
|
and/or XML data exchange. Beyond the ADO.NET, Novell.LDAP and
|
|
|
|
|
System.DirectoryServices assemblies, it also includes a command
|
|
|
|
|
line sql application as well as the Microsoft SQL Server and ODBC
|
|
|
|
|
data providers.
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package data-sqlite
|
|
|
|
|
Summary: sqlite database connectivity for Mono
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-11-16 15:49:25 +00:00
|
|
|
|
Requires: sqlite
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description data-sqlite
|
|
|
|
|
This package contains the ADO.NET Data provider for the sqlite
|
|
|
|
|
database.
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package data-oracle
|
|
|
|
|
Summary: Oracle database connectivity for Mono
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%description data-oracle
|
|
|
|
|
This package contains the ADO.NET Data provider for the Oracle
|
|
|
|
|
database.
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%package -n ibm-data-db2
|
|
|
|
|
Summary: IBM DB2 database connectivity for Mono
|
2006-03-04 01:25:45 +00:00
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
|
|
%description -n ibm-data-db2
|
|
|
|
|
This package contains the ADO.NET Data provider for the IBM DB2
|
|
|
|
|
Universal database.
|
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
|
%package -n monodoc
|
2009-08-25 07:02:01 +00:00
|
|
|
|
Summary: The mono documentation system
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2008-11-25 15:30:21 +00:00
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
|
%description -n monodoc
|
2008-11-25 15:30:21 +00:00
|
|
|
|
monodoc is the documentation package for the mono .NET environment
|
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
|
%package -n monodoc-devel
|
2015-05-12 16:50:02 +00:00
|
|
|
|
Summary: .pc file for monodoc
|
|
|
|
|
Requires: monodoc = %{version}-%{release} pkgconfig
|
|
|
|
|
Requires: mono-core = %{version}-%{release}
|
2008-11-25 15:30:21 +00:00
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
|
%description -n monodoc-devel
|
2008-11-25 15:30:21 +00:00
|
|
|
|
Development file for monodoc
|
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%package complete
|
|
|
|
|
Summary: Install everything built from the mono source tree
|
|
|
|
|
Requires: ibm-data-db2 = %{version}
|
|
|
|
|
Requires: mono-core = %{version}
|
|
|
|
|
Requires: mono-data = %{version}
|
|
|
|
|
Requires: mono-data-oracle = %{version}
|
|
|
|
|
Requires: mono-data-sqlite = %{version}
|
|
|
|
|
Requires: mono-devel = %{version}
|
|
|
|
|
Requires: mono-extras = %{version}
|
|
|
|
|
Requires: mono-locale-extras = %{version}
|
|
|
|
|
Requires: mono-mvc = %{version}
|
|
|
|
|
Requires: mono-reactive = %{version}
|
|
|
|
|
Requires: mono-wcf = %{version}
|
|
|
|
|
Requires: mono-web = %{version}
|
|
|
|
|
Requires: mono-winforms = %{version}
|
|
|
|
|
Requires: mono-winfx = %{version}
|
|
|
|
|
Requires: monodoc = %{version}
|
|
|
|
|
|
|
|
|
|
%description -n mono-complete
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Install everything built from the mono source tree. Note that this does
|
|
|
|
|
not install anything from outside the mono source (XSP, mono-basic, etc.).
|
|
|
|
|
|
2016-01-04 10:59:32 +00:00
|
|
|
|
%global gac_dll(dll) %{_monogacdir}/%{1} \
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/%{1}.dll \
|
2009-04-07 09:41:39 +00:00
|
|
|
|
%{nil}
|
2016-01-04 10:59:32 +00:00
|
|
|
|
%global mono_bin(bin) %{_bindir}/%{1} \
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/%{1}.exe \
|
|
|
|
|
%{_monodir}/4.5/%{1}.exe.* \
|
2009-12-23 00:17:13 +00:00
|
|
|
|
%{nil}
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
|
|
|
|
%prep
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%setup -q -n %{name}-%{version}.%{xamarinrelease}
|
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%patch0 -p1
|
2019-03-27 11:12:57 +00:00
|
|
|
|
%ifarch ppc ppc64 ppc64le s390x
|
2016-01-02 10:13:37 +00:00
|
|
|
|
%patch1 -p1
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%endif
|
2016-01-02 17:59:37 +00:00
|
|
|
|
%patch2 -p1
|
2016-01-22 13:42:11 +00:00
|
|
|
|
%patch3 -p1
|
|
|
|
|
%patch4 -p1
|
2016-10-10 21:01:09 +00:00
|
|
|
|
%patch5 -p1
|
2017-09-20 14:23:13 +00:00
|
|
|
|
%patch6 -p1
|
2017-09-20 21:17:50 +00:00
|
|
|
|
%patch7 -p1
|
2018-06-05 20:27:08 +00:00
|
|
|
|
%patch8 -p1
|
2019-02-11 06:09:15 +00:00
|
|
|
|
%patch9 -p1
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%patch10 -p1
|
|
|
|
|
%patch11 -p1
|
2019-03-27 11:12:57 +00:00
|
|
|
|
%patch12 -p1
|
2019-05-01 20:21:41 +00:00
|
|
|
|
%patch13 -p1
|
2008-04-07 18:19:48 +00:00
|
|
|
|
|
2016-03-01 06:52:21 +00:00
|
|
|
|
# Remove hardcoded lib directory for libMonoPosixHelper.so from the config
|
|
|
|
|
sed -i 's|$mono_libdir/||g' data/config.in
|
|
|
|
|
|
2015-05-13 08:15:26 +00:00
|
|
|
|
%if 0%{bootstrap}
|
2019-03-22 19:51:52 +00:00
|
|
|
|
# for bootstrap, keep some binaries
|
|
|
|
|
find . -name "*.dll" -not -path "./mcs/class/lib/monolite-linux/*" -not -path "./external/binary-reference-assemblies/v4.7.1/*" -print -delete
|
|
|
|
|
find . -name "*.exe" -not -path "./mcs/class/lib/monolite-linux/*" -print -delete
|
2015-05-13 08:15:26 +00:00
|
|
|
|
%else
|
2019-03-22 19:51:52 +00:00
|
|
|
|
# Remove all prebuilt binaries
|
|
|
|
|
rm -rf mcs/class/lib/monolite-linux/*
|
|
|
|
|
find . -name "*.dll" -print -delete
|
|
|
|
|
find . -name "*.exe" -print -delete
|
|
|
|
|
# use the binaries from the currently installed mono
|
|
|
|
|
cd external/binary-reference-assemblies && mv v4.7.1 v4.7.1.tobuild && ln -s /usr/lib/mono/4.7.1-api v4.7.1 && cd -
|
2015-05-13 08:15:26 +00:00
|
|
|
|
%endif
|
2008-04-07 18:19:48 +00:00
|
|
|
|
|
2005-01-13 19:33:13 +00:00
|
|
|
|
%build
|
2017-01-14 09:36:29 +00:00
|
|
|
|
%ifarch s390x
|
2019-03-27 11:12:57 +00:00
|
|
|
|
# either mono C code relies on undefined behaviour or gcc is even more broken than earlier
|
2018-06-07 07:14:31 +00:00
|
|
|
|
RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-O2 /-O1 /g')
|
2017-01-14 09:36:29 +00:00
|
|
|
|
%endif
|
2008-11-02 21:03:08 +00:00
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
2006-08-18 13:42:59 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%configure --disable-rpath \
|
2019-03-22 19:51:52 +00:00
|
|
|
|
--with-csc=mcs \
|
|
|
|
|
--disable-system-aot \
|
2015-05-12 16:50:02 +00:00
|
|
|
|
--with-moonlight=no
|
2011-03-09 19:42:17 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
2015-05-13 08:15:26 +00:00
|
|
|
|
make %{?_smp_mflags}
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
# rebuild the reference assemblies
|
|
|
|
|
cd external/binary-reference-assemblies && if [ -d v4.7.1.tobuild ]; then rm -f v4.7.1 && mv v4.7.1.tobuild v4.7.1; fi && cd -
|
|
|
|
|
find ./external/binary-reference-assemblies/v4.7.1/ -name \*.dll -print -delete
|
|
|
|
|
BUILD_PATH=`pwd` && cd ./external/binary-reference-assemblies/ && MONO_PATH=$BUILD_PATH/mcs/class/lib/net_4_x-linux/ V=1 CSC="$BUILD_PATH/runtime/mono-wrapper $BUILD_PATH/mcs/class/lib/net_4_x-linux/mcs.exe" make -C v4.7.1
|
|
|
|
|
|
2005-01-13 19:33:13 +00:00
|
|
|
|
%install
|
2015-05-12 16:50:02 +00:00
|
|
|
|
make install DESTDIR=%{buildroot}
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
2009-12-01 16:03:58 +00:00
|
|
|
|
# copy the mono.snk key into /etc/pki/mono
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/pki/mono
|
2015-05-12 16:50:02 +00:00
|
|
|
|
install -p -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/mono/
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
# install the newly built reference assembly dlls
|
|
|
|
|
mkdir -p %{buildroot}%{_monodir}/4.7.1-api
|
|
|
|
|
cp external/binary-reference-assemblies/v4.7.1/*.dll %{buildroot}%{_monodir}/4.7.1-api
|
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
# This was removed upstream:
|
2015-05-12 16:50:02 +00:00
|
|
|
|
# remove .la files (they are generally bad news)
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
# remove Windows-only stuff
|
|
|
|
|
rm -rf %{buildroot}%{_monodir}/*/Mono.Security.Win32*
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/libMonoSupportW.*
|
|
|
|
|
# remove .a files for libraries that are really only for us
|
|
|
|
|
rm %{buildroot}%{_libdir}/*.a
|
|
|
|
|
# remove libgc cruft
|
|
|
|
|
rm -rf %{buildroot}%{_datadir}/libgc-mono
|
|
|
|
|
# remove stuff that we don't package
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/cilc
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/cilc.1*
|
2019-03-22 19:51:52 +00:00
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/mdb2ppdb.1*
|
|
|
|
|
rm -f %{buildroot}%{_monodir}/*/browsercaps-updater.*
|
|
|
|
|
rm -f %{buildroot}%{_monodir}/*/culevel.*
|
2015-05-12 16:50:02 +00:00
|
|
|
|
rm -f %{buildroot}%{_monodir}/2.0/cilc.exe*
|
|
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_monodir}/*/mscorlib.dll.so
|
|
|
|
|
rm -f %{buildroot}%{_monodir}/*/mcs.exe.so
|
|
|
|
|
rm -f %{buildroot}%{_monodir}/*/gmcs.exe.so
|
|
|
|
|
rm -f %{buildroot}%{_monodir}/4.0/dmcs.exe.so
|
2012-04-16 21:36:48 +00:00
|
|
|
|
rm -rf %{buildroot}%{_bindir}/mono-configuration-crypto
|
|
|
|
|
rm -rf %{buildroot}%{_mandir}/man?/mono-configuration-crypto*
|
2019-03-22 19:51:52 +00:00
|
|
|
|
rm -rf %{buildroot}%{_monodir}/4.5/*.so
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
2015-08-04 14:53:44 +00:00
|
|
|
|
# remove the mono-nunit files
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/nunit-console
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/nunit-console2
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/nunit-console4
|
|
|
|
|
rm -f %{buildroot}%{_monodir}/4.5/nunit*
|
|
|
|
|
rm -Rf %{buildroot}%{_monodir}/gac/nunit*
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/pkgconfig/mono-nunit.pc
|
|
|
|
|
|
2016-01-04 10:59:32 +00:00
|
|
|
|
# remove dmcs because it requires the .net 4.0 sdk but we only deliver 4.5 with Fedora (#1294967)
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/dmcs
|
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
# remove csc
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/csc
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/csc-dim
|
|
|
|
|
|
2016-10-10 20:56:33 +00:00
|
|
|
|
# drop prj2make because the binary is not built anymore
|
|
|
|
|
rm -f %{buildroot}%{_bindir}/prj2make
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/prj2make*
|
|
|
|
|
|
2016-01-04 14:00:08 +00:00
|
|
|
|
# Move upstream GDB scripts for security reasons of new GDB.
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir}
|
|
|
|
|
%{__mv} -f %{buildroot}%{_bindir}/mono-gdb.py \
|
|
|
|
|
%{buildroot}%{_datadir}/gdb/auto-load%{_bindir}/
|
|
|
|
|
|
2016-08-24 11:00:15 +00:00
|
|
|
|
# do not make cecil publicly available. other packages should use the mono-cecil package instead
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/pkgconfig/cecil.pc
|
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
# remove msbuild / microsoft binary files
|
|
|
|
|
rm -rf %{buildroot}/usr/lib/mono/msbuild
|
|
|
|
|
|
|
|
|
|
# we have btls debug files
|
|
|
|
|
rm -rf %{buildroot}/usr/lib/debug/usr/lib64/libmono-btls-shared.so-*.debug
|
|
|
|
|
|
2019-04-27 21:35:09 +00:00
|
|
|
|
# create a symbolic link so that Fedora packages targetting Framework 4.5 will still build
|
|
|
|
|
cd %{buildroot}/usr/lib/mono && ln -s 4.7.1-api 4.5-api && cd -
|
|
|
|
|
|
2008-11-25 15:30:21 +00:00
|
|
|
|
%find_lang mcs
|
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%post
|
|
|
|
|
%{?ldconfig}
|
|
|
|
|
cert-sync /etc/pki/tls/certs/ca-bundle.crt
|
2006-12-04 14:48:45 +00:00
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%ldconfig_postun
|
2006-12-04 14:48:45 +00:00
|
|
|
|
|
2008-11-25 15:30:21 +00:00
|
|
|
|
%files core -f mcs.lang
|
2017-08-21 10:46:26 +00:00
|
|
|
|
%license COPYING.LIB
|
|
|
|
|
%doc NEWS README.md
|
2005-01-13 19:33:13 +00:00
|
|
|
|
%{_bindir}/mono
|
2007-12-17 00:59:27 +00:00
|
|
|
|
%{_bindir}/mono-test-install
|
2016-01-04 14:26:45 +00:00
|
|
|
|
%{_datadir}/gdb/auto-load/*
|
2016-10-10 21:01:09 +00:00
|
|
|
|
%ifnarch aarch64
|
|
|
|
|
# there is no support for aarch64 in the boehm back end
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_bindir}/mono-boehm
|
2016-10-10 21:01:09 +00:00
|
|
|
|
%endif
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_bindir}/mono-service2
|
|
|
|
|
%{_bindir}/mono-sgen
|
|
|
|
|
%{_bindir}/mono-sgen-gdb.py
|
2017-02-16 20:09:08 +00:00
|
|
|
|
%{_bindir}/mono-package-runtime
|
|
|
|
|
%{_bindir}/monograph
|
|
|
|
|
%{_bindir}/sgen-grep-binprot
|
2017-08-21 10:46:26 +00:00
|
|
|
|
%dir %{_libdir}/mono
|
|
|
|
|
%dir %{_libdir}/mono/lldb
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_libdir}/mono/lldb/mono.py*
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%mono_bin csharp
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%mono_bin cert-sync
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin chktrust
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%mono_bin gacutil
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%mono_bin ikdasm
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin lc
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%{_bindir}/gacutil2
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_bindir}/csi
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%{_bindir}/mcs
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_monodir}/4.5/mcs.*
|
|
|
|
|
%{_monodir}/4.5/mono-api-diff.*
|
|
|
|
|
%{_bindir}/vbc
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin mozroots
|
|
|
|
|
%mono_bin pdb2mdb
|
|
|
|
|
%mono_bin setreg
|
|
|
|
|
%mono_bin sn
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%{_bindir}/mono-heapviz
|
2011-03-09 19:42:17 +00:00
|
|
|
|
%{_bindir}/mprof-report
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_mandir}/man1/certmgr.1.gz
|
|
|
|
|
%{_mandir}/man1/chktrust.1.gz
|
|
|
|
|
%{_mandir}/man1/gacutil.1.gz
|
|
|
|
|
%{_mandir}/man1/mcs.1.gz
|
|
|
|
|
%{_mandir}/man1/mono.1.gz
|
|
|
|
|
%{_mandir}/man1/mozroots.1.gz
|
|
|
|
|
%{_mandir}/man1/setreg.1.gz
|
|
|
|
|
%{_mandir}/man1/sn.1.gz
|
|
|
|
|
%{_mandir}/man5/mono-config.5.gz
|
2008-11-25 15:30:21 +00:00
|
|
|
|
%{_mandir}/man1/csharp.1.gz
|
2009-10-04 15:17:20 +00:00
|
|
|
|
%{_mandir}/man1/pdb2mdb.1.gz
|
2009-12-23 00:17:13 +00:00
|
|
|
|
%{_mandir}/man1/lc.1.gz
|
2011-03-09 19:42:17 +00:00
|
|
|
|
%{_mandir}/man1/mprof-report.1.gz
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_libdir}/libMonoPosixHelper.so*
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_libdir}/libmono-system-native.so*
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%dir %{_monodir}
|
2016-02-26 21:12:55 +00:00
|
|
|
|
%dir %{_monodir}/4.5
|
|
|
|
|
%dir %{_monodir}/4.5/Facades
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%dir %{_monodir}/gac
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll Commons.Xml.Relaxng
|
|
|
|
|
%gac_dll ICSharpCode.SharpZipLib
|
2009-12-23 00:17:13 +00:00
|
|
|
|
%gac_dll Mono.Debugger.Soft
|
2016-08-24 11:00:15 +00:00
|
|
|
|
%{_monogacdir}/Mono.Cecil
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll cscompmgd
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll Microsoft.VisualC
|
|
|
|
|
%gac_dll Mono.Cairo
|
|
|
|
|
%gac_dll Mono.CompilerServices.SymbolWriter
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll Mono.CSharp
|
|
|
|
|
%gac_dll System.Drawing
|
2016-08-24 11:00:15 +00:00
|
|
|
|
%gac_dll System.Deployment
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll Mono.Management
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll Mono.Posix
|
|
|
|
|
%gac_dll Mono.Security
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll Mono.Simd
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll System
|
|
|
|
|
%gac_dll System.Configuration
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll System.Core
|
2016-02-24 14:39:18 +00:00
|
|
|
|
%gac_dll System.Numerics.Vectors
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll System.Security
|
|
|
|
|
%gac_dll System.Xml
|
2016-08-02 08:03:54 +00:00
|
|
|
|
%gac_dll System.Reflection.Context
|
2009-10-04 15:17:20 +00:00
|
|
|
|
%gac_dll Mono.Tasklets
|
2011-03-09 19:42:17 +00:00
|
|
|
|
%gac_dll System.Net
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll System.Xml.Linq
|
2007-02-08 09:46:25 +00:00
|
|
|
|
%dir %{_sysconfdir}/mono
|
2008-10-25 08:35:58 +00:00
|
|
|
|
%dir %{_sysconfdir}/mono/mconfig
|
2007-02-08 09:46:25 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/config
|
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/2.0/machine.config
|
2008-02-21 12:04:54 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/2.0/settings.map
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%{_libdir}/libmono*-2.0.so.*
|
2010-10-26 17:24:35 +00:00
|
|
|
|
%{_libdir}/libmono-profiler-*.so.*
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.0/*.config
|
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.0/settings.map
|
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.0/DefaultWsdlHelpGenerator.aspx
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.5/DefaultWsdlHelpGenerator.aspx
|
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.5/machine.config
|
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.5/settings.map
|
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.5/web.config
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%dir %{_sysconfdir}/mono/4.0
|
|
|
|
|
%mono_bin ccrewrite
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/mscorlib.dll
|
|
|
|
|
%{_monodir}/4.5/mscorlib.dll.mdb
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll Microsoft.CSharp
|
|
|
|
|
%gac_dll System.Dynamic
|
|
|
|
|
%gac_dll Mono.Data.Tds
|
|
|
|
|
%gac_dll System.ComponentModel.Composition
|
2011-03-28 22:09:23 +00:00
|
|
|
|
%gac_dll System.EnterpriseServices
|
2011-03-28 21:31:19 +00:00
|
|
|
|
%gac_dll System.Data
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll System.Numerics
|
|
|
|
|
%gac_dll System.Runtime.Caching
|
|
|
|
|
%gac_dll System.Runtime.DurableInstancing
|
2011-03-28 22:09:23 +00:00
|
|
|
|
%gac_dll System.Transactions
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll System.Xaml
|
|
|
|
|
%gac_dll WebMatrix.Data
|
2017-02-16 20:09:08 +00:00
|
|
|
|
%gac_dll Mono.Btls.Interface
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_libdir}/libmono-btls-shared.so
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll Mono.CodeContracts
|
2017-08-27 21:21:35 +00:00
|
|
|
|
%dir %{_monodir}/mono-configuration-crypto
|
|
|
|
|
%dir %{_monodir}/mono-configuration-crypto/4.5
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/mono-configuration-crypto/4.5/mono-config*
|
|
|
|
|
%{_monodir}/mono-configuration-crypto/4.5/Mono.Configuration.Crypto.dll*
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%{_mandir}/man1/ccrewrite.1.gz
|
2017-02-16 20:09:08 +00:00
|
|
|
|
%{_mandir}/man1/cert-sync.1.gz
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll CustomMarshalers
|
|
|
|
|
%gac_dll I18N.West
|
|
|
|
|
%gac_dll I18N
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Json
|
|
|
|
|
%gac_dll Mono.Parallel
|
|
|
|
|
%gac_dll System.Json.Microsoft
|
2017-02-16 20:09:08 +00:00
|
|
|
|
%{_monodir}/4.5/Facades/*.dll*
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.IO.Compression
|
|
|
|
|
%gac_dll System.IO.Compression.FileSystem
|
|
|
|
|
%gac_dll System.Net.Http
|
|
|
|
|
%gac_dll System.Net.Http.WebRequest
|
|
|
|
|
%gac_dll System.Threading.Tasks.Dataflow
|
2016-08-24 11:00:15 +00:00
|
|
|
|
%gac_dll System.Workflow.Activities
|
|
|
|
|
%gac_dll System.Workflow.ComponentModel
|
|
|
|
|
%gac_dll System.Workflow.Runtime
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%gac_dll Mono.Profiler.Log
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
2006-08-18 13:42:59 +00:00
|
|
|
|
%files devel
|
2009-12-01 16:03:58 +00:00
|
|
|
|
%{_sysconfdir}/pki/mono/
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%{_bindir}/mono-api-info
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_monodir}/4.5/mono-api-info.*
|
2016-08-24 11:00:15 +00:00
|
|
|
|
%{_bindir}/mono-api-html
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_monodir}/4.5/mono-api-html.*
|
|
|
|
|
%{_monodir}/4.5/illinkanalyzer.*
|
|
|
|
|
%{_bindir}/illinkanalyzer
|
2015-11-17 18:34:33 +00:00
|
|
|
|
%mono_bin mono-symbolicate
|
|
|
|
|
%gac_dll SMDiagnostics
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin xbuild
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/xbuild.rsp
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin genxs
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/ictool*
|
|
|
|
|
%{_monodir}/4.5/mod*
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%mono_bin al
|
|
|
|
|
%{_bindir}/al2
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin caspol
|
|
|
|
|
%mono_bin cert2spc
|
|
|
|
|
%mono_bin certmgr
|
|
|
|
|
%mono_bin dtd2rng
|
|
|
|
|
%mono_bin dtd2xsd
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%mono_bin ilasm
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin installvst
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/installutil*
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin macpack
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%mono_bin mkbundle
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin makecert
|
|
|
|
|
%mono_bin mono-cil-strip
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_bindir}/mono-find-provides
|
|
|
|
|
%{_bindir}/mono-find-requires
|
2010-10-26 17:24:35 +00:00
|
|
|
|
%{_bindir}/monodis
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%mono_bin monolinker
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin mono-shlib-cop
|
|
|
|
|
%mono_bin mono-xmltool
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%mono_bin monop
|
|
|
|
|
%{_bindir}/monop2
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin permview
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%{_bindir}/peverify
|
|
|
|
|
%mono_bin resgen
|
|
|
|
|
%{_bindir}/resgen2
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin sgen
|
|
|
|
|
%mono_bin secutil
|
|
|
|
|
%mono_bin signcode
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%mono_bin cccheck
|
|
|
|
|
%mono_bin crlupdate
|
|
|
|
|
%mono_bin mdbrebase
|
2011-10-23 21:46:17 +00:00
|
|
|
|
%{_prefix}/lib/mono-source-libs/
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%{_bindir}/pedump
|
|
|
|
|
%{_mandir}/man1/resgen.1.gz
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_mandir}/man1/al.1.gz
|
|
|
|
|
%{_mandir}/man1/cert2spc.1.gz
|
|
|
|
|
%{_mandir}/man1/dtd2xsd.1.gz
|
|
|
|
|
%{_mandir}/man1/genxs.1.gz
|
|
|
|
|
%{_mandir}/man1/ilasm.1.gz
|
|
|
|
|
%{_mandir}/man1/macpack.1.gz
|
|
|
|
|
%{_mandir}/man1/makecert.1.gz
|
|
|
|
|
%{_mandir}/man1/mkbundle.1.gz
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%{_mandir}/man1/mono-cil-strip.1.gz
|
2010-10-26 17:24:35 +00:00
|
|
|
|
%{_mandir}/man1/monodis.1.gz
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_mandir}/man1/mono-profilers.1.gz
|
|
|
|
|
%{_mandir}/man1/illinkanalyzer.1.gz
|
2010-10-26 17:24:35 +00:00
|
|
|
|
%{_datadir}/mono-2.0/mono/cil/cil-opcodes.xml
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_datadir}/mono-2.0/mono/eglib/eglib-config.h
|
|
|
|
|
%{_datadir}/mono-2.0/mono/profiler/mono-profiler-coverage.suppression
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%{_mandir}/man1/monolinker.1.gz
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_mandir}/man1/mono-shlib-cop.1.gz
|
2015-11-17 18:34:33 +00:00
|
|
|
|
%{_mandir}/man1/mono-symbolicate.1.gz
|
2006-06-07 09:59:06 +00:00
|
|
|
|
%{_mandir}/man1/mono-xmltool.1.gz
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_mandir}/man1/monop.1.gz
|
|
|
|
|
%{_mandir}/man1/permview.1.gz
|
|
|
|
|
%{_mandir}/man1/secutil.1.gz
|
2006-12-04 14:48:45 +00:00
|
|
|
|
%{_mandir}/man1/sgen.1.gz
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_mandir}/man1/signcode.1.gz
|
2009-10-04 15:17:20 +00:00
|
|
|
|
%{_mandir}/man1/xbuild.1.gz
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%{_mandir}/man1/mono-api-info.1.gz
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_mandir}/man1/cccheck.1.gz
|
|
|
|
|
%{_mandir}/man1/crlupdate.1.gz
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll PEAPI
|
2012-01-03 23:43:39 +00:00
|
|
|
|
%gac_dll Microsoft.Build
|
2006-01-09 15:14:37 +00:00
|
|
|
|
%gac_dll Microsoft.Build.Engine
|
|
|
|
|
%gac_dll Microsoft.Build.Framework
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monogacdir}/Microsoft.Build.Tasks.Core
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll Microsoft.Build.Tasks.v4.0
|
|
|
|
|
%gac_dll Microsoft.Build.Utilities.v4.0
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monogacdir}/Microsoft.Build.Utilities.Core
|
|
|
|
|
%{_monogacdir}/Microsoft.Build.Tasks.v12.0
|
|
|
|
|
%{_monogacdir}/Microsoft.Build.Utilities.v12.0
|
|
|
|
|
%gac_dll Mono.XBuild.Tasks
|
|
|
|
|
%gac_dll System.Windows
|
|
|
|
|
%gac_dll System.Xml.Serialization
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%{_monodir}/4.7.1-api/
|
2019-04-29 04:36:34 +00:00
|
|
|
|
%{_monodir}/4.5-api
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/Microsoft.Common.tasks
|
|
|
|
|
%{_monodir}/4.5/MSBuild/Microsoft.Build*
|
|
|
|
|
%{_monodir}/4.5/Microsoft.Build.xsd
|
|
|
|
|
%{_monodir}/4.5/Microsoft.CSharp.targets
|
|
|
|
|
%{_monodir}/4.5/Microsoft.Common.targets
|
|
|
|
|
%{_monodir}/4.5/Microsoft.VisualBasic.targets
|
|
|
|
|
%{_monodir}/xbuild/
|
|
|
|
|
%{_monodir}/xbuild-frameworks/
|
2008-08-14 13:06:25 +00:00
|
|
|
|
%{_libdir}/libikvm-native.so
|
2010-10-26 17:24:35 +00:00
|
|
|
|
%{_libdir}/libmono-profiler-*.so
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_libdir}/libmono*-2.0.so
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_libdir}/pkgconfig/dotnet.pc
|
2006-01-09 15:14:37 +00:00
|
|
|
|
%{_libdir}/pkgconfig/mono-cairo.pc
|
2006-08-18 13:42:59 +00:00
|
|
|
|
%{_libdir}/pkgconfig/mono.pc
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_libdir}/pkgconfig/mono-2.pc
|
|
|
|
|
%{_libdir}/pkgconfig/monosgen-2.pc
|
2008-08-14 13:06:25 +00:00
|
|
|
|
%{_libdir}/pkgconfig/dotnet35.pc
|
2008-11-25 15:30:21 +00:00
|
|
|
|
%{_libdir}/pkgconfig/mono-lineeditor.pc
|
|
|
|
|
%{_libdir}/pkgconfig/mono-options.pc
|
|
|
|
|
%{_libdir}/pkgconfig/wcf.pc
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_libdir}/pkgconfig/xbuild12.pc
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%{_includedir}/mono-2.0/mono/jit/jit.h
|
|
|
|
|
%{_includedir}/mono-2.0/mono/metadata/*.h
|
|
|
|
|
%{_includedir}/mono-2.0/mono/utils/*.h
|
2010-10-26 17:24:35 +00:00
|
|
|
|
%{_includedir}/mono-2.0/mono/cil/opcode.def
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
|
|
%files locale-extras
|
|
|
|
|
%gac_dll I18N.CJK
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll I18N.MidEast
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll I18N.Other
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll I18N.Rare
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
|
|
%files extras
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin mono-service
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monogacdir}/mono-service
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll System.Configuration.Install
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll System.Management
|
|
|
|
|
%gac_dll System.Messaging
|
|
|
|
|
%gac_dll System.ServiceProcess
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Runtime.Caching
|
|
|
|
|
%gac_dll System.Xaml
|
2008-12-15 11:57:49 +00:00
|
|
|
|
%gac_dll Mono.Messaging.RabbitMQ
|
|
|
|
|
%gac_dll Mono.Messaging
|
|
|
|
|
%gac_dll RabbitMQ.Client
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monodir}/4.5/RabbitMQ.Client.Apigen*
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%{_mandir}/man1/mono-service.1.gz
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%files reactive
|
|
|
|
|
%gac_dll System.Reactive.Core
|
|
|
|
|
%gac_dll System.Reactive.Debugger
|
|
|
|
|
%gac_dll System.Reactive.Experimental
|
|
|
|
|
%gac_dll System.Reactive.Interfaces
|
|
|
|
|
%gac_dll System.Reactive.Linq
|
|
|
|
|
%gac_dll System.Reactive.Observable.Aliases
|
|
|
|
|
%gac_dll System.Reactive.PlatformServices
|
|
|
|
|
%gac_dll System.Reactive.Providers
|
|
|
|
|
%gac_dll System.Reactive.Runtime.Remoting
|
|
|
|
|
|
|
|
|
|
%files reactive-winforms
|
|
|
|
|
%gac_dll System.Reactive.Windows.Forms
|
|
|
|
|
%gac_dll System.Reactive.Windows.Threading
|
|
|
|
|
|
|
|
|
|
%files reactive-devel
|
|
|
|
|
%_libdir/pkgconfig/reactive.pc
|
|
|
|
|
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%files wcf
|
|
|
|
|
%gac_dll System.IdentityModel
|
|
|
|
|
%gac_dll System.IdentityModel.Selectors
|
|
|
|
|
%gac_dll System.ServiceModel
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.ServiceModel.Activation
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll System.ServiceModel.Discovery
|
2015-11-17 18:34:33 +00:00
|
|
|
|
%gac_dll System.ServiceModel.Internals
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll System.ServiceModel.Routing
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.ServiceModel.Web
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
|
|
|
|
%files web
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin disco
|
|
|
|
|
%mono_bin httpcfg
|
|
|
|
|
%mono_bin mconfig
|
|
|
|
|
%mono_bin soapsuds
|
|
|
|
|
%mono_bin svcutil
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%mono_bin wsdl
|
|
|
|
|
%{_bindir}/wsdl2
|
|
|
|
|
%mono_bin xsd
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll Microsoft.Web.Infrastructure
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll Mono.Http
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll System.ComponentModel.DataAnnotations
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Net.Http.Formatting
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll System.Runtime.Remoting
|
|
|
|
|
%gac_dll System.Runtime.Serialization.Formatters.Soap
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll System.Web
|
|
|
|
|
%gac_dll System.Web.Abstractions
|
|
|
|
|
%gac_dll System.Web.DynamicData
|
|
|
|
|
%gac_dll System.Web.Routing
|
|
|
|
|
%gac_dll System.Web.Services
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll System.Web.ApplicationServices
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Web.Http
|
|
|
|
|
%gac_dll System.Web.Http.SelfHost
|
|
|
|
|
%gac_dll System.Web.Http.WebHost
|
|
|
|
|
%gac_dll System.Web.Razor
|
|
|
|
|
%gac_dll System.Web.WebPages
|
|
|
|
|
%gac_dll System.Web.WebPages.Deployment
|
|
|
|
|
%gac_dll System.Web.WebPages.Razor
|
2016-08-24 11:00:15 +00:00
|
|
|
|
%gac_dll System.Web.Mobile
|
|
|
|
|
%gac_dll System.Web.RegularExpressions
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_mandir}/man1/disco.1.gz
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%{_mandir}/man1/httpcfg.1.gz
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%{_mandir}/man1/mconfig.1.gz
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%{_mandir}/man1/soapsuds.1.gz
|
|
|
|
|
%{_mandir}/man1/wsdl.1.gz
|
|
|
|
|
%{_mandir}/man1/xsd.1.gz
|
2007-02-08 09:46:25 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/browscap.ini
|
2008-08-14 13:06:25 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/2.0/Browsers/Compat.browser
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.0/Browsers/Compat.browser
|
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/4.5/Browsers/Compat.browser
|
2007-02-08 09:46:25 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/mconfig/config.xml
|
2007-02-08 09:46:25 +00:00
|
|
|
|
%config (noreplace) %{_sysconfdir}/mono/2.0/web.config
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
2008-12-17 10:22:32 +00:00
|
|
|
|
%files web-devel
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_libdir}/pkgconfig/aspnetwebstack.pc
|
2008-12-17 10:22:32 +00:00
|
|
|
|
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%files winforms
|
|
|
|
|
%gac_dll Accessibility
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll Mono.WebBrowser
|
2009-08-25 07:02:01 +00:00
|
|
|
|
%gac_dll System.Design
|
|
|
|
|
%gac_dll System.Drawing.Design
|
|
|
|
|
%gac_dll System.Windows.Forms
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll System.Windows.Forms.DataVisualization
|
2009-08-25 07:02:01 +00:00
|
|
|
|
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%files mvc
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Web.DynamicData
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%gac_dll System.Web.Extensions
|
|
|
|
|
%gac_dll System.Web.Extensions.Design
|
|
|
|
|
%gac_dll System.Web.Mvc
|
|
|
|
|
|
|
|
|
|
%files mvc-devel
|
|
|
|
|
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
|
|
|
|
|
%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
|
|
|
|
|
%{_libdir}/pkgconfig/system.web.mvc.pc
|
|
|
|
|
%{_libdir}/pkgconfig/system.web.mvc2.pc
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_libdir}/pkgconfig/system.web.mvc3.pc
|
2010-10-12 23:56:13 +00:00
|
|
|
|
|
|
|
|
|
%files winfx
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Data.Services.Client
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%gac_dll WindowsBase
|
2010-10-12 23:56:13 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%files data
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%mono_bin sqlsharp
|
|
|
|
|
%mono_bin sqlmetal
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Data
|
2008-08-14 13:06:25 +00:00
|
|
|
|
%gac_dll System.Data.DataSetExtensions
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Data.Entity
|
2008-08-14 13:06:25 +00:00
|
|
|
|
%gac_dll System.Data.Linq
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%gac_dll System.Data.Services
|
2011-03-09 19:42:17 +00:00
|
|
|
|
%gac_dll System.Data.Services.Client
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%gac_dll System.DirectoryServices
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.DirectoryServices.Protocols
|
|
|
|
|
%gac_dll System.EnterpriseServices
|
2011-03-30 20:15:45 +00:00
|
|
|
|
%gac_dll System.Runtime.Serialization
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll System.Transactions
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%gac_dll Mono.Data.Tds
|
2011-03-30 20:15:45 +00:00
|
|
|
|
%gac_dll Novell.Directory.Ldap
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%gac_dll WebMatrix.Data
|
2011-03-27 19:44:55 +00:00
|
|
|
|
%{_mandir}/man1/sqlsharp.1.gz
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%files data-sqlite
|
2007-06-05 07:27:54 +00:00
|
|
|
|
%gac_dll Mono.Data.Sqlite
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
|
|
%files data-oracle
|
|
|
|
|
%gac_dll System.Data.OracleClient
|
|
|
|
|
|
|
|
|
|
%files -n ibm-data-db2
|
|
|
|
|
%gac_dll IBM.Data.DB2
|
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
|
%files -n monodoc
|
2015-05-12 16:50:02 +00:00
|
|
|
|
%{_monogacdir}/monodoc
|
|
|
|
|
%{_monodir}/monodoc/*
|
2011-12-15 17:15:10 +00:00
|
|
|
|
%ifnarch ppc
|
2011-10-23 21:46:17 +00:00
|
|
|
|
%{_prefix}/lib/monodoc
|
2011-12-15 17:15:10 +00:00
|
|
|
|
%endif
|
2011-03-09 19:42:17 +00:00
|
|
|
|
%mono_bin mdoc
|
2010-10-12 23:56:13 +00:00
|
|
|
|
%{_bindir}/mod
|
2008-11-25 15:44:43 +00:00
|
|
|
|
%{_bindir}/mdoc-*
|
2008-11-25 15:30:21 +00:00
|
|
|
|
%{_bindir}/mdass*
|
|
|
|
|
%{_bindir}/mdval*
|
|
|
|
|
%{_bindir}/monodoc*
|
|
|
|
|
%{_mandir}/man1/md*
|
|
|
|
|
%{_mandir}/man1/monodoc*
|
|
|
|
|
%{_mandir}/man5/mdoc*
|
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
|
%files -n monodoc-devel
|
2008-11-25 15:30:21 +00:00
|
|
|
|
%{_libdir}/pkgconfig/monodoc.pc
|
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
%files complete
|
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
%changelog
|
2019-05-01 20:21:41 +00:00
|
|
|
|
* Wed May 01 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-6
|
|
|
|
|
- backport a fix for LargeArrayBuilder, fixes bug 1704847
|
|
|
|
|
|
2019-05-01 05:43:42 +00:00
|
|
|
|
* Wed May 01 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-5
|
|
|
|
|
- mono-devel should not provide for namespaces in the reference assemblies. fixes bug 1704560
|
|
|
|
|
|
2019-04-27 21:35:09 +00:00
|
|
|
|
* Sat Apr 27 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-4
|
|
|
|
|
- add symbolic link from /usr/lib/mono/4.5-api to 4.7.1-api to fix build issues for other packages depending on Mono
|
|
|
|
|
|
2019-04-26 19:04:21 +00:00
|
|
|
|
* Thu Apr 18 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-3
|
|
|
|
|
- upgrade to Mono 5.18.1.3
|
|
|
|
|
- fix typo for mcs in Microsoft.Build.Tasks patch
|
|
|
|
|
|
2019-03-27 20:56:43 +00:00
|
|
|
|
* Wed Mar 27 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-2
|
|
|
|
|
- disable bootstrapping
|
|
|
|
|
|
2019-03-22 19:55:30 +00:00
|
|
|
|
* Fri Mar 22 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-1
|
2019-03-22 19:53:41 +00:00
|
|
|
|
- enable bootstrap build
|
|
|
|
|
|
2019-03-22 19:51:52 +00:00
|
|
|
|
* Thu Mar 21 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 5.18.1-0
|
|
|
|
|
- upgrade to Mono 5.18.1.0
|
|
|
|
|
|
2019-02-11 06:09:15 +00:00
|
|
|
|
* Mon Feb 11 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.8.0-17
|
|
|
|
|
- fixes to resolve FTBFS: python shebang
|
|
|
|
|
- disable build for ppc64le due to bug 1588734
|
|
|
|
|
|
2019-02-01 11:23:43 +00:00
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
2018-07-13 10:58:20 +00:00
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
2018-06-05 20:27:08 +00:00
|
|
|
|
* Tue Jun 05 2018 Timotheus Pokorra <tp@tbits.net> - 4.8.0-14
|
|
|
|
|
- backport a patch for new file format terminfo2 introduced with ncurses6.1
|
|
|
|
|
- dropping patch for glibc on aarch64 because it now breaks the build on Fedora 28
|
|
|
|
|
- adding patch for glibc change regarding sysmacros, for Fedora 29
|
|
|
|
|
|
2018-02-08 03:08:56 +00:00
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
2017-09-20 14:23:13 +00:00
|
|
|
|
* Wed Sep 20 2017 Than Ngo <than@redhat.com> - 4.8.0-12
|
2017-09-20 21:17:50 +00:00
|
|
|
|
- fixed the build failure on s390x/ppc64/ppc64le/aarch64 against new glibc
|
2017-09-20 14:23:13 +00:00
|
|
|
|
which drops the tag struct ucontext
|
|
|
|
|
|
2017-08-27 21:21:35 +00:00
|
|
|
|
* Sun Aug 27 2017 Ville Skyttä <ville.skytta@iki.fi> - 4.8.0-11
|
|
|
|
|
- Own dirs in %%{_monodir}/mono-configuration-crypto
|
|
|
|
|
|
2017-08-22 05:31:07 +00:00
|
|
|
|
* Mon Aug 21 2017 Ville Skyttä <ville.skytta@iki.fi> - 4.8.0-10
|
2017-08-21 10:46:26 +00:00
|
|
|
|
- Own dirs in %%{_libdir}/mono
|
|
|
|
|
- Mark COPYING.LIB as %%license
|
|
|
|
|
|
2017-08-03 03:31:40 +00:00
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
2017-07-26 22:11:36 +00:00
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
2017-03-15 13:35:00 +00:00
|
|
|
|
* Wed Mar 15 2017 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.8.0-7
|
|
|
|
|
- update to 4.8.0.520 Cycle 9 Service Release 0
|
|
|
|
|
|
2017-02-23 16:28:31 +00:00
|
|
|
|
* Thu Feb 23 2017 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.8.0-6
|
|
|
|
|
- update to 4.8.0.495 Cycle 9 Stable Release
|
|
|
|
|
|
2017-02-20 08:00:50 +00:00
|
|
|
|
* Mon Feb 20 2017 Dan Horák <dan[at]danny.cz> - 4.8.0-5
|
|
|
|
|
- updates for s390x
|
|
|
|
|
|
2017-02-17 13:50:58 +00:00
|
|
|
|
* Fri Feb 17 2017 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.8.0-4
|
|
|
|
|
- don't exclude pedump on aarch64
|
2017-02-20 08:00:50 +00:00
|
|
|
|
|
2017-02-17 13:50:58 +00:00
|
|
|
|
* Fri Feb 17 2017 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.8.0-3
|
|
|
|
|
- Disable Mono.Btls.Interface for ppc64
|
|
|
|
|
|
2017-02-17 11:16:14 +00:00
|
|
|
|
* Fri Feb 17 2017 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.8.0-2
|
2017-02-17 13:50:58 +00:00
|
|
|
|
- Disable Mono.Btls.Interface for ARM and ppc64le
|
2017-02-17 11:16:14 +00:00
|
|
|
|
|
2017-02-16 20:09:08 +00:00
|
|
|
|
* Thu Feb 16 2017 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.8.0-1
|
|
|
|
|
- update to 4.8.0.489 Cycle 9 RC Refresh
|
|
|
|
|
|
2017-02-10 21:38:40 +00:00
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
2017-01-14 09:36:29 +00:00
|
|
|
|
* Sat Jan 14 2017 Dan Horák <dan[at]danny.cz> - 4.6.2-4
|
|
|
|
|
- add a workaround for a gcc bug on s390x
|
|
|
|
|
|
2017-01-04 07:51:42 +00:00
|
|
|
|
* Wed Jan 04 2017 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.2-3
|
2017-01-04 07:47:15 +00:00
|
|
|
|
- update to 4.6.2.16 Cycle 8 Service Release 2
|
|
|
|
|
|
2016-11-29 06:55:19 +00:00
|
|
|
|
* Tue Nov 29 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.2-2
|
|
|
|
|
- Non bootstrap build. Somehow the bootstrap flag was set during a merge gone wrong.
|
|
|
|
|
|
2016-11-15 10:35:57 +00:00
|
|
|
|
* Tue Nov 15 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.2-1
|
|
|
|
|
- update to 4.6.2.7 Cycle 8 Service Release 1
|
|
|
|
|
|
2016-10-13 11:06:10 +00:00
|
|
|
|
* Thu Oct 13 2016 Peter Robinson <pbrobinson@fedoraproject.org> - 4.6.1-6
|
|
|
|
|
- Non bootstrap build
|
|
|
|
|
|
2016-10-12 15:25:16 +00:00
|
|
|
|
* Wed Oct 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.6.1-4
|
|
|
|
|
- Enable bootstrap for aarch64
|
|
|
|
|
|
2016-10-12 06:56:15 +00:00
|
|
|
|
* Wed Oct 12 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.1-3
|
|
|
|
|
- update to 4.6.1.5 Cycle 8 Service Release 0 (updated)
|
|
|
|
|
|
2016-10-10 20:56:33 +00:00
|
|
|
|
* Mon Oct 10 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.1-2
|
|
|
|
|
- drop prj2make (#1381300)
|
2016-10-10 21:01:09 +00:00
|
|
|
|
- add a patch for building on aarch64 (#1371829)
|
2016-10-10 20:56:33 +00:00
|
|
|
|
|
2016-09-28 15:35:05 +00:00
|
|
|
|
* Wed Sep 28 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.1-1
|
|
|
|
|
- update to 4.6.1.3 Cycle 8 Service Release 0
|
|
|
|
|
|
2016-09-21 17:38:36 +00:00
|
|
|
|
* Wed Sep 21 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-7
|
|
|
|
|
- include patch for gacutil as suggested by directhex
|
|
|
|
|
|
2016-09-14 09:44:37 +00:00
|
|
|
|
* Wed Sep 14 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-6
|
|
|
|
|
- update to 4.6.0.245 Cycle 8 Stable
|
|
|
|
|
|
2016-09-09 13:24:06 +00:00
|
|
|
|
* Fri Sep 09 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-5
|
|
|
|
|
- update to 4.6.0.243 Cycle 8 Beta Preview 4
|
|
|
|
|
|
2016-09-02 12:54:08 +00:00
|
|
|
|
* Fri Sep 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-4
|
|
|
|
|
- update to 4.6.0.182 Cycle 8 Beta Preview 3
|
|
|
|
|
|
2016-08-26 08:26:48 +00:00
|
|
|
|
* Fri Aug 26 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-3
|
|
|
|
|
- update to 4.6.0.165 Cycle 8 Beta Preview 2
|
|
|
|
|
|
2016-08-24 18:57:48 +00:00
|
|
|
|
* Wed Aug 24 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-2
|
|
|
|
|
- drop patch for libgdiplus reference, it has been fixed upstream
|
|
|
|
|
|
2016-08-24 11:00:15 +00:00
|
|
|
|
* Tue Aug 23 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.6.0-1
|
|
|
|
|
- update to 4.6.0.150 Cycle 8 Beta Preview 1
|
|
|
|
|
- use Mono.Cecil from the tarball to build Mono, but do not make it public for other packages
|
|
|
|
|
|
2016-08-16 06:35:57 +00:00
|
|
|
|
* Tue Aug 16 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.2-3
|
|
|
|
|
- for bootstrap, there is no mono-cecil package, so we have to build Mono.Cecil from the mono tarball
|
|
|
|
|
|
2016-08-06 16:05:32 +00:00
|
|
|
|
* Fri Aug 05 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.2-2
|
|
|
|
|
- remove Mono.Cecil from mono-core, since there is a separate package for it (#1360620)
|
|
|
|
|
|
2016-08-02 08:03:54 +00:00
|
|
|
|
* Tue Aug 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.2-1
|
|
|
|
|
- update to 4.4.2.11 Cycle 7 Service Release 1
|
|
|
|
|
|
2016-06-23 18:44:48 +00:00
|
|
|
|
* Thu Jun 23 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.1-2
|
|
|
|
|
- Fix winforms problem with TrayIcon (#1284609)
|
|
|
|
|
|
2016-06-22 18:50:37 +00:00
|
|
|
|
* Wed Jun 22 2016 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.4.1-1
|
|
|
|
|
- update to 4.4.1.0 Cycle 7 Service Release 0
|
|
|
|
|
|
2016-06-10 10:31:56 +00:00
|
|
|
|
* Fri Jun 10 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-5
|
|
|
|
|
- update to 4.4.0.182 Cycle 7 Stable Release
|
|
|
|
|
|
2016-06-07 16:44:45 +00:00
|
|
|
|
* Tue Jun 07 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-4
|
|
|
|
|
- do not drop Microsoft targets files, they are needed for WebApplications (#1342852)
|
|
|
|
|
|
2016-05-18 07:57:38 +00:00
|
|
|
|
* Wed May 18 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-3
|
|
|
|
|
- update to 4.4.0.142 CYCLE 7 Beta Release Candidate
|
|
|
|
|
- tidy up the spec file for Epel builds
|
|
|
|
|
|
2016-04-18 07:30:05 +00:00
|
|
|
|
* Mon Apr 18 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-2
|
|
|
|
|
- update to 4.4.0.122 Cycle 7 Beta
|
|
|
|
|
|
2016-03-17 20:53:14 +00:00
|
|
|
|
* Thu Mar 17 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.4.0-1
|
|
|
|
|
- update to 4.4.0.40 Cycle 7 Alpha 2
|
|
|
|
|
|
2016-03-03 11:51:40 +00:00
|
|
|
|
* Thu Mar 03 2016 Dan Horák <dan[at]danny.cz> - 4.3.2-7
|
|
|
|
|
- enable hardened build on s390x (#1228570)
|
|
|
|
|
|
2016-03-01 06:52:21 +00:00
|
|
|
|
* Tue Mar 01 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-6
|
|
|
|
|
- Remove hardcoded lib directory for libMonoPosixHelper.so from the config (fixes #1313021)
|
|
|
|
|
|
2016-02-29 07:22:48 +00:00
|
|
|
|
* Mon Feb 29 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-5
|
|
|
|
|
- remove patch for asmx service documentation: that has been fixed upstream
|
|
|
|
|
- add a patch for s390x (#1311841)
|
|
|
|
|
|
2016-02-27 08:21:30 +00:00
|
|
|
|
* Sat Feb 27 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-4
|
|
|
|
|
- add symbolic link for 4.0-api to avoid having to replace TargetFramework 4.0 in csproj files
|
|
|
|
|
|
2016-02-26 21:12:55 +00:00
|
|
|
|
* Fri Feb 26 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-3
|
|
|
|
|
- fix RPM provides of assemblies that are not in the gac.
|
|
|
|
|
- fix for building from csproj files: need a symbolic link for 4.5-api instead of reference assemblies
|
|
|
|
|
|
2016-02-25 16:06:57 +00:00
|
|
|
|
* Thu Feb 25 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-2
|
|
|
|
|
- fix missing mscorlib
|
|
|
|
|
|
2016-02-24 14:39:18 +00:00
|
|
|
|
* Wed Feb 24 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.3.2-1
|
|
|
|
|
- update to 4.3.2.467 Cycle 7 Alpha
|
|
|
|
|
|
2016-02-09 09:28:29 +00:00
|
|
|
|
* Tue Feb 09 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.2-3
|
2016-02-09 09:22:48 +00:00
|
|
|
|
- add a patch so that the documentation for asmx is displayed again; fixing upstream bug #37137
|
2016-02-04 08:40:01 +00:00
|
|
|
|
|
2016-02-09 09:28:29 +00:00
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
2016-01-29 10:56:15 +00:00
|
|
|
|
* Fri Jan 29 2016 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.2.2-1
|
|
|
|
|
- Update to 4.2.2.30 Cycle 6 – Service Release 1
|
|
|
|
|
|
2016-01-25 16:17:15 +00:00
|
|
|
|
* Mon Jan 25 2016 Than Ngo <than@redhat.com> - 4.2.1-9
|
|
|
|
|
- backport fix from upstream, fix build problem with gcc 4.4.7 on s390x
|
|
|
|
|
|
2016-01-22 13:42:11 +00:00
|
|
|
|
* Fri Jan 22 2016 Than Ngo <than@redhat.com> - 4.2.1-8
|
|
|
|
|
- fix build failure on s390, thanks to <Neale Ferguson>
|
|
|
|
|
|
2016-01-18 17:20:47 +00:00
|
|
|
|
* Mon Jan 18 2016 Than Ngo <than@redhat.com> - 4.2.1-7
|
|
|
|
|
- fix build failure on ppc
|
|
|
|
|
|
2016-01-04 14:26:45 +00:00
|
|
|
|
* Mon Jan 04 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-6
|
|
|
|
|
- another fix for gdb/auto-load mono-gdb.py. directory is owned by GDB
|
|
|
|
|
|
2016-01-04 14:00:08 +00:00
|
|
|
|
* Mon Jan 04 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-5
|
|
|
|
|
- Move mono-gdb.py under /usr/share/gdb/auto-load/ (#815501)
|
|
|
|
|
|
2016-01-04 10:59:32 +00:00
|
|
|
|
* Mon Jan 04 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-4
|
|
|
|
|
- replace define with global, according to http://fedoraproject.org/wiki/Packaging:Guidelines#.25global_preferred_over_.25define
|
|
|
|
|
- remove dmcs because it requires the .net 4.0 sdk but we only deliver 4.5 with Fedora (#1294967)
|
|
|
|
|
|
2016-01-02 17:59:37 +00:00
|
|
|
|
* Sat Jan 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-3
|
|
|
|
|
- apply patch to fix issues with libgdiplus.so.0 (#1251756)
|
|
|
|
|
|
2016-01-02 10:13:37 +00:00
|
|
|
|
* Sat Jan 02 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2.1-2
|
|
|
|
|
- apply patch to fix build on ARM (#1293727)
|
|
|
|
|
|
2015-11-17 18:34:33 +00:00
|
|
|
|
* Tue Nov 17 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.2.1-1
|
|
|
|
|
- Update to 4.2.1.102 Cycle 6
|
|
|
|
|
|
2015-11-12 12:21:45 +00:00
|
|
|
|
* Thu Nov 12 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.5-1
|
|
|
|
|
- Update to 4.0.5.1 Cycle 5 – Service Release 5
|
|
|
|
|
|
2015-10-29 13:40:55 +00:00
|
|
|
|
* Thu Oct 29 2015 Than Ngo <than@redhat.com> - 4.0.4-2
|
|
|
|
|
- backport the patch to fix exception when reading from timezone file
|
|
|
|
|
|
2015-09-11 19:16:47 +00:00
|
|
|
|
* Fri Sep 11 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.4-1
|
|
|
|
|
- Update to 4.0.4.1 Cycle 5 – Service Release 4
|
|
|
|
|
|
2015-08-11 17:12:38 +00:00
|
|
|
|
* Tue Aug 11 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.3-1
|
|
|
|
|
- Update to 4.0.3.20
|
|
|
|
|
|
2015-08-04 14:53:44 +00:00
|
|
|
|
* Tue Aug 04 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.2-6
|
|
|
|
|
- do not build mono-nunit and mono-nunit-devel, there is an uptodate seperate package nunit instead (#1247825)
|
|
|
|
|
|
2015-07-07 20:44:54 +00:00
|
|
|
|
* Tue Jul 07 2015 Than Ngo <than@redhat.com> - 4.0.2-5
|
|
|
|
|
- non-bootstrap build
|
|
|
|
|
|
2015-07-07 19:25:55 +00:00
|
|
|
|
* Tue Jul 07 2015 Than Ngo <than@redhat.com> 4.0.2-4
|
|
|
|
|
- backport Bill Seurer's patch for ppc64
|
|
|
|
|
- fix unvalid TZ which causes exception
|
|
|
|
|
- disable hardening for ppc64
|
|
|
|
|
- enable bootstrap for ppc64/ppc64le
|
|
|
|
|
|
2015-07-06 20:37:27 +00:00
|
|
|
|
* Mon Jul 06 2015 Than Ngo <than@redhat.com> 4.0.2-3
|
|
|
|
|
- backport from upstream to fix handling of lo64 on big endian systems
|
|
|
|
|
|
2015-07-02 13:11:18 +00:00
|
|
|
|
* Thu Jul 02 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.2-2
|
|
|
|
|
- Update to 4.0.2.5 (4.0.2 SR 2)
|
|
|
|
|
|
2015-06-19 14:35:55 +00:00
|
|
|
|
* Fri Jun 19 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.2-1
|
|
|
|
|
- Update to 4.0.2.4
|
|
|
|
|
|
2015-06-17 20:58:03 +00:00
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
2015-06-05 12:21:34 +00:00
|
|
|
|
* Fri Jun 05 2015 Dan Horák <dan[at]danny.cz> - 4.0.1-11
|
|
|
|
|
- update to 4.0.1.44
|
|
|
|
|
|
2015-06-05 10:43:12 +00:00
|
|
|
|
* Fri Jun 05 2015 Dan Horák <dan[at]danny.cz> - 4.0.1-10
|
|
|
|
|
- non-bootstrap build
|
|
|
|
|
|
2015-06-05 10:40:46 +00:00
|
|
|
|
* Fri Jun 05 2015 Dan Horák <dan[at]danny.cz> - 4.0.1-9
|
|
|
|
|
- disable hardening for ppc64le and s390x (#1224945, #1228570)
|
|
|
|
|
- enable bootstrap for s390x
|
|
|
|
|
|
2015-05-19 09:21:06 +00:00
|
|
|
|
* Tue May 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.1-8
|
|
|
|
|
- Build against system valgrind (fixes rhbz #1141480)
|
|
|
|
|
|
2015-05-18 13:36:00 +00:00
|
|
|
|
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.1-7
|
|
|
|
|
- Drop obsolete ppc and ia64 conditionals
|
|
|
|
|
- Rebuild for libgdiplus 3.12
|
|
|
|
|
|
2015-05-18 09:59:28 +00:00
|
|
|
|
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.0.1-6
|
|
|
|
|
- Rebuild post bootstrap
|
|
|
|
|
|
2015-05-17 06:29:41 +00:00
|
|
|
|
* Fri May 15 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-5
|
|
|
|
|
- fix nunit.pc to point to 4.5 dlls
|
|
|
|
|
|
2015-05-17 06:27:39 +00:00
|
|
|
|
* Wed May 13 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-4
|
2015-05-13 08:15:26 +00:00
|
|
|
|
- adding architecture ppc64le
|
|
|
|
|
- make clear we only need monolite for bootstrap
|
|
|
|
|
- enable parallel make
|
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
* Mon May 11 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.1-3
|
|
|
|
|
- Update to tarball 4.0.1.28
|
|
|
|
|
|
|
|
|
|
* Tue Apr 28 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-2
|
|
|
|
|
- drop workaround for GetEncoding, monodevelop needs to require mono-locale-extras instead
|
|
|
|
|
|
|
|
|
|
* Mon Apr 27 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.1-1
|
|
|
|
|
- upgrading to Mono 4.0.1
|
|
|
|
|
|
|
|
|
|
* Fri Apr 24 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.0-9
|
|
|
|
|
- Fix wrong obsolete for mono-entityframework
|
|
|
|
|
- Use mono_arches macro
|
|
|
|
|
- Better description for mono-extras
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-8
|
|
|
|
|
- workaround for problem with System.Text.Encoding GetEncoding, see Xamarin bug #29294
|
|
|
|
|
|
|
|
|
|
* Thu Apr 16 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-7
|
|
|
|
|
- no debuginfo package for Epel
|
|
|
|
|
|
|
|
|
|
* Wed Apr 15 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-6
|
|
|
|
|
- fix for rpm helpers, from Xamarin spec
|
|
|
|
|
- use find-provides and find-requires the same way as in Xamarin spec
|
|
|
|
|
- see https://github.com/directhex/xamarin-mono/blob/centos
|
|
|
|
|
|
|
|
|
|
* Tue Apr 14 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 4.0.0-3
|
|
|
|
|
- Obsolete mono-data-postgresql subpackage
|
|
|
|
|
- Obsolete mono-entityframework subpackage
|
|
|
|
|
- Clean explicit Provides
|
|
|
|
|
- Fix macros to 4.5 profile
|
|
|
|
|
|
|
|
|
|
* Tue Apr 14 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-2
|
|
|
|
|
* exclude external binaries
|
|
|
|
|
|
|
|
|
|
* Wed Apr 08 2015 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.0.0-1
|
|
|
|
|
* Mono 4 Alpha1
|
|
|
|
|
|
|
|
|
|
* Fri Mar 13 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.12.1-1
|
|
|
|
|
- Mono 3.12.1 is a hotfix release to address vulnerabilities in Mono’s TLS stack.
|
|
|
|
|
|
|
|
|
|
* Fri Mar 06 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.12.0-2
|
|
|
|
|
- Changet define to use new macros for mono
|
|
|
|
|
- Switch to use monolite for scratch building
|
|
|
|
|
|
|
|
|
|
* Wed Jan 14 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.12.0-1
|
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
|
|
|
|
|
* Fri Jan 09 2015 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.10.0-3
|
|
|
|
|
- add provider in mono-web to fix monodevelop dependency
|
|
|
|
|
|
|
|
|
|
* Mon Dec 01 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.10.0-2
|
|
|
|
|
- Renamed rx to reactive
|
|
|
|
|
- Renamed rx-desktop to reactive-winforms
|
|
|
|
|
- Renamed rx-devel to reactive-devel
|
|
|
|
|
- Split EntityFramework to other package
|
|
|
|
|
|
|
|
|
|
* Fri Oct 17 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.10.0-1
|
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
|
|
|
|
|
* Wed Sep 10 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.8.0-3
|
|
|
|
|
- Add comment for patch for libMonoPosixHelper references
|
|
|
|
|
|
|
|
|
|
* Fri Sep 05 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.8.0-2
|
|
|
|
|
- Add patch to clean @prefix/lib path in libMonoPosixHelper references
|
|
|
|
|
|
|
|
|
|
* Fri Sep 05 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.8.0-1
|
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
|
|
|
|
|
* Tue Apr 01 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.4.0-2
|
|
|
|
|
- Add patch to clean @prefix/lib path in libgdiplus references
|
|
|
|
|
|
|
|
|
|
* Tue Apr 01 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.4.0-1
|
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
|
|
|
|
|
* Thu Mar 20 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.8-1
|
|
|
|
|
- Update to 3.2.8
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2014 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.6-1
|
|
|
|
|
- Update to 3.2.6
|
2014-08-17 10:09:46 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
* Thu Nov 21 2013 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.3-2
|
|
|
|
|
- Add Provides: from monodevelop 4 not properly resolved
|
2014-06-07 10:57:48 +00:00
|
|
|
|
|
2015-05-12 16:50:02 +00:00
|
|
|
|
* Tue Nov 05 2013 Claudio Rodrigo Pereyra Diaz <elsupergomez@fedoraproject.org> - 3.2.3-1
|
|
|
|
|
- Update to 3.2.3
|
|
|
|
|
- Add patch to fix symlinks
|
|
|
|
|
- Add rx, rx-desktop and rx-devel subpackages
|
|
|
|
|
- Spec clean up
|
2013-11-25 11:55:01 +00:00
|
|
|
|
|
2013-08-03 11:42:11 +00:00
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
2013-02-14 07:26:53 +00:00
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
2012-07-20 02:40:51 +00:00
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
2012-04-16 21:36:48 +00:00
|
|
|
|
* Mon Apr 16 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.10.8-2
|
|
|
|
|
- Add build work around for building on ARM hardfp
|
|
|
|
|
- spec cleanups
|
|
|
|
|
|
2012-01-03 23:43:39 +00:00
|
|
|
|
* Tue Jan 03 2012 Christian Krause <chkr@fedoraproject.org> - 2.10.8-1
|
|
|
|
|
- Update to 2.10.8
|
|
|
|
|
|
2011-12-15 17:15:10 +00:00
|
|
|
|
* Thu Dec 15 2011 Karsten Hopp <karsten@redhat.com> 2.10.6-3
|
|
|
|
|
- disable mcs-docs on ppc as a workaround for bugzilla 673549, but
|
|
|
|
|
include files that don't depend on the mcs-docs configure parameter
|
|
|
|
|
|
2011-10-23 21:46:17 +00:00
|
|
|
|
* Sun Oct 23 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.6-2
|
|
|
|
|
- Change paths for mono assemblies according to updated packaging
|
|
|
|
|
guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
|
|
|
|
|
|
2011-10-16 14:30:47 +00:00
|
|
|
|
* Sat Oct 15 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.6-1
|
|
|
|
|
- Update to 2.10.6
|
|
|
|
|
|
2011-09-20 11:56:16 +00:00
|
|
|
|
* Tue Sep 20 2011 Karsten Hopp <karsten@redhat.com> 2.10.5-1.1
|
|
|
|
|
- disable monodoc* on ppc (#673549)
|
|
|
|
|
|
2011-08-28 18:05:23 +00:00
|
|
|
|
* Sun Aug 28 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.5-1
|
|
|
|
|
- Update to 2.10.5
|
|
|
|
|
|
2011-04-27 20:28:23 +00:00
|
|
|
|
* Tue Apr 26 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.2-1
|
|
|
|
|
- Update to 2.10.2
|
|
|
|
|
|
2011-04-19 10:37:39 +00:00
|
|
|
|
* Tue Apr 19 2011 Dan Horák <dan[at]danny.cz> 2.10.1-6
|
|
|
|
|
- fix non-x86 builds
|
|
|
|
|
|
2011-04-03 13:38:21 +00:00
|
|
|
|
* Sun Apr 03 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-5
|
|
|
|
|
- Correctly obsolete mono-4-preview in mono-core
|
|
|
|
|
|
2011-03-30 20:15:45 +00:00
|
|
|
|
* Wed Mar 30 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-4
|
|
|
|
|
- More fixes to avoid -devel dependency (BZ 671917)
|
|
|
|
|
|
2011-03-27 20:42:11 +00:00
|
|
|
|
* Sun Mar 27 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-3
|
|
|
|
|
- Add deleted changelog entry
|
|
|
|
|
- Fix ExclusiveArch entry for arm (see git commit bbed3987249c)
|
|
|
|
|
|
2011-03-27 19:44:55 +00:00
|
|
|
|
* Sun Mar 27 2011 Christian Krause <chkr@fedoraproject.org> - 2.10.1-2
|
|
|
|
|
- Move sources into lookaside cache
|
|
|
|
|
- Merge mono-4 into mono-core and appropriate sub-packages
|
|
|
|
|
- Ensure that the symbolic links and the actual libraries in the GAC are
|
|
|
|
|
always in the same sub-package
|
|
|
|
|
- Move xbuild into -devel sub-package (BZ 671917)
|
|
|
|
|
|
2011-03-09 19:42:17 +00:00
|
|
|
|
* Mon Mar 07 2011 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.10.1-1
|
|
|
|
|
- Bump to 2.10.1
|
|
|
|
|
- Update libdir and metadata patches
|
|
|
|
|
- Remove moonlight build patch
|
|
|
|
|
- Renamed mono-4-preview to mono-dotnet4, removed as an option
|
|
|
|
|
- Corrected mono-dotnet4 description
|
|
|
|
|
- spec file clean up
|
|
|
|
|
|
2011-03-27 20:42:11 +00:00
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2010-12-21 08:35:48 +00:00
|
|
|
|
* Tue Dec 07 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8.1-1
|
|
|
|
|
- Bump to latest bug release version
|
|
|
|
|
- Fix libgdiplus config patch
|
|
|
|
|
- Add moonlight build patch
|
|
|
|
|
- Disable moonlight profile (currently broken)
|
|
|
|
|
- Minor spec file changes
|
|
|
|
|
|
2010-11-24 07:43:35 +00:00
|
|
|
|
* Wed Nov 24 2010 Dan Horák <dan[at]danny.cz> 2.8-9
|
|
|
|
|
- mono 2.8+ dropps support for s390
|
|
|
|
|
|
2010-11-23 15:22:30 +00:00
|
|
|
|
* Tue Nov 23 2010 Dan Horák <dan[at]danny.cz> 2.8-8
|
|
|
|
|
- enable C# 4.0 for everyone
|
|
|
|
|
- AOT works only on x86/x86_64 and ARM
|
|
|
|
|
- the *.so files exist only on AOT platforms
|
|
|
|
|
|
2010-10-26 17:24:35 +00:00
|
|
|
|
* Tue Oct 26 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-7
|
|
|
|
|
- Add fix for monodis to be built when moonlight=yes is used
|
|
|
|
|
|
2010-10-21 04:59:00 +00:00
|
|
|
|
* Wed Oct 20 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-6.1
|
|
|
|
|
- Removed mono-sgen from mono-devel (for now)
|
2010-10-20 19:55:31 +00:00
|
|
|
|
|
2010-10-19 18:16:00 +00:00
|
|
|
|
* Tue Oct 19 2010 paul <paul@all-the-johnsons.co.uk> - 2.8-5
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Oct 19 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-4
|
|
|
|
|
- Remove sgen compilation (should fix 64 bit build problems)
|
|
|
|
|
|
2010-10-14 06:50:29 +00:00
|
|
|
|
* Thu Oct 14 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-3
|
|
|
|
|
- Remove m32 CFLAGS
|
|
|
|
|
|
2010-10-13 22:19:04 +00:00
|
|
|
|
* Wed Oct 13 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-2
|
|
|
|
|
- Fix URL
|
|
|
|
|
- Attempt to fix 64 bit build problem by adding -m32 to the CFLAGS
|
|
|
|
|
|
2010-10-12 23:56:13 +00:00
|
|
|
|
* Thu Oct 07 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-1.1
|
|
|
|
|
- Bump to full release
|
|
|
|
|
|
|
|
|
|
* Sat Oct 02 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.8-1
|
|
|
|
|
- Bump to preview 8 of 2.8 release
|
|
|
|
|
- Remove .NET 1.1 code
|
|
|
|
|
- Update ppc threading patch
|
|
|
|
|
- Update patch1 and 5 and rename
|
|
|
|
|
- Combine patches 2 and 7 (why two libdir patches?)
|
|
|
|
|
- Remove jay from the install step
|
|
|
|
|
- Realise that spelling is quite imporgtint...
|
|
|
|
|
- Big changes to the spec file to bring it into line with Novell's fixes
|
|
|
|
|
- New mvc, mvc-devel and winfx subpackages
|
|
|
|
|
- Some parts of the mono-web subpackage moved to mvc
|
|
|
|
|
- Fix the macro which looked for 1.0 things
|
|
|
|
|
- Remove and obsoletes mono-jscript
|
|
|
|
|
- Remove and obsolete data-sybase and data-firebird
|
|
|
|
|
- Modify macros to make sense now the 1.0 stuff has gone
|
|
|
|
|
- Extend the 4.0 subpackage to include lots of new stuff
|
|
|
|
|
|
2010-07-23 21:44:20 +00:00
|
|
|
|
* Wed Jul 21 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.7-3
|
|
|
|
|
- Bump to full release
|
|
|
|
|
- Remove patch 8 (preview-4 patch)
|
|
|
|
|
- Put Build.Utilities.v4 back into the core part as it's needed in core
|
|
|
|
|
|
2010-07-15 08:42:48 +00:00
|
|
|
|
* Thu Jul 15 2010 Dan Horák <dan[at]danny.cz> - 2.6.7-2
|
|
|
|
|
- conditionalize the C# 4.0 support, don't build it on s390(x)
|
|
|
|
|
|
2010-07-14 21:45:29 +00:00
|
|
|
|
* Tue Jul 13 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.7-1
|
|
|
|
|
- Update to 2.6.7 release candidate 1
|
|
|
|
|
- Change libgdiplus BR version to 2.6.7
|
|
|
|
|
- Drop xbuild patch (fixed in source)
|
|
|
|
|
- Add patch from novell to get the preview-4 to build
|
|
|
|
|
- Add additional dlls etc normally found with a bump...
|
|
|
|
|
|
2010-07-07 22:43:00 +00:00
|
|
|
|
* Thu Jul 08 2010 Christian Krause <chkr@fedoraproject.org> - 2.6.4-4
|
|
|
|
|
- Add upstream patch to fix xbuild (BZ 612233,
|
|
|
|
|
https://bugzilla.novell.com/show_bug.cgi?id=485841)
|
|
|
|
|
|
2010-06-06 20:38:24 +00:00
|
|
|
|
* Sun Jun 06 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.4-3
|
|
|
|
|
- Fix for x86_64 mono-cairo.pc
|
|
|
|
|
|
2010-05-31 09:56:42 +00:00
|
|
|
|
* Sun May 30 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.4-2
|
|
|
|
|
- Fix libs for monodoc on x86_64
|
|
|
|
|
|
2010-04-27 18:29:12 +00:00
|
|
|
|
* Tue Apr 27 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.4-1
|
|
|
|
|
- Bump to 2.6.4 release
|
|
|
|
|
- BR now requires libgdiplus-2.6.4
|
|
|
|
|
- Updated libdir patch
|
|
|
|
|
- Spec cleanup
|
|
|
|
|
|
|
|
|
|
* Fri Mar 19 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.3-2
|
|
|
|
|
- Forgt to add the obsoletes and provides for the new name mono-4-preview
|
|
|
|
|
|
2010-03-19 22:18:57 +00:00
|
|
|
|
* Fri Mar 19 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.3-1
|
|
|
|
|
- Bump to bugfix release
|
|
|
|
|
- Added RabbitMQ to extras
|
|
|
|
|
- Spec fix
|
|
|
|
|
- Correct the name for mono-4-preview
|
|
|
|
|
|
2010-02-24 22:08:48 +00:00
|
|
|
|
* Mon Feb 22 2010 Christian Krause <chkr@fedoraproject.org> - 2.6.1-2
|
|
|
|
|
- Fix upgrade path F12 -> F13 by obsoleting and providing mono-moonlight
|
|
|
|
|
- Minor spec file cleanup
|
|
|
|
|
|
2009-12-23 00:28:22 +00:00
|
|
|
|
* Mon Dec 21 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.1-1
|
|
|
|
|
- Minor fixes
|
|
|
|
|
|
2009-12-23 00:17:13 +00:00
|
|
|
|
* Wed Dec 16 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-4
|
|
|
|
|
- Add in the version 4 previews (subpackage)
|
|
|
|
|
- Add in new soft debugger
|
|
|
|
|
|
2009-12-01 16:52:21 +00:00
|
|
|
|
* Tue Dec 1 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.6-3
|
|
|
|
|
- perms on mono.snk should be 0644
|
|
|
|
|
|
2009-12-01 16:03:58 +00:00
|
|
|
|
* Tue Dec 1 2009 Tom "spot" Callaway <tcallawa@redhat.com> 2.6-2
|
|
|
|
|
- generate and package mono.snk for packages without bundled keys to use
|
|
|
|
|
- put mono.snk in /etc/pki/mono/
|
|
|
|
|
- package /etc/pki/mono/* in mono-devel
|
|
|
|
|
|
2009-10-04 15:17:20 +00:00
|
|
|
|
* Wed Sep 30 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-1
|
|
|
|
|
- Bump to 2.6
|
|
|
|
|
- Fix metadata makefiles patch
|
|
|
|
|
- Removed metadata-appconf patch (not required)
|
|
|
|
|
- Removed moonlight subpackage
|
|
|
|
|
- Fix configure options
|
|
|
|
|
|
2009-08-25 07:02:01 +00:00
|
|
|
|
* Tue Aug 25 2009 Michel Salim <salimma@fedoraproject.org> - 2.4.2.3-2
|
|
|
|
|
- Rearrange assemblies to properly fix bz 434709:
|
|
|
|
|
* mono-core can now be installed on its own, no longer pulling in
|
|
|
|
|
monodoc, mono-extras and mono-web
|
|
|
|
|
* mono-web no longer pull in mono-extras
|
|
|
|
|
|
2009-07-29 22:22:57 +00:00
|
|
|
|
* Wed Jul 29 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2.3.1
|
|
|
|
|
- Update to 2.4.2.3
|
2009-07-25 14:59:18 +00:00
|
|
|
|
|
2009-07-18 07:47:11 +00:00
|
|
|
|
* Fri Jul 17 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2.2-1
|
|
|
|
|
- Patch for cve-2009-0217
|
|
|
|
|
|
2009-07-09 22:17:39 +00:00
|
|
|
|
* Thu Jul 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2.1-1
|
|
|
|
|
- Bump to 2.4.2.1 release
|
|
|
|
|
- Add system.web.mvc
|
|
|
|
|
|
2009-06-30 00:34:25 +00:00
|
|
|
|
* Tue Jun 30 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-5
|
|
|
|
|
- Bump to 2.4.2 official release
|
|
|
|
|
- Move mkbundle2 to devel (BZ 497187)
|
|
|
|
|
|
2009-06-23 20:40:51 +00:00
|
|
|
|
* Mon Jun 22 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-4
|
|
|
|
|
- Bump to 2.4.2 RC 1
|
|
|
|
|
|
2009-06-17 22:49:24 +00:00
|
|
|
|
* Wed Jun 17 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-3
|
|
|
|
|
- Bump to 2.4.2 preview 2
|
|
|
|
|
- Fix libgdiplus winform patch
|
|
|
|
|
|
2009-06-14 16:48:03 +00:00
|
|
|
|
* Sun Jun 14 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-2
|
|
|
|
|
- Fix metadata makefile (duplicates appconf.h during make install)
|
|
|
|
|
- Move System.Web to mono-core (bz 434709)
|
|
|
|
|
- Move System.Configuration.Install to mono-core (bz 434709)
|
|
|
|
|
|
2009-06-14 11:33:25 +00:00
|
|
|
|
* Tue Jun 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-1
|
|
|
|
|
- Bump to 2.4.2 preview
|
|
|
|
|
- remove ppc glocks patch
|
2009-05-11 11:11:50 +00:00
|
|
|
|
|
2009-04-15 18:25:20 +00:00
|
|
|
|
* Wed Apr 15 2009 Toshio Kuratomi <toshio@fedoraproject.org> 2.4-19
|
|
|
|
|
- And turn off bootstrapping and make sure it rebuilds on all platforms.
|
|
|
|
|
|
2009-04-15 16:44:03 +00:00
|
|
|
|
* Wed Apr 15 2009 Toshio Kuratomi <toshio@fedoraproject.org> 2.4-18
|
|
|
|
|
- Enable bootstrap code and ppc64. If this succeeds we'll build -19 right
|
|
|
|
|
afterwards with bootstrap code turned off.
|
|
|
|
|
Remember: you can't merge the ppc64 enabling to older branches without first
|
|
|
|
|
bootstrapping once.
|
|
|
|
|
|
2009-04-14 23:52:01 +00:00
|
|
|
|
* Tue Apr 14 2009 Toshio Kuratomi <toshio@fedoraproject.org> 2.4-17
|
|
|
|
|
- Update to 2.4 final.
|
|
|
|
|
- Statically link mono to libmono to work around bz #494026
|
|
|
|
|
|
|
|
|
|
* Mon Apr 13 2009 Dennis Gilmore <ausil@fedoraproject.org> - 2.4-16
|
2009-04-14 01:24:12 +00:00
|
|
|
|
- set sparc32 to build sparcv9
|
|
|
|
|
|
2009-04-14 23:52:01 +00:00
|
|
|
|
* Mon Apr 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.4-15
|
2009-04-13 23:04:52 +00:00
|
|
|
|
- Revert to RC1 with changes to the spec file such as enabling moonlight so
|
|
|
|
|
that we have a working build for F11.
|
|
|
|
|
|
2009-04-14 23:52:01 +00:00
|
|
|
|
* Mon Apr 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.4-14
|
2009-04-13 19:16:34 +00:00
|
|
|
|
- Remove bootstrap changes as it's not necessary.
|
|
|
|
|
- remove ppc64 as we only had ppc before.
|
|
|
|
|
- Correct release number format
|
|
|
|
|
- Fix Source and URL.
|
|
|
|
|
|
2009-04-11 13:25:46 +00:00
|
|
|
|
* Fri Apr 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 2.4-13.2
|
|
|
|
|
- Re-enable PPC and PPC64
|
|
|
|
|
- sub point build for scratch build and bootstrap
|
|
|
|
|
|
2009-04-07 09:41:39 +00:00
|
|
|
|
* Mon Apr 06 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 2.4-13.1
|
|
|
|
|
- Remove ppc support
|
|
|
|
|
- moonlight parts are now in their own subpackage
|
|
|
|
|
|
|
|
|
|
* Thu Apr 02 2009 Xavier Lamien <lxtnow@gmail.com> - 2.4-13
|
|
|
|
|
- Enable moonlight support.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 26 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-12
|
2009-03-26 23:12:10 +00:00
|
|
|
|
- Full 2.4 release
|
|
|
|
|
|
2009-03-19 00:01:30 +00:00
|
|
|
|
* Wed Mar 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-11.RC3
|
|
|
|
|
- Bump to RC3
|
2009-03-17 20:10:39 +00:00
|
|
|
|
|
2009-03-15 14:00:39 +00:00
|
|
|
|
* Tue Mar 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-10.RC2
|
|
|
|
|
- Bump to RC2
|
|
|
|
|
|
2009-03-07 23:58:29 +00:00
|
|
|
|
* Sat Mar 07 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-9.RC1
|
|
|
|
|
- Fix libdir issue with mono-cairo
|
2009-03-07 23:27:58 +00:00
|
|
|
|
|
2009-02-27 23:10:24 +00:00
|
|
|
|
* Fri Feb 27 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-8.RC1
|
|
|
|
|
- Built using official tarball release
|
|
|
|
|
- BR now uses libgdiplus >= 2.4
|
|
|
|
|
- Bump to RC1
|
2009-02-17 23:51:10 +00:00
|
|
|
|
|
2009-02-13 00:42:04 +00:00
|
|
|
|
* Tue Feb 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-6.pre2.20091002svn126522
|
|
|
|
|
- Update from svn
|
|
|
|
|
- removed big array support (seems to be causing some problems)
|
|
|
|
|
- removed genxs2
|
|
|
|
|
|
2009-02-06 00:20:06 +00:00
|
|
|
|
* Thu Feb 05 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-5.pre2.20090502svn125515
|
|
|
|
|
- Update from svn
|
|
|
|
|
- rename to pre2
|
|
|
|
|
|
|
|
|
|
* Sat Jan 24 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-2.20092401svn124412
|
|
|
|
|
- Update from svn
|
|
|
|
|
- Added support for big arrays (64 bit archs only)
|
|
|
|
|
|
|
|
|
|
* Sun Jan 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.20091801svn123751
|
|
|
|
|
- Update from svn
|
|
|
|
|
|
2009-01-16 23:59:06 +00:00
|
|
|
|
* Fri Jan 16 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.20091601svn123642
|
|
|
|
|
- Move to 2.4 branch
|
|
|
|
|
- Update from svn
|
|
|
|
|
|
2009-01-11 18:22:38 +00:00
|
|
|
|
* Sun Jan 11 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-17.RC2.20091101svn122991
|
2009-01-11 00:30:09 +00:00
|
|
|
|
- Updates from svn
|
|
|
|
|
- Change to RC2
|
|
|
|
|
- Removed mono-api-diff.exe and transform.exe from spec
|
|
|
|
|
- Fixes some problems with winforms on some boxes
|
2009-01-11 18:22:38 +00:00
|
|
|
|
- Added gettext-devel
|
2009-01-11 00:30:09 +00:00
|
|
|
|
|
2009-01-04 23:10:30 +00:00
|
|
|
|
* Sun Jan 04 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20090401svn122388
|
|
|
|
|
- Updates from svn
|
|
|
|
|
|
2008-12-31 17:12:55 +00:00
|
|
|
|
* Wed Dec 31 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20081231svn122288
|
|
|
|
|
- Important updates from svn
|
|
|
|
|
|
2008-12-30 14:02:32 +00:00
|
|
|
|
* Mon Dec 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-15.RC1.20081229svn122181
|
|
|
|
|
- Update from svn
|
|
|
|
|
|
2008-12-24 10:02:06 +00:00
|
|
|
|
* Tue Dec 23 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-14.RC1.20081223svn122032
|
|
|
|
|
- Remove ppc self-build parts and ppc reordering patch
|
2008-12-30 14:02:32 +00:00
|
|
|
|
- Update from svn
|
2008-12-24 10:02:06 +00:00
|
|
|
|
- Minor spec file cleanups
|
|
|
|
|
|
2008-12-19 17:33:29 +00:00
|
|
|
|
* Fri Dec 19 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-14.pre3.20081219svn121833
|
|
|
|
|
- Get PPC to build itself, will be disabled from the next build
|
|
|
|
|
|
2008-12-19 10:55:23 +00:00
|
|
|
|
* Fri Dec 19 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-13.pre3.20081219svn121833
|
|
|
|
|
- Lots more fixes
|
|
|
|
|
- New patch for ppc archs
|
|
|
|
|
- Re-enable ppc build
|
|
|
|
|
|
2008-12-17 12:36:49 +00:00
|
|
|
|
* Wed Dec 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-12.pre3.20081217svn121664
|
|
|
|
|
- Fix libdir issue with monodoc
|
|
|
|
|
|
2008-12-17 10:22:32 +00:00
|
|
|
|
* Tue Dec 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081216svn121605
|
|
|
|
|
- Fixes problems with web references
|
|
|
|
|
- Fixes x86_64 build problems
|
|
|
|
|
- Added new web-devel subpackage
|
|
|
|
|
|
2008-12-15 22:38:52 +00:00
|
|
|
|
* Mon Dec 15 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081215svn121536
|
|
|
|
|
- Exclude ppc due to build problems (temporary)
|
|
|
|
|
- Moved to pre3 in sync with Novell releases
|
|
|
|
|
|
2008-12-15 11:57:49 +00:00
|
|
|
|
* Wed Dec 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-10.pre2.20081215svn121507
|
|
|
|
|
- removed the winform patch
|
|
|
|
|
- move to svn
|
|
|
|
|
- removed files no longer built
|
|
|
|
|
- removed vbnc manual
|
|
|
|
|
|
|
|
|
|
* Tue Dec 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-9.pre2
|
|
|
|
|
- remove the seds and just use patches
|
|
|
|
|
|
2008-12-09 09:59:19 +00:00
|
|
|
|
* Fri Dec 05 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-8.pre2
|
|
|
|
|
- Bump to 2.2 preview 2
|
|
|
|
|
- More sed fixes
|
|
|
|
|
|
2008-12-03 23:47:22 +00:00
|
|
|
|
* Thu Dec 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-7.pre1
|
|
|
|
|
- Add fix so that winforms doesn't need libgdiplus-devel
|
|
|
|
|
- Add fix so the sed script works correctly on x86_64
|
|
|
|
|
|
2008-11-30 19:58:12 +00:00
|
|
|
|
* Sun Nov 30 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-6.pre1
|
|
|
|
|
- missed a sed invocation
|
|
|
|
|
|
2008-11-30 19:12:11 +00:00
|
|
|
|
* Sun Nov 30 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-5.pre1
|
|
|
|
|
- new patch for winforms problems
|
|
|
|
|
- reorganised patches
|
|
|
|
|
- use sed to fix the incorrect libdir issues - experimental!!!!
|
|
|
|
|
|
2008-11-26 13:16:32 +00:00
|
|
|
|
* Wed Nov 26 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.pre1
|
2008-11-26 09:53:54 +00:00
|
|
|
|
- mono.pc libfile fix
|
|
|
|
|
|
2008-11-25 21:50:28 +00:00
|
|
|
|
* Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre1
|
|
|
|
|
- fix monodoc libdir issues
|
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
|
* Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.1.pre1
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2013-11-25 11:55:01 +00:00
|
|
|
|
* Tue Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
|
2008-11-25 15:30:21 +00:00
|
|
|
|
- Bump to 2.2 preview 1
|
|
|
|
|
- remove old patches
|
|
|
|
|
- add build information for monodoc
|
|
|
|
|
|
2008-11-02 21:03:08 +00:00
|
|
|
|
* Sun Nov 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0.13
|
|
|
|
|
- Add in mono-api-diff and mono-api-info
|
|
|
|
|
|
2008-10-25 08:35:58 +00:00
|
|
|
|
* Fri Oct 24 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0.12
|
|
|
|
|
- Update to 2.0.1
|
|
|
|
|
- remove selinux patch
|
|
|
|
|
- remove s390 disable
|
|
|
|
|
|
|
|
|
|
* Tue Oct 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11.2
|
|
|
|
|
- fixed no ownership of etc-mono-mconfig directory
|
|
|
|
|
|
2008-10-18 23:36:22 +00:00
|
|
|
|
* Sat Oct 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11.1
|
|
|
|
|
- fix the last fix...
|
|
|
|
|
|
2008-10-16 22:16:52 +00:00
|
|
|
|
* Thu Oct 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-11
|
|
|
|
|
- correct libdir in mono-cairo.pc file (BZ 467294)
|
|
|
|
|
|
2008-10-02 23:53:05 +00:00
|
|
|
|
* Fri Oct 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-10
|
|
|
|
|
- bump to RC4
|
|
|
|
|
|
|
|
|
|
* Sun Sep 28 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-9
|
|
|
|
|
- backported binaryserialisation and datatable patches
|
|
|
|
|
- backported stringreplace optimisation
|
|
|
|
|
- bump to RC3
|
|
|
|
|
|
2008-09-19 08:59:14 +00:00
|
|
|
|
* Thu Sep 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-8
|
|
|
|
|
- MimeIcon patch added
|
|
|
|
|
|
2008-09-17 21:00:05 +00:00
|
|
|
|
* Wed Sep 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-7
|
|
|
|
|
- TableLayoutSettings fix (bz 462005)
|
|
|
|
|
|
2008-09-10 19:26:55 +00:00
|
|
|
|
* Tue Sep 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-6
|
|
|
|
|
- Bump to RC1
|
|
|
|
|
- Removed XIM patch
|
|
|
|
|
- Added additional configure options
|
|
|
|
|
- Fixed spec file
|
|
|
|
|
|
2008-08-29 22:08:54 +00:00
|
|
|
|
* Fri Aug 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-5
|
|
|
|
|
- moved libMonoPosixHelper back to the main package
|
|
|
|
|
|
2008-08-26 10:37:03 +00:00
|
|
|
|
* Fri Aug 22 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-4
|
|
|
|
|
- fix for XIM with en_GB.UTF locale plus others
|
|
|
|
|
|
|
|
|
|
* Mon Aug 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-3
|
|
|
|
|
- removed canna-devel requirements
|
|
|
|
|
- bump to preview 2
|
|
|
|
|
- removed further bits for moonlight
|
|
|
|
|
|
|
|
|
|
* Sun Aug 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-2
|
|
|
|
|
- added Canna-devel BR and R Canna for mwf
|
|
|
|
|
- removed the build of moonlight parts
|
|
|
|
|
- disable-static on configure
|
|
|
|
|
|
2008-08-14 13:06:25 +00:00
|
|
|
|
* Sat Aug 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-1
|
|
|
|
|
- bump to 2.0 preview 1
|
|
|
|
|
- alter licence to MIT only
|
|
|
|
|
- renamed and clean up patch files
|
|
|
|
|
- spec file fixes
|
|
|
|
|
|
2008-04-23 08:39:14 +00:00
|
|
|
|
* Mon Apr 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9.1-2
|
|
|
|
|
- pc file fixes
|
|
|
|
|
|
2008-04-16 21:16:44 +00:00
|
|
|
|
* Tue Apr 15 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9.1-1
|
|
|
|
|
- bump to new beta
|
|
|
|
|
|
2008-04-11 22:54:12 +00:00
|
|
|
|
* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-7
|
|
|
|
|
- since we're not bootstrapping with prebuilt binaries, BR: mono-core
|
|
|
|
|
|
2008-04-11 22:26:20 +00:00
|
|
|
|
* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-6
|
|
|
|
|
- Remove prebuilt binaries
|
|
|
|
|
|
2008-04-09 18:19:14 +00:00
|
|
|
|
* Wed Apr 09 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-5
|
|
|
|
|
- fix licensing
|
|
|
|
|
|
2008-04-07 18:19:48 +00:00
|
|
|
|
* Mon Apr 07 2008 Xavier Lamien <lxtnow@gmail.com> - 1.9-4
|
|
|
|
|
- Added undeclared function bug #xxxx.
|
|
|
|
|
|
2009-08-25 07:02:01 +00:00
|
|
|
|
* Mon Mar 17 2008 Xavier Lamien <lxtnow@gmail.com> - 1.9-3
|
2008-03-17 13:03:40 +00:00
|
|
|
|
- Added require on mono-nunit-devel
|
2008-03-17 10:07:30 +00:00
|
|
|
|
|
2008-03-06 22:47:19 +00:00
|
|
|
|
* Thu Mar 06 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-2
|
|
|
|
|
- bump to preview 4
|
|
|
|
|
|
2008-02-21 12:04:54 +00:00
|
|
|
|
* Mon Feb 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-1
|
|
|
|
|
- bump to preview 2
|
|
|
|
|
- spec file fixes
|
2008-02-19 10:53:36 +00:00
|
|
|
|
|
2007-12-20 12:11:52 +00:00
|
|
|
|
* Wed Dec 19 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-6.1
|
2007-12-19 10:36:06 +00:00
|
|
|
|
- added BR libunwind-devel for ia64 (bz426180)
|
2007-12-19 14:21:33 +00:00
|
|
|
|
- fix for LIBDIR problem
|
2007-12-19 10:36:06 +00:00
|
|
|
|
|
2013-11-25 11:55:01 +00:00
|
|
|
|
* Sun Dec 16 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-4
|
2007-12-17 00:59:27 +00:00
|
|
|
|
- bump new version
|
|
|
|
|
- removed more redundant bits
|
|
|
|
|
- url fix
|
|
|
|
|
|
|
|
|
|
* Thu Nov 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1
|
|
|
|
|
- bump to preview 2
|
|
|
|
|
- removed redundant bits of the spec file
|
|
|
|
|
|
2007-11-16 00:36:32 +00:00
|
|
|
|
* Thu Nov 15 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5.2-2
|
|
|
|
|
- Added R libgdiplus to the winforms package. Fixes BZ 380131
|
|
|
|
|
|
2007-11-11 23:17:19 +00:00
|
|
|
|
* Sun Nov 11 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5.2-1
|
|
|
|
|
- Bump to next version
|
|
|
|
|
|
2007-11-09 19:55:06 +00:00
|
|
|
|
* Fri Nov 9 2007 Ray Strode <rstrode@redhat.com> - 1.2.5.1-4
|
|
|
|
|
- Apply dropped patch (bug 371781), found by Eskil Bylund
|
|
|
|
|
|
2007-11-07 14:16:03 +00:00
|
|
|
|
* Wed Nov 7 2007 Alexander Larsson <alexl@redhat.com> - 1.2.5.1-3
|
|
|
|
|
- Fix overflow in Mono.Math.BigInteger class (#367551)
|
|
|
|
|
CVE-2007-5197
|
|
|
|
|
|
2007-10-05 15:20:28 +00:00
|
|
|
|
* Fri Oct 05 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 1.2.5.1-1
|
|
|
|
|
- bump
|
|
|
|
|
- added new parts (mono-linker, resgen and mono-cecil)
|
2007-08-14 18:17:28 +00:00
|
|
|
|
|
2013-11-25 11:55:01 +00:00
|
|
|
|
* Sat Apr 21 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 1.2.4-1
|
2007-10-05 15:20:28 +00:00
|
|
|
|
- update from 1.2.3
|
2007-06-03 00:17:35 +00:00
|
|
|
|
|
2007-04-01 15:15:08 +00:00
|
|
|
|
* Sun Apr 1 2007 Matthias Clasen <mclasen@redhat.com> - 1.2.3-3
|
|
|
|
|
- Fix a spec format error (#210633)
|
|
|
|
|
|
2007-03-29 13:37:27 +00:00
|
|
|
|
* Thu Mar 29 2007 Alexander Larsson <alexl@redhat.com> - 1.2.3-2
|
|
|
|
|
- Also build on alpha (#232268)
|
|
|
|
|
|
2007-02-08 09:46:25 +00:00
|
|
|
|
* Thu Feb 8 2007 Alexander Larsson <alexl@redhat.com> - 1.2.3-1
|
|
|
|
|
- update to 1.2.3
|
|
|
|
|
|
2006-12-04 14:48:45 +00:00
|
|
|
|
* Mon Dec 4 2006 Alexander Larsson <alexl@redhat.com> - 1.2.2-1
|
|
|
|
|
- update to 1.2.2
|
|
|
|
|
- Mark config files as noreplace
|
|
|
|
|
- Require pkgconfig in mono-devel
|
|
|
|
|
- Run ldconfig in post/postun
|
|
|
|
|
|
2006-10-12 14:46:37 +00:00
|
|
|
|
* Thu Oct 12 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17.1-3
|
|
|
|
|
- Don't use slow TLS approach under xen (#210001)
|
|
|
|
|
|
2006-10-06 08:12:14 +00:00
|
|
|
|
* Fri Oct 6 2006 Caolan McNamara <caolanm@redhat.com> - 1.1.17.1-2
|
|
|
|
|
- CVE-2006-5072
|
|
|
|
|
|
2006-09-04 09:10:42 +00:00
|
|
|
|
* Mon Sep 4 2006 Alexander Larsson <alexl@redhat.com> - 1.1.17.1-1
|
2006-09-01 15:19:04 +00:00
|
|
|
|
- update to 1.1.17.1
|
2006-09-04 09:10:42 +00:00
|
|
|
|
- Add one file nunit-devel package due to packaging guidelines (#205056)
|
2006-09-01 15:19:04 +00:00
|
|
|
|
|
2006-08-18 13:42:59 +00:00
|
|
|
|
* Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16.1-2
|
|
|
|
|
- Move gac to libdir to be multilib compat
|
|
|
|
|
- rename mono-devtools back to mono-devel
|
|
|
|
|
- kill mono-lib and mono-lib-devel
|
|
|
|
|
|
2013-11-25 11:55:01 +00:00
|
|
|
|
* Thu Aug 10 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16.1-1
|
2006-08-10 09:44:06 +00:00
|
|
|
|
- Update to 1.1.16.1
|
|
|
|
|
- Split out mono libs and devel headers to fix lib64 conflicts (#199790)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.16-1.1
|
2006-07-12 07:23:43 +00:00
|
|
|
|
- rebuild
|
|
|
|
|
|
2006-07-07 11:12:45 +00:00
|
|
|
|
* Fri Jul 7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.16-1
|
|
|
|
|
- update to 1.1.16
|
|
|
|
|
|
2006-06-07 11:10:59 +00:00
|
|
|
|
* Wed Jun 7 2006 Alexander Larsson <alexl@redhat.com> - 1.1.15-1
|
2006-06-07 11:36:22 +00:00
|
|
|
|
- Disabled s390 & s390x for now due to build failure
|
2006-06-07 11:10:59 +00:00
|
|
|
|
- Update to 1.1.15
|
|
|
|
|
|
2006-04-26 13:21:34 +00:00
|
|
|
|
* Wed Apr 26 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13.7-2
|
|
|
|
|
- Update to 1.1.13.7
|
|
|
|
|
|
2006-03-10 06:05:43 +00:00
|
|
|
|
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com> - 1.1.13.4-2
|
|
|
|
|
- rebuild for ppc TLS issue (#184446)
|
|
|
|
|
|
2006-03-04 01:25:45 +00:00
|
|
|
|
* Fri Mar 3 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.4-1
|
|
|
|
|
- Update to 1.1.13.4
|
|
|
|
|
- Add patch so mono doesn't segfault on PPC SMP machines
|
|
|
|
|
- Minor spec cleanup
|
|
|
|
|
|
2006-03-02 20:23:46 +00:00
|
|
|
|
* Thu Mar 2 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-5
|
|
|
|
|
- Updated patch from Jakub (1.1.13.2-3 to 1.1.13.2-5 are
|
|
|
|
|
for bug 182965)
|
|
|
|
|
|
2006-02-28 15:55:00 +00:00
|
|
|
|
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-4
|
|
|
|
|
- Updated patch from Paolo Molaro <lupus@ximian.com>
|
|
|
|
|
|
2006-02-27 17:41:24 +00:00
|
|
|
|
* Mon Feb 27 2006 Ray Strode <rstrode@redhat.com> - 1.1.13.2-3
|
|
|
|
|
- Patch from Jakub to make work with SELinux better
|
|
|
|
|
|
2006-02-12 15:55:29 +00:00
|
|
|
|
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2006-02-07 12:59:26 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.13.2-1.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2006-01-31 21:31:57 +00:00
|
|
|
|
* Tue Jan 31 2006 Christopher Aillon <caillon@redhat.com> - 1.1.13.2-1
|
|
|
|
|
- Update to 1.1.13.2
|
|
|
|
|
|
2006-01-13 10:15:09 +00:00
|
|
|
|
* Fri Jan 13 2006 Alexander Larsson <alexl@redhat.com> - 1.1.13-1
|
|
|
|
|
- Update to 1.13
|
|
|
|
|
- Add libgdiplus dep to mono-core
|
|
|
|
|
- Add s390x to build
|
|
|
|
|
|
2006-01-09 15:14:37 +00:00
|
|
|
|
* Mon Jan 9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.12.1-1
|
|
|
|
|
- Update to 1.1.12.1
|
|
|
|
|
|
2006-01-09 12:02:39 +00:00
|
|
|
|
* Mon Jan 9 2006 Alexander Larsson <alexl@redhat.com> - 1.1.10-4
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2005-11-18 08:00:31 +00:00
|
|
|
|
* Fri Nov 18 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-3
|
2005-11-18 08:13:15 +00:00
|
|
|
|
- Disable s390 due to some build failure
|
2005-11-18 08:00:31 +00:00
|
|
|
|
|
2005-11-17 21:10:47 +00:00
|
|
|
|
* Thu Nov 17 2005 Alexander Larsson <alexl@redhat.com> 1.1.10-2
|
|
|
|
|
- Build on s390 and x86-64 now
|
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
|
* Tue Nov 15 2005 Alexander Larsson <alexl@redhat.com> - 1.1.10-1
|
|
|
|
|
- Initial version
|