2009-04-13 19:16:34 +00:00
|
|
|
Name: mono
|
2012-01-03 23:43:39 +00:00
|
|
|
Version: 2.10.8
|
2014-08-17 10:09:46 +00:00
|
|
|
Release: 8%{?dist}
|
2008-02-21 12:04:54 +00:00
|
|
|
Summary: A .NET runtime environment
|
2005-01-13 19:33:13 +00:00
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
Group: Development/Languages
|
2008-08-14 13:06:25 +00:00
|
|
|
License: MIT
|
2009-04-13 19:16:34 +00:00
|
|
|
URL: http://www.mono-project.com/Main_Page
|
2011-08-28 18:05:23 +00:00
|
|
|
Source0: http://origin-download.mono-project.com/sources/mono/mono-%{version}.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.
|
2010-02-24 22:08:48 +00:00
|
|
|
Source2: mono.snk
|
2012-04-16 21:36:48 +00:00
|
|
|
|
|
|
|
Patch0: mono-2.8-ppc-thread.patch
|
|
|
|
Patch1: mono-281-libgdiplusconfig.patch
|
|
|
|
Patch2: mono-2.10-monodis.patch
|
|
|
|
Patch3: mono-2.10-armhfp.patch
|
2005-02-10 20:00:57 +00:00
|
|
|
|
2008-08-26 10:37:03 +00:00
|
|
|
BuildRequires: bison
|
2006-03-04 01:25:45 +00:00
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: libicu-devel
|
2011-03-09 19:42:17 +00:00
|
|
|
BuildRequires: libgdiplus-devel >= 2.10
|
2006-03-04 01:25:45 +00:00
|
|
|
BuildRequires: zlib-devel
|
2006-06-07 10:12:07 +00:00
|
|
|
%ifarch ia64
|
|
|
|
BuildRequires: libunwind
|
2007-12-19 10:36:06 +00:00
|
|
|
BuildRequires: libunwind-devel
|
2006-06-07 10:12:07 +00:00
|
|
|
%endif
|
2011-10-23 21:46:17 +00:00
|
|
|
BuildRequires: gettext-devel
|
2005-11-17 08:33:58 +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
|
|
|
|
2009-04-15 18:25:20 +00:00
|
|
|
BuildRequires: mono-core
|
2008-04-11 22:54:12 +00:00
|
|
|
|
2005-11-17 08:51:48 +00:00
|
|
|
# JIT only availible on these:
|
2011-03-27 20:42:11 +00:00
|
|
|
ExclusiveArch: %ix86 x86_64 ia64 %{arm} sparcv9 alpha s390x ppc ppc64
|
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
|
|
|
|
Group: Development/Languages
|
2009-08-25 07:02:01 +00:00
|
|
|
Requires: libgdiplus
|
2011-04-03 13:38:21 +00:00
|
|
|
Obsoletes: mono-4-preview < 2.10.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
|
|
|
|
Group: Development/Languages
|
|
|
|
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
|
|
|
|
Group: Development/Languages
|
|
|
|
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
|
2014-08-14 14:51:01 +00:00
|
|
|
Summary: Development files for ASP.NET MVC
|
2011-03-27 19:44:55 +00:00
|
|
|
Group: Development/Languages
|
|
|
|
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
|
2005-11-16 15:49:25 +00:00
|
|
|
Group: Development/Languages
|
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 nunit
|
|
|
|
Summary: NUnit Testing Framework
|
2009-08-25 07:02:01 +00:00
|
|
|
License: zlib with acknowledgement
|
2005-11-16 15:49:25 +00:00
|
|
|
Group: Development/Languages
|
2006-03-04 01:25:45 +00:00
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-11-16 15:49:25 +00:00
|
|
|
Requires: glib2-devel
|
2005-02-10 20:00:57 +00:00
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
%description nunit
|
|
|
|
NUnit is a unit-testing framework for all .Net languages. Initially
|
|
|
|
ported from JUnit, the current release, version 2.2, is the fourth
|
|
|
|
major release of this Unit based unit testing tool for Microsoft .NET.
|
|
|
|
It is written entirely in C# and has been completely redesigned to
|
|
|
|
take advantage of many .NET language features, for example
|
|
|
|
custom attributes and other reflection related capabilities. NUnit
|
|
|
|
brings xUnit to all .NET languages.
|
|
|
|
|
2006-09-04 09:10:42 +00:00
|
|
|
%package nunit-devel
|
|
|
|
Summary: pkgconfig for nunit
|
|
|
|
Group: Development/Libraries
|
2008-03-17 10:07:30 +00:00
|
|
|
Requires: mono-core = %{version}-%{release}, pkgconfig
|
2008-04-09 18:19:14 +00:00
|
|
|
Requires: mono-nunit = %{version}-%{release}
|
2006-09-04 09:10:42 +00:00
|
|
|
|
|
|
|
%description nunit-devel
|
|
|
|
Development files for nunit
|
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
%package locale-extras
|
|
|
|
Summary: Extra locale information for Mono
|
|
|
|
Group: Development/Languages
|
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
|
|
|
|
Group: Development/Languages
|
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
|
|
|
|
This package provides the libary and application to run services
|
|
|
|
and daemons with Mono. It also includes stubs for the following
|
2010-12-21 08:35:48 +00:00
|
|
|
2.0 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
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
%package winforms
|
|
|
|
Summary: Windows Forms implementation for Mono
|
|
|
|
Group: Development/Languages
|
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
|
|
|
|
Group: Development/Languages
|
|
|
|
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
|
|
|
|
Group: Development/Languages
|
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
|
|
|
|
Group: Development/Languages
|
|
|
|
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
|
|
|
|
Group: Development/Languages
|
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
|
|
|
|
Group: Development/Languages
|
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
|
|
|
|
Group: Development/Languages
|
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 data-postgresql
|
|
|
|
Summary: Postgresql database connectivity for Mono
|
|
|
|
Group: Development/Languages
|
2006-03-04 01:25:45 +00:00
|
|
|
Requires: mono-core = %{version}-%{release}
|
2005-01-13 19:33:13 +00:00
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
%description data-postgresql
|
|
|
|
This package contains the ADO.NET Data provider for the PostgreSQL
|
|
|
|
database.
|
|
|
|
|
|
|
|
%package -n ibm-data-db2
|
|
|
|
Summary: IBM DB2 database connectivity for Mono
|
|
|
|
Group: Development/Languages
|
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
|
|
|
|
Group: Documentation
|
|
|
|
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
|
2008-11-25 15:30:21 +00:00
|
|
|
Summary: .pc file for monodoc
|
|
|
|
Group: Documentation
|
2008-11-25 15:44:43 +00:00
|
|
|
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
|
|
|
|
|
2011-10-23 21:46:17 +00:00
|
|
|
%define monodir /usr/lib/mono
|
2005-11-16 16:09:18 +00:00
|
|
|
%define gac_dll(dll) %{monodir}/gac/%{1} \
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/?.?/%{1}.dll \
|
2009-04-07 09:41:39 +00:00
|
|
|
%{nil}
|
2005-11-16 16:09:18 +00:00
|
|
|
%define mono_bin(bin) %{_bindir}/%{1} \
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/?.0/%{1}.exe \
|
|
|
|
%{monodir}/?.0/%{1}.exe.* \
|
2009-12-23 00:17:13 +00:00
|
|
|
%{nil}
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
|
|
%prep
|
2009-07-29 22:22:57 +00:00
|
|
|
%setup -q
|
2008-11-30 19:12:11 +00:00
|
|
|
|
|
|
|
%patch0 -p1 -b .ppc-threading
|
2012-04-16 21:36:48 +00:00
|
|
|
%patch1 -F 1 -p1 -b .libgdiplus
|
|
|
|
%patch2 -p1 -b .monodis
|
|
|
|
%ifarch armv7hl
|
|
|
|
%patch3 -p1 -b .armhfp
|
|
|
|
%endif
|
2007-11-07 14:16:03 +00:00
|
|
|
|
2008-04-07 18:19:48 +00:00
|
|
|
# Add undeclared Arg
|
2009-08-25 07:02:01 +00:00
|
|
|
sed -i "61a #define ARG_MAX _POSIX_ARG_MAX" mono/io-layer/wapi_glob.h
|
2008-04-07 18:19:48 +00:00
|
|
|
|
2008-04-11 22:26:20 +00:00
|
|
|
# Remove prebuilt binaries
|
2009-04-15 18:25:20 +00:00
|
|
|
rm -rf mcs/class/lib/monolite/*
|
2008-04-07 18:19:48 +00:00
|
|
|
|
2005-01-13 19:33:13 +00:00
|
|
|
%build
|
2010-07-15 08:42:48 +00:00
|
|
|
%ifarch ia64
|
2010-10-14 06:50:29 +00:00
|
|
|
export CFLAGS="-O2 -fno-strict-aliasing"
|
2005-11-17 11:05:59 +00:00
|
|
|
%else
|
2008-11-02 21:03:08 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
2005-11-17 11:05:59 +00:00
|
|
|
%endif
|
2006-08-18 13:42:59 +00:00
|
|
|
|
2009-10-04 15:17:20 +00:00
|
|
|
%configure --with-ikvm-native=yes --with-jit=yes --with-xen_opt=yes \
|
2010-12-21 08:35:48 +00:00
|
|
|
--with-moonlight=no --with-profile2=yes --with-monotouch=no \
|
2010-10-19 18:16:00 +00:00
|
|
|
--with-libgdiplus=installed --with-sgen=no \
|
2011-09-20 15:47:46 +00:00
|
|
|
%ifarch ppc
|
|
|
|
--with-mcs-docs=no \
|
|
|
|
%endif
|
2011-03-27 19:44:55 +00:00
|
|
|
--with-profile4=yes
|
2011-03-09 19:42:17 +00:00
|
|
|
|
|
|
|
make
|
2005-01-13 19:33:13 +00:00
|
|
|
|
|
|
|
%install
|
2011-03-09 19:42:17 +00:00
|
|
|
make DESTDIR=%{buildroot} install
|
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
|
2009-12-01 16:52:21 +00:00
|
|
|
install -p -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
|
2009-12-01 16:03:58 +00:00
|
|
|
|
2012-04-16 21:36:48 +00:00
|
|
|
rm %{buildroot}%{_libdir}/*.la
|
|
|
|
rm %{buildroot}%{_libdir}/*.a
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
# We put these inside rpm
|
2012-04-16 21:36:48 +00:00
|
|
|
rm %{buildroot}%{_bindir}/mono-find-provides
|
|
|
|
rm %{buildroot}%{_bindir}/mono-find-requires
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
# This was removed upstream:
|
2012-04-16 21:36:48 +00:00
|
|
|
rm -rf %{buildroot}%{monodir}/gac/Mono.Security.Win32
|
|
|
|
rm -rf %{buildroot}%{monodir}/2.0/Mono.Security.Win32.dll
|
|
|
|
rm -rf %{buildroot}%{monodir}/4.0/Mono.Security.Win32.dll
|
|
|
|
rm %{buildroot}%{_datadir}/libgc-mono/README*
|
|
|
|
rm %{buildroot}%{_datadir}/libgc-mono/barrett_diagram
|
|
|
|
rm %{buildroot}%{_datadir}/libgc-mono/*.html
|
|
|
|
rm %{buildroot}%{_datadir}/libgc-mono/gc.man
|
|
|
|
rm -f %{buildroot}%{monodir}/2.0/mscorlib.dll.so
|
|
|
|
rm -f %{buildroot}%{monodir}/2.0/mcs.exe.so
|
|
|
|
rm -f %{buildroot}%{monodir}/2.0/gmcs.exe.so
|
|
|
|
rm -rf %{buildroot}%{monodir}/xbuild/Microsoft
|
|
|
|
rm -f %{buildroot}%{monodir}/4.0/mscorlib.dll.so
|
|
|
|
rm -f %{buildroot}%{monodir}/4.0/dmcs.exe.so
|
|
|
|
rm -rf %{buildroot}%{monodir}/4.0/Mono.Security.Win32
|
|
|
|
rm -rf %{buildroot}%{_bindir}/mono-configuration-crypto
|
|
|
|
rm -rf %{buildroot}%{_mandir}/man?/mono-configuration-crypto*
|
2005-01-13 19:33:13 +00:00
|
|
|
|
2008-11-25 15:30:21 +00:00
|
|
|
%find_lang mcs
|
|
|
|
|
2006-12-04 14:48:45 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post devel -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun devel -p /sbin/ldconfig
|
|
|
|
|
2008-11-25 15:30:21 +00:00
|
|
|
%files core -f mcs.lang
|
2005-11-16 15:49:25 +00:00
|
|
|
%defattr(-,root,root,-)
|
2005-01-13 19:33:13 +00:00
|
|
|
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
|
|
|
|
%{_bindir}/mono
|
2007-12-17 00:59:27 +00:00
|
|
|
%{_bindir}/mono-test-install
|
2009-12-23 00:17:13 +00:00
|
|
|
%{_bindir}/mono-gdb.py
|
2009-08-25 07:02:01 +00:00
|
|
|
%mono_bin csharp
|
2010-10-12 23:56:13 +00:00
|
|
|
%{_bindir}/csharp2
|
2011-03-27 19:44:55 +00:00
|
|
|
%mono_bin chktrust
|
2005-11-16 15:49:25 +00:00
|
|
|
%mono_bin gacutil
|
2011-03-27 19:44:55 +00:00
|
|
|
%mono_bin lc
|
2009-08-25 07:02:01 +00:00
|
|
|
%{_bindir}/gacutil2
|
2010-10-12 23:56:13 +00:00
|
|
|
%{_bindir}/mcs
|
2011-03-09 19:42:17 +00:00
|
|
|
%{monodir}/2.0/mcs.exe
|
2005-11-16 15:49:25 +00:00
|
|
|
%mono_bin gmcs
|
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
|
2008-08-29 22:08:54 +00:00
|
|
|
%{_libdir}/libMonoPosixHelper.so
|
2005-11-16 15:49:25 +00:00
|
|
|
%dir %{monodir}
|
|
|
|
%dir %{monodir}/2.0
|
2008-02-21 12:04:54 +00:00
|
|
|
%dir %{monodir}/3.5
|
2005-11-16 15:49:25 +00:00
|
|
|
%dir %{monodir}/gac
|
2006-08-10 09:44:06 +00:00
|
|
|
%dir %{monodir}/compat-*
|
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
|
2006-01-09 15:14:37 +00:00
|
|
|
%{monodir}/compat-*/ICSharpCode.SharpZipLib.dll
|
2009-08-25 07:02:01 +00:00
|
|
|
%{monodir}/gac/Mono.Cecil
|
|
|
|
%{monodir}/gac/Mono.Cecil.Mdb
|
|
|
|
%gac_dll cscompmgd
|
2005-11-16 15:49:25 +00:00
|
|
|
%gac_dll Microsoft.VisualC
|
|
|
|
%gac_dll Mono.C5
|
|
|
|
%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
|
|
|
|
%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
|
|
|
|
%gac_dll OpenSystem.C
|
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
|
2005-11-16 15:49:25 +00:00
|
|
|
%gac_dll System.Security
|
|
|
|
%gac_dll System.Xml
|
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
|
|
|
|
%{monodir}/2.0/mscorlib.dll
|
|
|
|
%{monodir}/2.0/mscorlib.dll.mdb
|
2007-02-08 09:46:25 +00:00
|
|
|
%dir %{_sysconfdir}/mono
|
|
|
|
%dir %{_sysconfdir}/mono/2.0
|
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
|
|
|
|
%dir %{monodir}/4.0
|
|
|
|
%dir %{_sysconfdir}/mono/4.0
|
|
|
|
%mono_bin dmcs
|
|
|
|
%mono_bin ccrewrite
|
|
|
|
%{monodir}/4.0/mscorlib.dll
|
|
|
|
%{monodir}/4.0/mscorlib.dll.mdb
|
|
|
|
%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
|
|
|
|
%gac_dll Mono.CodeContracts
|
|
|
|
%{monodir}/mono-configuration-crypto/4.0/mono-config*
|
|
|
|
%{monodir}/mono-configuration-crypto/4.0/Mono.Configuration.Crypto.dll*
|
|
|
|
%{_mandir}/man1/ccrewrite.1.gz
|
|
|
|
%gac_dll CustomMarshalers
|
|
|
|
%gac_dll I18N.West
|
|
|
|
%gac_dll I18N
|
|
|
|
|
2005-01-13 19:33:13 +00:00
|
|
|
|
2006-08-18 13:42:59 +00:00
|
|
|
%files devel
|
2005-11-16 15:49:25 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-12-01 16:03:58 +00:00
|
|
|
%{_sysconfdir}/pki/mono/
|
2011-03-27 19:44:55 +00:00
|
|
|
%{_bindir}/mono-api-info
|
|
|
|
%{monodir}/4.0/mono-api-info.exe
|
|
|
|
%{monodir}/4.0/browsercaps-updater*
|
|
|
|
%mono_bin xbuild
|
|
|
|
%{monodir}/4.0/xbuild.rsp
|
|
|
|
%mono_bin genxs
|
|
|
|
%{monodir}/?.0/culevel*
|
|
|
|
%{monodir}/4.0/ictool*
|
|
|
|
%{monodir}/4.0/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
|
|
|
|
%{monodir}/4.0/installutil*
|
|
|
|
%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
|
2010-10-26 17:24:35 +00:00
|
|
|
%{_bindir}/monodis
|
|
|
|
%{_bindir}/monograph
|
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
|
|
|
|
%{_bindir}/prj2make
|
|
|
|
%mono_bin resgen
|
|
|
|
%{_bindir}/resgen2
|
2011-03-27 19:44:55 +00:00
|
|
|
%mono_bin sgen
|
|
|
|
%mono_bin secutil
|
|
|
|
%mono_bin signcode
|
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
|
2006-06-07 09:59:06 +00:00
|
|
|
%{_mandir}/man1/cilc.1.gz
|
2005-11-16 15:49:25 +00:00
|
|
|
%{_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
|
|
|
|
%{_datadir}/mono-2.0/mono/cil/cil-opcodes.xml
|
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
|
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/prj2make.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
|
2011-03-27 19:44:55 +00:00
|
|
|
#{_mandir}/man1/mono-configuration-crypto.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
|
|
|
|
%gac_dll Microsoft.Build.Tasks
|
|
|
|
%gac_dll Microsoft.Build.Utilities
|
2011-03-27 19:44:55 +00:00
|
|
|
%gac_dll Microsoft.Build.Tasks.v3.5
|
|
|
|
%gac_dll Microsoft.Build.Utilities.v3.5
|
|
|
|
%{monodir}/4.0/MSBuild/Microsoft*
|
|
|
|
%gac_dll Microsoft.Build.Tasks.v4.0
|
|
|
|
%gac_dll Microsoft.Build.Utilities.v4.0
|
2007-02-08 09:46:25 +00:00
|
|
|
%{monodir}/2.0/MSBuild
|
|
|
|
%{monodir}/2.0/Microsoft.Build.xsd
|
|
|
|
%{monodir}/2.0/Microsoft.*.targets
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/?.0/Microsoft.Common.tasks
|
2007-02-08 09:46:25 +00:00
|
|
|
%{monodir}/2.0/xbuild.rsp
|
2010-07-14 21:45:29 +00:00
|
|
|
%{monodir}/3.5/xbuild.*
|
|
|
|
%{monodir}/3.5/MSBuild/Microsoft.Build*
|
|
|
|
%{monodir}/3.5/Microsoft.Build.xsd
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/4.0/Microsoft.Build.xsd
|
2010-07-14 21:45:29 +00:00
|
|
|
%{monodir}/3.5/Microsoft.CSharp.targets
|
|
|
|
%{monodir}/3.5/Microsoft.Common.ta*
|
|
|
|
%{monodir}/3.5/Microsoft.VisualBasic.targets
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/4.0/Microsoft.CSharp.targets
|
|
|
|
%{monodir}/4.0/Microsoft.Common.targets
|
|
|
|
%{monodir}/4.0/Microsoft.VisualBasic.targets
|
2008-08-14 13:06:25 +00:00
|
|
|
%{_libdir}/libMonoSupportW.so
|
|
|
|
%{_libdir}/libikvm-native.so
|
2010-10-26 17:24:35 +00:00
|
|
|
%{_libdir}/libmono-profiler-*.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
|
2007-12-17 00:59:27 +00:00
|
|
|
%{_libdir}/pkgconfig/cecil.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
|
2010-10-12 23:56:13 +00:00
|
|
|
%{_libdir}/pkgconfig/mono-2.pc
|
|
|
|
%{_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
|
2010-10-12 23:56:13 +00:00
|
|
|
%{_libdir}/libmono*-2.0.so
|
2011-10-23 21:46:17 +00:00
|
|
|
%{monodir}/xbuild-frameworks
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
%files nunit
|
|
|
|
%defattr(-,root,root,-)
|
2010-10-12 23:56:13 +00:00
|
|
|
%mono_bin nunit-console
|
|
|
|
%{_bindir}/nunit-console2
|
2005-11-16 15:49:25 +00:00
|
|
|
%gac_dll nunit.core
|
|
|
|
%gac_dll nunit.framework
|
|
|
|
%gac_dll nunit.util
|
2006-07-07 11:12:45 +00:00
|
|
|
%gac_dll nunit.mocks
|
2008-12-15 11:57:49 +00:00
|
|
|
%gac_dll nunit-console-runner
|
|
|
|
%gac_dll nunit.core.extensions
|
|
|
|
%gac_dll nunit.core.interfaces
|
|
|
|
%gac_dll nunit.framework.extensions
|
2006-09-04 09:10:42 +00:00
|
|
|
|
|
|
|
%files nunit-devel
|
|
|
|
%defattr(-,root,root,-)
|
2005-11-16 15:49:25 +00:00
|
|
|
%{_libdir}/pkgconfig/mono-nunit.pc
|
|
|
|
|
|
|
|
%files locale-extras
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%gac_dll I18N.MidEast
|
|
|
|
%gac_dll I18N.Rare
|
|
|
|
%gac_dll I18N.CJK
|
|
|
|
%gac_dll I18N.Other
|
|
|
|
|
|
|
|
%files extras
|
|
|
|
%defattr(-,root,root,-)
|
2010-10-12 23:56:13 +00:00
|
|
|
%{_bindir}/mono-service2
|
2011-03-27 19:44:55 +00:00
|
|
|
%mono_bin mono-service
|
2006-09-01 15:19:04 +00:00
|
|
|
%{monodir}/gac/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
|
2008-12-15 11:57:49 +00:00
|
|
|
%gac_dll Mono.Messaging.RabbitMQ
|
|
|
|
%gac_dll Mono.Messaging
|
|
|
|
%gac_dll RabbitMQ.Client
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/?.0/RabbitMQ.Client.Apigen*
|
|
|
|
%{_mandir}/man1/mono-service.1.gz
|
2005-02-10 20:00:57 +00:00
|
|
|
|
2009-08-25 07:02:01 +00:00
|
|
|
%files wcf
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%gac_dll System.IdentityModel
|
|
|
|
%gac_dll System.IdentityModel.Selectors
|
|
|
|
%gac_dll System.ServiceModel
|
|
|
|
%gac_dll System.ServiceModel.Web
|
2011-03-27 19:44:55 +00:00
|
|
|
%gac_dll System.ServiceModel.Discovery
|
|
|
|
%gac_dll System.ServiceModel.Routing
|
2005-02-10 20:00:57 +00:00
|
|
|
|
|
|
|
%files web
|
2005-11-16 15:49:25 +00:00
|
|
|
%defattr(-,root,root,-)
|
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
|
2005-11-16 15:49:25 +00:00
|
|
|
%gac_dll Mono.Http
|
2008-03-06 22:47:19 +00:00
|
|
|
%gac_dll Mono.Web
|
2009-08-25 07:02:01 +00:00
|
|
|
%gac_dll System.ComponentModel.DataAnnotations
|
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
|
2011-03-28 21:31:19 +00:00
|
|
|
%gac_dll Microsoft.Web.Infrastructure
|
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
|
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
|
|
|
|
%defattr(-,root,root,-)
|
2009-04-14 23:52:01 +00:00
|
|
|
%{_libdir}/pkgconfig/mono.web.pc
|
2008-12-17 10:22:32 +00:00
|
|
|
|
2009-08-25 07:02:01 +00:00
|
|
|
%files winforms
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%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
|
|
|
|
%defattr(-, root, root,-)
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/compat-2.0/System.Web.Extensions.Design.dll
|
|
|
|
%{monodir}/compat-2.0/System.Web.Extensions.dll
|
|
|
|
%{monodir}/compat-2.0/System.Web.Mvc.dll
|
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
|
|
|
|
%defattr (-,root,root,-)
|
|
|
|
%{_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
|
|
|
|
|
|
|
|
%files winfx
|
|
|
|
%defattr(-, root, root)
|
2011-03-27 19:44:55 +00:00
|
|
|
%gac_dll WindowsBase
|
|
|
|
%{monodir}/gac/System.Data.Services.Client/3.5*
|
2010-10-12 23:56:13 +00:00
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
%files data
|
|
|
|
%defattr(-,root,root,-)
|
2011-03-27 19:44:55 +00:00
|
|
|
%mono_bin sqlsharp
|
|
|
|
%mono_bin sqlmetal
|
2008-08-14 13:06:25 +00:00
|
|
|
%gac_dll System.Data.DataSetExtensions
|
|
|
|
%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
|
2011-03-30 20:15:45 +00:00
|
|
|
%gac_dll System.Runtime.Serialization
|
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
|
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
|
|
|
|
%defattr(-,root,root,-)
|
2007-06-05 07:27:54 +00:00
|
|
|
%gac_dll Mono.Data.Sqlite
|
2005-11-16 15:49:25 +00:00
|
|
|
|
|
|
|
%files data-oracle
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%gac_dll System.Data.OracleClient
|
|
|
|
|
|
|
|
%files data-postgresql
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%gac_dll Npgsql
|
|
|
|
|
|
|
|
%files -n ibm-data-db2
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%gac_dll IBM.Data.DB2
|
|
|
|
|
2008-11-25 15:44:43 +00:00
|
|
|
%files -n monodoc
|
2008-11-25 15:30:21 +00:00
|
|
|
%defattr(-, root, root)
|
2011-03-27 19:44:55 +00:00
|
|
|
%{monodir}/gac/monodoc
|
2011-10-23 21:46:17 +00:00
|
|
|
%{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
|
|
|
%defattr (-, root, root)
|
|
|
|
%{_libdir}/pkgconfig/monodoc.pc
|
|
|
|
|
2009-12-23 00:17:13 +00:00
|
|
|
|
2005-11-16 15:49:25 +00:00
|
|
|
%changelog
|
2014-08-17 10:09:46 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 10:57:48 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.8-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-11-25 11:55:01 +00:00
|
|
|
* Mon Nov 25 2013 Björn Esser <bjoern.esser@gmail.com> - 2.10.8-6
|
2013-11-25 11:56:47 +00:00
|
|
|
- rebuilt for giflib-5.0.5 (depends libgdiplus) on rawhide
|
2013-11-25 11:55:01 +00:00
|
|
|
- fixed bogus date in %%changelog
|
|
|
|
|
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
|