forked from pool/mono-core
This commit is contained in:
parent
fbe770b05f
commit
99856ad6cb
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 16 17:23:23 MST 2008 - wberrier@suse.de
|
||||||
|
|
||||||
|
- libgdiplus -> libgdiplus0 rename
|
||||||
|
- add libgluezilla0 to recommends
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 14 13:23:23 MST 2008 - wberrier@suse.de
|
Mon Jan 14 13:23:23 MST 2008 - wberrier@suse.de
|
||||||
|
|
||||||
|
238
mono-core.spec
238
mono-core.spec
@ -16,7 +16,7 @@ Group: Development/Languages/Mono
|
|||||||
Summary: A .NET Runtime Environment
|
Summary: A .NET Runtime Environment
|
||||||
Url: http://go-mono.org/
|
Url: http://go-mono.org/
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 2
|
Release: 4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: mono-%{version}.tar.bz2
|
Source0: mono-%{version}.tar.bz2
|
||||||
Patch0: mono-security_includes_warnings.patch
|
Patch0: mono-security_includes_warnings.patch
|
||||||
@ -43,11 +43,14 @@ Conflicts: banshee <= 0.13.1
|
|||||||
Conflicts: f-spot <= 0.3.5
|
Conflicts: f-spot <= 0.3.5
|
||||||
# Require when in the buildserivce
|
# Require when in the buildserivce
|
||||||
%if 0%{?opensuse_bs}
|
%if 0%{?opensuse_bs}
|
||||||
Requires: libgdiplus
|
Requires: libgdiplus0
|
||||||
|
# Not all distros build this... can't require it
|
||||||
|
#Requires: libgluezilla0
|
||||||
%else
|
%else
|
||||||
# suse would rather have recommends so that all sorts of graphic libs aren't
|
# suse would rather have recommends so that all sorts of graphic libs aren't
|
||||||
# pulled in when libgdiplus is installed
|
# pulled in when libgdiplus is installed
|
||||||
Recommends: libgdiplus
|
Recommends: libgdiplus0
|
||||||
|
Recommends: libgluezilla0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
#### suse options ####
|
#### suse options ####
|
||||||
@ -1045,7 +1048,10 @@ rm -f $RPM_BUILD_ROOT/usr/lib/mono/1.0/transform.exe
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 14 2008 - wberrier@suse.de
|
* Wed Jan 16 2008 wberrier@suse.de
|
||||||
|
- libgdiplus -> libgdiplus0 rename
|
||||||
|
- add libgluezilla0 to recommends
|
||||||
|
* Mon Jan 14 2008 wberrier@suse.de
|
||||||
- Update to 1.2.6
|
- Update to 1.2.6
|
||||||
-Support for the ASP.NET AJAX APIs and controls
|
-Support for the ASP.NET AJAX APIs and controls
|
||||||
-Support for FastCGI deployments
|
-Support for FastCGI deployments
|
||||||
@ -1064,12 +1070,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
(for LDAPS over multiple threads)
|
(for LDAPS over multiple threads)
|
||||||
-Novell.Directory.Ldap synchronized with the Novell's CSHARP
|
-Novell.Directory.Ldap synchronized with the Novell's CSHARP
|
||||||
LDAP SDK (version 2.1.8)
|
LDAP SDK (version 2.1.8)
|
||||||
* Tue Oct 23 2007 - wberrier@suse.de
|
* Tue Oct 23 2007 wberrier@suse.de
|
||||||
- mono-boo_ia64_fix.patch: fix boo build on ia64.
|
- mono-boo_ia64_fix.patch: fix boo build on ia64.
|
||||||
* Thu Sep 20 2007 - wberrier@suse.de
|
* Thu Sep 20 2007 wberrier@suse.de
|
||||||
- BigInteger Security fix: bnc #310044
|
- BigInteger Security fix: bnc #310044
|
||||||
-MaintenanceTracker-13335
|
-MaintenanceTracker-13335
|
||||||
* Fri Aug 31 2007 - wberrier@suse.de
|
* Fri Aug 31 2007 wberrier@suse.de
|
||||||
- Regressions found in 1.2.5:
|
- Regressions found in 1.2.5:
|
||||||
-Bug #82428: crypto buffer length fix
|
-Bug #82428: crypto buffer length fix
|
||||||
-Bug #82481: StatusStrip focus regression fix
|
-Bug #82481: StatusStrip focus regression fix
|
||||||
@ -1077,11 +1083,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- System.Web regression fixes:
|
- System.Web regression fixes:
|
||||||
-Bug #82193: System.Web regression fixes
|
-Bug #82193: System.Web regression fixes
|
||||||
-Bug #82392: SessionState fix for asp.net regression
|
-Bug #82392: SessionState fix for asp.net regression
|
||||||
* Fri Aug 17 2007 - wberrier@suse.de
|
* Fri Aug 17 2007 wberrier@suse.de
|
||||||
- Fix some COM and Winforms regressions in 1.2.5 p3
|
- Fix some COM and Winforms regressions in 1.2.5 p3
|
||||||
-fixes bxc: 82433, 82344, 82405, 82406, #82187, 82348
|
-fixes bxc: 82433, 82344, 82405, 82406, #82187, 82348
|
||||||
- Threading fix for bxc #82145 when using LDAP and TLS
|
- Threading fix for bxc #82145 when using LDAP and TLS
|
||||||
* Fri Aug 03 2007 - wberrier@suse.de
|
* Fri Aug 03 2007 wberrier@suse.de
|
||||||
- Update to 1.2.5
|
- Update to 1.2.5
|
||||||
-Fixes for IronPython and Dynamic Language Runtime
|
-Fixes for IronPython and Dynamic Language Runtime
|
||||||
-More C# 3.0 compiler features
|
-More C# 3.0 compiler features
|
||||||
@ -1107,22 +1113,22 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
1.2 API entry points.
|
1.2 API entry points.
|
||||||
- Don't use 64bit libs on ppc64 in find-requires (runtime is 32bit,
|
- Don't use 64bit libs on ppc64 in find-requires (runtime is 32bit,
|
||||||
must use 32bit libraries)
|
must use 32bit libraries)
|
||||||
* Mon Jul 30 2007 - ro@suse.de
|
* Mon Jul 30 2007 ro@suse.de
|
||||||
- try to use 64bit libs on ppc64 as well in find-requires
|
- try to use 64bit libs on ppc64 as well in find-requires
|
||||||
* Tue Jul 10 2007 - wberrier@novell.com
|
* Tue Jul 10 2007 wberrier@novell.com
|
||||||
- Build against valgrind for 10.3 and above
|
- Build against valgrind for 10.3 and above
|
||||||
* Thu Jul 05 2007 - wberrier@novell.com
|
* Thu Jul 05 2007 wberrier@novell.com
|
||||||
- mono-find-requires fixes for ia64 (bnc #282877)
|
- mono-find-requires fixes for ia64 (bnc #282877)
|
||||||
* Wed Jun 20 2007 - ro@suse.de
|
* Wed Jun 20 2007 ro@suse.de
|
||||||
- removed requires on specific release in mono-complete for
|
- removed requires on specific release in mono-complete for
|
||||||
mono-basic (not a subpackage of mono-core anymore)
|
mono-basic (not a subpackage of mono-core anymore)
|
||||||
* Fri Jun 15 2007 - wberrier@novell.com
|
* Fri Jun 15 2007 wberrier@novell.com
|
||||||
- mono-config_rpm_requires.patch: revert back to using package
|
- mono-config_rpm_requires.patch: revert back to using package
|
||||||
requirements for the .config dep scanning. This is because
|
requirements for the .config dep scanning. This is because
|
||||||
noarch packages can be built on either 32 or 64 bit machines,
|
noarch packages can be built on either 32 or 64 bit machines,
|
||||||
and then otherwise will depend on a 32 or 64 bit library, which
|
and then otherwise will depend on a 32 or 64 bit library, which
|
||||||
is wrong.
|
is wrong.
|
||||||
* Tue Jun 05 2007 - wberrier@novell.com
|
* Tue Jun 05 2007 wberrier@novell.com
|
||||||
- Fix relevant rpmlint errors/warnings:
|
- Fix relevant rpmlint errors/warnings:
|
||||||
-also 'provides' for each 'obsoletes'
|
-also 'provides' for each 'obsoletes'
|
||||||
-run ldconfig in post/un for mono-core and mono-devel
|
-run ldconfig in post/un for mono-core and mono-devel
|
||||||
@ -1163,14 +1169,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
-sqlite3 only (no sqlite2, would need to dump/reload db)
|
-sqlite3 only (no sqlite2, would need to dump/reload db)
|
||||||
-COM Interop now supports COM Callable Wrappers
|
-COM Interop now supports COM Callable Wrappers
|
||||||
-Many of the new 2.0 socket methods are now available
|
-Many of the new 2.0 socket methods are now available
|
||||||
* Fri Apr 13 2007 - wberrier@novell.com
|
* Fri Apr 13 2007 wberrier@novell.com
|
||||||
- add %%debug_package so debug packages get created
|
- add %%debug_package so debug packages get created
|
||||||
* Wed Apr 04 2007 - wberrier@novell.com
|
* Wed Apr 04 2007 wberrier@novell.com
|
||||||
- Adapt for build service
|
- Adapt for build service
|
||||||
* Tue Mar 06 2007 - wberrier@suse.de
|
* Tue Mar 06 2007 wberrier@suse.de
|
||||||
- atomic fixes from Michael Matz for for s390 and s390x
|
- atomic fixes from Michael Matz for for s390 and s390x
|
||||||
( bnc #237611 and bxc #80892 )
|
( bnc #237611 and bxc #80892 )
|
||||||
* Wed Feb 28 2007 - wberrier@suse.de
|
* Wed Feb 28 2007 wberrier@suse.de
|
||||||
- Turn off sigaltstack, as it's not safe (Requested by Paolo)
|
- Turn off sigaltstack, as it's not safe (Requested by Paolo)
|
||||||
- Remove obsolete patches
|
- Remove obsolete patches
|
||||||
- Update to 1.2.3.1 (Various runtime and winforms crashers
|
- Update to 1.2.3.1 (Various runtime and winforms crashers
|
||||||
@ -1205,17 +1211,17 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Sqlite 2.0 API support
|
- Sqlite 2.0 API support
|
||||||
- Array and multi-array access optimizations
|
- Array and multi-array access optimizations
|
||||||
- Versioned header files
|
- Versioned header files
|
||||||
* Sat Jan 20 2007 - wberrier@suse.de
|
* Sat Jan 20 2007 wberrier@suse.de
|
||||||
- Move libgdiplus requirement from mono-winforms to mono-core
|
- Move libgdiplus requirement from mono-winforms to mono-core
|
||||||
since System.Drawing (in mono-core) is useless without it
|
since System.Drawing (in mono-core) is useless without it
|
||||||
(Won't affect mono-winforms, since it depends on mono-core)
|
(Won't affect mono-winforms, since it depends on mono-core)
|
||||||
* Tue Jan 09 2007 - wberrier@suse.de
|
* Tue Jan 09 2007 wberrier@suse.de
|
||||||
- Move mono-find-provides/requires to mono-devel since they depend
|
- Move mono-find-provides/requires to mono-devel since they depend
|
||||||
on monodis, which is in mono-devel
|
on monodis, which is in mono-devel
|
||||||
- Patch mono-rpm_deps_error_handling_r70445.patch to error out
|
- Patch mono-rpm_deps_error_handling_r70445.patch to error out
|
||||||
when running the find scripts
|
when running the find scripts
|
||||||
- Fixes bnc #227362
|
- Fixes bnc #227362
|
||||||
* Sat Dec 02 2006 - wberrier@suse.de
|
* Sat Dec 02 2006 wberrier@suse.de
|
||||||
- Update to 1.2.2 (Fate #301111)
|
- Update to 1.2.2 (Fate #301111)
|
||||||
-Serious bug fix in compiler (anonymous methods)
|
-Serious bug fix in compiler (anonymous methods)
|
||||||
-Additional 2.0 APIs implemented for Windows.Forms
|
-Additional 2.0 APIs implemented for Windows.Forms
|
||||||
@ -1237,12 +1243,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
-Serialization Callbacks
|
-Serialization Callbacks
|
||||||
-Machine-level settings now available in registry
|
-Machine-level settings now available in registry
|
||||||
-Winforms completion
|
-Winforms completion
|
||||||
* Fri Dec 01 2006 - wberrier@suse.de
|
* Fri Dec 01 2006 wberrier@suse.de
|
||||||
- Thread safety fixes for rug/zmd (bnc #221277)
|
- Thread safety fixes for rug/zmd (bnc #221277)
|
||||||
- System.Web Source fix (bnc #225179)
|
- System.Web Source fix (bnc #225179)
|
||||||
* Tue Nov 14 2006 - meissner@suse.de
|
* Tue Nov 14 2006 meissner@suse.de
|
||||||
- Disable executable stack option. #65536
|
- Disable executable stack option. #65536
|
||||||
* Sat Oct 21 2006 - wberrier@suse.de
|
* Sat Oct 21 2006 wberrier@suse.de
|
||||||
- Remove glib2-devel from mono-nunit, not sure why it was ever there
|
- Remove glib2-devel from mono-nunit, not sure why it was ever there
|
||||||
(bnc #210224)
|
(bnc #210224)
|
||||||
- Updated to 1.1.18.1
|
- Updated to 1.1.18.1
|
||||||
@ -1253,18 +1259,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
-Lots of Winforms fixes and updates
|
-Lots of Winforms fixes and updates
|
||||||
-Merged source for mcs and gmcs
|
-Merged source for mcs and gmcs
|
||||||
-Performance tuning
|
-Performance tuning
|
||||||
* Thu Sep 28 2006 - wberrier@suse.de
|
* Thu Sep 28 2006 wberrier@suse.de
|
||||||
- Security fix for bnc #205084 VUL-0
|
- Security fix for bnc #205084 VUL-0
|
||||||
- TempFileCollection.cs: Create files in a temporary subdirectory,
|
- TempFileCollection.cs: Create files in a temporary subdirectory,
|
||||||
for security reasons.
|
for security reasons.
|
||||||
- CodeCompiler.cs: Let TempFileCollection choose the temp dir.
|
- CodeCompiler.cs: Let TempFileCollection choose the temp dir.
|
||||||
* Fri Sep 01 2006 - wberrier@suse.de
|
* Fri Sep 01 2006 wberrier@suse.de
|
||||||
- Update to 1.1.17.1 - Minor bugfix update
|
- Update to 1.1.17.1 - Minor bugfix update
|
||||||
- Fix HttpListener, it was failing with a few post operations
|
- Fix HttpListener, it was failing with a few post operations
|
||||||
- mono-service is now installed into the GAC, the recent changes
|
- mono-service is now installed into the GAC, the recent changes
|
||||||
broke applications that created new AppDomains
|
broke applications that created new AppDomains
|
||||||
- Fix a race condition on array new
|
- Fix a race condition on array new
|
||||||
* Tue Aug 29 2006 - wberrier@suse.de
|
* Tue Aug 29 2006 wberrier@suse.de
|
||||||
- add s390 backchain patch
|
- add s390 backchain patch
|
||||||
- s390 warnings patch
|
- s390 warnings patch
|
||||||
- remove mono-basic package
|
- remove mono-basic package
|
||||||
@ -1340,7 +1346,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- major updates to System.Windows.Forms and System.Drawing
|
- major updates to System.Windows.Forms and System.Drawing
|
||||||
- inline optimization enabled by default
|
- inline optimization enabled by default
|
||||||
- Long standing debugging line numbers bug fixed
|
- Long standing debugging line numbers bug fixed
|
||||||
* Fri Jun 16 2006 - wberrier@suse.de
|
* Fri Jun 16 2006 wberrier@suse.de
|
||||||
Changes from Neale Ferguson <neale@sinenomine.net> from trunk in order
|
Changes from Neale Ferguson <neale@sinenomine.net> from trunk in order
|
||||||
to fix bnc #179080 (zmd issue on s390x)
|
to fix bnc #179080 (zmd issue on s390x)
|
||||||
- * atomic.h: Fix atomic operations for s390x (not really broken
|
- * atomic.h: Fix atomic operations for s390x (not really broken
|
||||||
@ -1349,11 +1355,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
were broken as they used 32-bit instructions rather than their 64-bit
|
were broken as they used 32-bit instructions rather than their 64-bit
|
||||||
versions.
|
versions.
|
||||||
- * s390x-codegen.h: Fix immediate checks.
|
- * s390x-codegen.h: Fix immediate checks.
|
||||||
* Mon May 15 2006 - wberrier@suse.de
|
* Mon May 15 2006 wberrier@suse.de
|
||||||
- Revert change to mono-find-provides (59882) so that Mono apps will
|
- Revert change to mono-find-provides (59882) so that Mono apps will
|
||||||
not have to depend on being able to find dependent assemblies in
|
not have to depend on being able to find dependent assemblies in
|
||||||
the gac.
|
the gac.
|
||||||
* Thu May 11 2006 - wberrier@suse.de
|
* Thu May 11 2006 wberrier@suse.de
|
||||||
-Add provides for mono-core for assemblies not in the gac, which
|
-Add provides for mono-core for assemblies not in the gac, which
|
||||||
other packages depend on.
|
other packages depend on.
|
||||||
-Update to 1.1.13.8 from stable branch
|
-Update to 1.1.13.8 from stable branch
|
||||||
@ -1397,20 +1403,20 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
-Handle multiple leave statements in a try/catch, 78024.
|
-Handle multiple leave statements in a try/catch, 78024.
|
||||||
-Compilers:
|
-Compilers:
|
||||||
-Flag VB as unsupported.
|
-Flag VB as unsupported.
|
||||||
* Mon Apr 24 2006 - wberrier@suse.de
|
* Mon Apr 24 2006 wberrier@suse.de
|
||||||
- Bug fixes for Zenworks (78089, 78150, amd64 signal crash, and proxy fix in System.Net)
|
- Bug fixes for Zenworks (78089, 78150, amd64 signal crash, and proxy fix in System.Net)
|
||||||
* Tue Apr 11 2006 - wberrier@suse.de
|
* Tue Apr 11 2006 wberrier@suse.de
|
||||||
- Branch update for iFolder issues. Also includes some semaphore
|
- Branch update for iFolder issues. Also includes some semaphore
|
||||||
updates, as well as SWF updates. (77931,01234,77931,01234,77991,
|
updates, as well as SWF updates. (77931,01234,77931,01234,77991,
|
||||||
77556,77811,77350,75609,78028,77971,78033,77242,76191,41943,77890,
|
77556,77811,77350,75609,78028,77971,78033,77242,76191,41943,77890,
|
||||||
78067,78067,78067,77514,77839,77393)
|
78067,78067,78067,77514,77839,77393)
|
||||||
* Mon Apr 10 2006 - cthiel@suse.de
|
* Mon Apr 10 2006 cthiel@suse.de
|
||||||
- remove redundant Conflicts lines (#159340)
|
- remove redundant Conflicts lines (#159340)
|
||||||
* Mon Mar 27 2006 - aj@suse.de
|
* Mon Mar 27 2006 aj@suse.de
|
||||||
- Apply patch from Dick Porter to Break out of a loop if the
|
- Apply patch from Dick Porter to Break out of a loop if the
|
||||||
shared file is smaller than expected - this fixes some build
|
shared file is smaller than expected - this fixes some build
|
||||||
issues.
|
issues.
|
||||||
* Sat Mar 25 2006 - wberrier@suse.de
|
* Sat Mar 25 2006 wberrier@suse.de
|
||||||
-Update to 1.1.13.5 (No crypto changes)
|
-Update to 1.1.13.5 (No crypto changes)
|
||||||
-C# compiler bug fixes for Bugzilla.ximian.com bugs: 77767,
|
-C# compiler bug fixes for Bugzilla.ximian.com bugs: 77767,
|
||||||
77642, 77583, 77674, 77642 as well as fixing a number of
|
77642, 77583, 77674, 77642 as well as fixing a number of
|
||||||
@ -1477,192 +1483,192 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
flags (before we needed --enable-jit).
|
flags (before we needed --enable-jit).
|
||||||
-Prj2Info escapes now characters in filenames that contain
|
-Prj2Info escapes now characters in filenames that contain
|
||||||
special shell characters.
|
special shell characters.
|
||||||
* Wed Mar 01 2006 - aj@suse.de
|
* Wed Mar 01 2006 aj@suse.de
|
||||||
- Remove echo in %%post.
|
- Remove echo in %%post.
|
||||||
* Wed Mar 01 2006 - wberrier@suse.de
|
* Wed Mar 01 2006 wberrier@suse.de
|
||||||
- Update to 1.1.13.4
|
- Update to 1.1.13.4
|
||||||
-Fixes the following bugs: 77524 77581 75479 77637 77613 77446 77433 77398 77397 77315 75436 75479 77521 77536 77572 77468 77371 77273 77309 74932 77442.... too many to list here.
|
-Fixes the following bugs: 77524 77581 75479 77637 77613 77446 77433 77398 77397 77315 75436 75479 77521 77536 77572 77468 77371 77273 77309 74932 77442.... too many to list here.
|
||||||
* Sat Feb 18 2006 - ro@suse.de
|
* Sat Feb 18 2006 ro@suse.de
|
||||||
- use wildcards in filelist (.mdb files moved to debuginfo package)
|
- use wildcards in filelist (.mdb files moved to debuginfo package)
|
||||||
* Thu Feb 16 2006 - wberrier@suse.de
|
* Thu Feb 16 2006 wberrier@suse.de
|
||||||
- have winforms rpm depend on libgdiplus (Novell Bug #150858)
|
- have winforms rpm depend on libgdiplus (Novell Bug #150858)
|
||||||
* Thu Jan 26 2006 - ro@suse.de
|
* Thu Jan 26 2006 ro@suse.de
|
||||||
- warn if installing on s390/G5
|
- warn if installing on s390/G5
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jan 20 2006 - wberrier@suse.de
|
* Fri Jan 20 2006 wberrier@suse.de
|
||||||
- Update to 1.1.13.2 (no crypto updates)
|
- Update to 1.1.13.2 (no crypto updates)
|
||||||
* Thu Jan 12 2006 - wberrier@suse.de
|
* Thu Jan 12 2006 wberrier@suse.de
|
||||||
- Update to 1.1.13.1 (no crypto updates)
|
- Update to 1.1.13.1 (no crypto updates)
|
||||||
Fix for CASA
|
Fix for CASA
|
||||||
* Fri Jan 06 2006 - wberrier@suse.de
|
* Fri Jan 06 2006 wberrier@suse.de
|
||||||
- Update to 1.1.13 (No crypto updates)
|
- Update to 1.1.13 (No crypto updates)
|
||||||
FireBird 2.0 gac file was disabled
|
FireBird 2.0 gac file was disabled
|
||||||
Added nunit-console to filelist
|
Added nunit-console to filelist
|
||||||
* Fri Dec 23 2005 - wberrier@suse.de
|
* Fri Dec 23 2005 wberrier@suse.de
|
||||||
- Add some of Zoltan's ia64 fixes to fix the runtime (no crypto updates)
|
- Add some of Zoltan's ia64 fixes to fix the runtime (no crypto updates)
|
||||||
* Fri Dec 23 2005 - wberrier@suse.de
|
* Fri Dec 23 2005 wberrier@suse.de
|
||||||
- Update to 1.1.12.1 (ziplib fix, no crypto updates)
|
- Update to 1.1.12.1 (ziplib fix, no crypto updates)
|
||||||
* Thu Dec 22 2005 - wberrier@suse.de
|
* Thu Dec 22 2005 wberrier@suse.de
|
||||||
- Add patches fro Neale's s390 checkins (No crypto updates)
|
- Add patches fro Neale's s390 checkins (No crypto updates)
|
||||||
* Wed Dec 21 2005 - wberrier@suse.de
|
* Wed Dec 21 2005 wberrier@suse.de
|
||||||
- Fix mono-cairo.pc for gtk-sharp2 build on x86_64
|
- Fix mono-cairo.pc for gtk-sharp2 build on x86_64
|
||||||
* Tue Dec 20 2005 - wberrier@suse.de
|
* Tue Dec 20 2005 wberrier@suse.de
|
||||||
- Update to 1.1.12, monoburg warning patch
|
- Update to 1.1.12, monoburg warning patch
|
||||||
* Fri Dec 16 2005 - ro@suse.de
|
* Fri Dec 16 2005 ro@suse.de
|
||||||
- add an explicit cast on ppc for InterlockedCompareExchangePointer
|
- add an explicit cast on ppc for InterlockedCompareExchangePointer
|
||||||
* Thu Dec 15 2005 - wberrier@suse.de
|
* Thu Dec 15 2005 wberrier@suse.de
|
||||||
- Update to 1.1.11, add files for 1.1.11, and enable some files (libmono.l?a)
|
- Update to 1.1.11, add files for 1.1.11, and enable some files (libmono.l?a)
|
||||||
* Mon Dec 12 2005 - sbrabec@suse.cz
|
* Mon Dec 12 2005 sbrabec@suse.cz
|
||||||
- Added "Obsoletes: mono" to mono-core.
|
- Added "Obsoletes: mono" to mono-core.
|
||||||
* Fri Nov 11 2005 - wberrier@suse.de
|
* Fri Nov 11 2005 wberrier@suse.de
|
||||||
- Fix build (supportw.c)
|
- Fix build (supportw.c)
|
||||||
* Fri Nov 11 2005 - wberrier@suse.de
|
* Fri Nov 11 2005 wberrier@suse.de
|
||||||
- Update to 1.1.10. Add profiler-aot, mozroots
|
- Update to 1.1.10. Add profiler-aot, mozroots
|
||||||
* Thu Oct 20 2005 - ro@suse.de
|
* Thu Oct 20 2005 ro@suse.de
|
||||||
- try to fix req/prov scripts
|
- try to fix req/prov scripts
|
||||||
- remove AC_DISABLE_FAST_INSTALL to fix installed binaries
|
- remove AC_DISABLE_FAST_INSTALL to fix installed binaries
|
||||||
- do not build as root
|
- do not build as root
|
||||||
* Thu Oct 13 2005 - ro@suse.de
|
* Thu Oct 13 2005 ro@suse.de
|
||||||
- take fix for gacutil problem from SVN
|
- take fix for gacutil problem from SVN
|
||||||
- remove workaround hack from specfile
|
- remove workaround hack from specfile
|
||||||
* Wed Oct 12 2005 - ro@suse.de
|
* Wed Oct 12 2005 ro@suse.de
|
||||||
- fix some lib64 issues
|
- fix some lib64 issues
|
||||||
* Wed Oct 12 2005 - wberrier@suse.de
|
* Wed Oct 12 2005 wberrier@suse.de
|
||||||
- Update to 1.1.9.2, restructure packages to match upstream
|
- Update to 1.1.9.2, restructure packages to match upstream
|
||||||
* Mon Sep 26 2005 - ro@suse.de
|
* Mon Sep 26 2005 ro@suse.de
|
||||||
- fix build on x86_64
|
- fix build on x86_64
|
||||||
- move mono-nunit.pc to mono-nunit package
|
- move mono-nunit.pc to mono-nunit package
|
||||||
* Fri Sep 23 2005 - wberrier@suse.de
|
* Fri Sep 23 2005 wberrier@suse.de
|
||||||
- Reenable 2.0 preview (bug #118530)
|
- Reenable 2.0 preview (bug #118530)
|
||||||
* Fri Sep 16 2005 - wberrier@suse.de
|
* Fri Sep 16 2005 wberrier@suse.de
|
||||||
- Nasty work around hack for libtool in order to not include wrappers (#116245)
|
- Nasty work around hack for libtool in order to not include wrappers (#116245)
|
||||||
* Fri Sep 09 2005 - ro@suse.de
|
* Fri Sep 09 2005 ro@suse.de
|
||||||
- fix build on 9.1+
|
- fix build on 9.1+
|
||||||
* Tue Aug 23 2005 - wberrier@suse.de
|
* Tue Aug 23 2005 wberrier@suse.de
|
||||||
- Add the mono-nunit subpackage (needed for mono-tools)
|
- Add the mono-nunit subpackage (needed for mono-tools)
|
||||||
* Tue Aug 02 2005 - ro@suse.de
|
* Tue Aug 02 2005 ro@suse.de
|
||||||
- update to 1.1.8.3
|
- update to 1.1.8.3
|
||||||
* Fri Jul 15 2005 - wberrier@novell.com
|
* Fri Jul 15 2005 wberrier@novell.com
|
||||||
- Update %%file directives for SymbolWriter
|
- Update %%file directives for SymbolWriter
|
||||||
* Mon Jun 27 2005 - ro@suse.de
|
* Mon Jun 27 2005 ro@suse.de
|
||||||
- use ldscript only for "libmono" but not for "mono"
|
- use ldscript only for "libmono" but not for "mono"
|
||||||
* Wed Jun 22 2005 - ro@suse.de
|
* Wed Jun 22 2005 ro@suse.de
|
||||||
- fix more warnings on ppc
|
- fix more warnings on ppc
|
||||||
* Wed Jun 22 2005 - ro@suse.de
|
* Wed Jun 22 2005 ro@suse.de
|
||||||
- update to 1.1.8.1
|
- update to 1.1.8.1
|
||||||
* Tue Jun 21 2005 - ro@suse.de
|
* Tue Jun 21 2005 ro@suse.de
|
||||||
- revisit execstack : pass with "-Wl" as linker flag
|
- revisit execstack : pass with "-Wl" as linker flag
|
||||||
* Tue Jun 07 2005 - uli@suse.de
|
* Tue Jun 07 2005 uli@suse.de
|
||||||
- s390: moved __attribute__((packed)) where it is not ignored by
|
- s390: moved __attribute__((packed)) where it is not ignored by
|
||||||
the compiler (fixes SIGILLs/SIGSEGVs in several packages)
|
the compiler (fixes SIGILLs/SIGSEGVs in several packages)
|
||||||
* Sat May 14 2005 - aj@suse.de
|
* Sat May 14 2005 aj@suse.de
|
||||||
- mono-data-* needs mono-data. Require it explicitely.
|
- mono-data-* needs mono-data. Require it explicitely.
|
||||||
* Fri May 13 2005 - ro@suse.de
|
* Fri May 13 2005 ro@suse.de
|
||||||
- fix assembliesdir in libexecdir patch again
|
- fix assembliesdir in libexecdir patch again
|
||||||
* Thu May 12 2005 - uli@suse.de
|
* Thu May 12 2005 uli@suse.de
|
||||||
- update -> 1.1.7
|
- update -> 1.1.7
|
||||||
- disabled s390x (port is broken and unmaintained)
|
- disabled s390x (port is broken and unmaintained)
|
||||||
* Tue Mar 22 2005 - mmj@suse.de
|
* Tue Mar 22 2005 mmj@suse.de
|
||||||
- Add dependency for mono-devel on glib2-devel [#74161]
|
- Add dependency for mono-devel on glib2-devel [#74161]
|
||||||
* Wed Mar 16 2005 - gekker@suse.de
|
* Wed Mar 16 2005 gekker@suse.de
|
||||||
- Add mono-sys-web.patch and mono-leak-fix.patch for mono team
|
- Add mono-sys-web.patch and mono-leak-fix.patch for mono team
|
||||||
* Fri Mar 11 2005 - gekker@suse.de
|
* Fri Mar 11 2005 gekker@suse.de
|
||||||
- Add mono-libgc-finalizer-fix.diff for the mono team
|
- Add mono-libgc-finalizer-fix.diff for the mono team
|
||||||
* Fri Mar 11 2005 - uli@suse.de
|
* Fri Mar 11 2005 uli@suse.de
|
||||||
- s390* workaround (build with -O1)
|
- s390* workaround (build with -O1)
|
||||||
- fixed a bunch of (harmless) warnings to appease autobuild
|
- fixed a bunch of (harmless) warnings to appease autobuild
|
||||||
* Thu Mar 10 2005 - gekker@suse.de
|
* Thu Mar 10 2005 gekker@suse.de
|
||||||
- add mono-sqlite2-config.patch (71844).
|
- add mono-sqlite2-config.patch (71844).
|
||||||
* Tue Mar 08 2005 - gekker@suse.de
|
* Tue Mar 08 2005 gekker@suse.de
|
||||||
- add mono-mini-threadfix.diff, to fix random crashes in mcs
|
- add mono-mini-threadfix.diff, to fix random crashes in mcs
|
||||||
* Tue Mar 01 2005 - gekker@suse.de
|
* Tue Mar 01 2005 gekker@suse.de
|
||||||
- remove sqlite2-devel crack from requires for mono-data-sqlite
|
- remove sqlite2-devel crack from requires for mono-data-sqlite
|
||||||
* Mon Feb 21 2005 - clahey@suse.de
|
* Mon Feb 21 2005 clahey@suse.de
|
||||||
- Update to 1.1.4.
|
- Update to 1.1.4.
|
||||||
* Sun Feb 20 2005 - ro@suse.de
|
* Sun Feb 20 2005 ro@suse.de
|
||||||
- expand configure macro (not always correct for old distributions)
|
- expand configure macro (not always correct for old distributions)
|
||||||
- more hacks to java path
|
- more hacks to java path
|
||||||
* Sun Feb 20 2005 - ro@suse.de
|
* Sun Feb 20 2005 ro@suse.de
|
||||||
- changed java path
|
- changed java path
|
||||||
* Sat Feb 19 2005 - ro@suse.de
|
* Sat Feb 19 2005 ro@suse.de
|
||||||
- fix build for older distributions (without jni)
|
- fix build for older distributions (without jni)
|
||||||
* Thu Feb 17 2005 - gekker@suse.de
|
* Thu Feb 17 2005 gekker@suse.de
|
||||||
- Add requires to mono-data-sqlite for sqlite2 and sqlite2-devel
|
- Add requires to mono-data-sqlite for sqlite2 and sqlite2-devel
|
||||||
* Tue Feb 15 2005 - gekker@suse.de
|
* Tue Feb 15 2005 gekker@suse.de
|
||||||
- add -z execstack to LDFLAGS (50536)
|
- add -z execstack to LDFLAGS (50536)
|
||||||
* Mon Feb 07 2005 - ro@suse.de
|
* Mon Feb 07 2005 ro@suse.de
|
||||||
- fix mono with exec stack protection
|
- fix mono with exec stack protection
|
||||||
* Wed Feb 02 2005 - ro@suse.de
|
* Wed Feb 02 2005 ro@suse.de
|
||||||
- fix mono-provides
|
- fix mono-provides
|
||||||
* Mon Jan 31 2005 - gekker@suse.de
|
* Mon Jan 31 2005 gekker@suse.de
|
||||||
- fix a directory ownership problem
|
- fix a directory ownership problem
|
||||||
* Mon Jan 31 2005 - ro@suse.de
|
* Mon Jan 31 2005 ro@suse.de
|
||||||
- fix build on lib64 (again ...)
|
- fix build on lib64 (again ...)
|
||||||
* Mon Jan 31 2005 - ro@suse.de
|
* Mon Jan 31 2005 ro@suse.de
|
||||||
- fix setup line in spec file
|
- fix setup line in spec file
|
||||||
* Mon Jan 31 2005 - clahey@suse.de
|
* Mon Jan 31 2005 clahey@suse.de
|
||||||
- Split into separate packages.
|
- Split into separate packages.
|
||||||
* Thu Jan 13 2005 - ro@suse.de
|
* Thu Jan 13 2005 ro@suse.de
|
||||||
- update to 1.1.3
|
- update to 1.1.3
|
||||||
* Mon Nov 29 2004 - ro@suse.de
|
* Mon Nov 29 2004 ro@suse.de
|
||||||
- THREAD_LOCAL_ALLOC is not possible on ppc, don't force it
|
- THREAD_LOCAL_ALLOC is not possible on ppc, don't force it
|
||||||
- extended 64bit-warning patch some more
|
- extended 64bit-warning patch some more
|
||||||
- configure "with-jit=yes" as in sles9
|
- configure "with-jit=yes" as in sles9
|
||||||
* Fri Nov 12 2004 - ro@suse.de
|
* Fri Nov 12 2004 ro@suse.de
|
||||||
- update to 1.1.2 devel branch
|
- update to 1.1.2 devel branch
|
||||||
- added hacks to use libexecdir (always /usr/lib/mono)
|
- added hacks to use libexecdir (always /usr/lib/mono)
|
||||||
(but mcs still doesn't use it)
|
(but mcs still doesn't use it)
|
||||||
* Thu Sep 16 2004 - ro@suse.de
|
* Thu Sep 16 2004 ro@suse.de
|
||||||
- updated to 1.0.1 bugfix release
|
- updated to 1.0.1 bugfix release
|
||||||
* Fri Jul 02 2004 - ro@suse.de
|
* Fri Jul 02 2004 ro@suse.de
|
||||||
- updated 64bit-warning patch (from clahey)
|
- updated 64bit-warning patch (from clahey)
|
||||||
* Fri Jul 02 2004 - ro@suse.de
|
* Fri Jul 02 2004 ro@suse.de
|
||||||
- update to 1.0 version
|
- update to 1.0 version
|
||||||
* Tue Jun 29 2004 - mls@suse.de
|
* Tue Jun 29 2004 mls@suse.de
|
||||||
- use find-requires and find-provides from rpm
|
- use find-requires and find-provides from rpm
|
||||||
* Mon Jun 21 2004 - clahey@suse.de
|
* Mon Jun 21 2004 clahey@suse.de
|
||||||
- Updated to 0.96.
|
- Updated to 0.96.
|
||||||
- Added find-requires.mono and find-provides.mono.
|
- Added find-requires.mono and find-provides.mono.
|
||||||
* Thu Jun 10 2004 - clahey@suse.de
|
* Thu Jun 10 2004 clahey@suse.de
|
||||||
- Don't include wine stuff.
|
- Don't include wine stuff.
|
||||||
* Wed May 26 2004 - clahey@suse.de
|
* Wed May 26 2004 clahey@suse.de
|
||||||
- Require icu and libiuc26.
|
- Require icu and libiuc26.
|
||||||
* Tue May 25 2004 - clahey@suse.de
|
* Tue May 25 2004 clahey@suse.de
|
||||||
- make clean before make to remove incorrectly disted file.
|
- make clean before make to remove incorrectly disted file.
|
||||||
- As long as we're conflicting with pnet-compiler, we shouldn't
|
- As long as we're conflicting with pnet-compiler, we shouldn't
|
||||||
move ilasm to milasm as that messes things up for mono and isn't
|
move ilasm to milasm as that messes things up for mono and isn't
|
||||||
necessary.
|
necessary.
|
||||||
* Tue May 25 2004 - adrian@suse.de
|
* Tue May 25 2004 adrian@suse.de
|
||||||
- fix permissions of -devel package
|
- fix permissions of -devel package
|
||||||
(Requires base mono package and conflicts with pnet-compiler)
|
(Requires base mono package and conflicts with pnet-compiler)
|
||||||
* Mon May 24 2004 - clahey@suse.de
|
* Mon May 24 2004 clahey@suse.de
|
||||||
- Don't try to include wine files on non x86 platforms.
|
- Don't try to include wine files on non x86 platforms.
|
||||||
* Fri May 21 2004 - clahey@suse.de
|
* Fri May 21 2004 clahey@suse.de
|
||||||
- Updated to 0.91.
|
- Updated to 0.91.
|
||||||
* Tue Apr 20 2004 - uli@suse.de
|
* Tue Apr 20 2004 uli@suse.de
|
||||||
- ditch JIT runtime on PPC as it does not work properly yet
|
- ditch JIT runtime on PPC as it does not work properly yet
|
||||||
- add winelib on x86 to allow use of Win32 APIs as provided by WINE
|
- add winelib on x86 to allow use of Win32 APIs as provided by WINE
|
||||||
- require libgdiplus
|
- require libgdiplus
|
||||||
* Mon Apr 19 2004 - uli@suse.de
|
* Mon Apr 19 2004 uli@suse.de
|
||||||
- update -> 0.31 as reqd by gp
|
- update -> 0.31 as reqd by gp
|
||||||
* Wed Feb 18 2004 - uli@suse.de
|
* Wed Feb 18 2004 uli@suse.de
|
||||||
- update -> 0.30.1 as reqd by gp
|
- update -> 0.30.1 as reqd by gp
|
||||||
* Mon Feb 09 2004 - uli@suse.de
|
* Mon Feb 09 2004 uli@suse.de
|
||||||
- fixed to build on s390
|
- fixed to build on s390
|
||||||
* Thu Feb 05 2004 - uli@suse.de
|
* Thu Feb 05 2004 uli@suse.de
|
||||||
- update -> 0.30 (proper fix for Write/WriteLine problem,
|
- update -> 0.30 (proper fix for Write/WriteLine problem,
|
||||||
obsoletes several patches)
|
obsoletes several patches)
|
||||||
- build libgc/finalize.c with -fno-strict-aliasing
|
- build libgc/finalize.c with -fno-strict-aliasing
|
||||||
* Wed Feb 04 2004 - uli@suse.de
|
* Wed Feb 04 2004 uli@suse.de
|
||||||
- renamed ilasm to milasm to avoid conflict with Portable.NET
|
- renamed ilasm to milasm to avoid conflict with Portable.NET
|
||||||
* Fri Jan 30 2004 - uli@suse.de
|
* Fri Jan 30 2004 uli@suse.de
|
||||||
- removed incompatible System.Console.Write/WriteLine methods to
|
- removed incompatible System.Console.Write/WriteLine methods to
|
||||||
make mcs-compiled binaries work with Portable.NET and MS.NET
|
make mcs-compiled binaries work with Portable.NET and MS.NET
|
||||||
* Wed Jan 28 2004 - uli@suse.de
|
* Wed Jan 28 2004 uli@suse.de
|
||||||
- disable exception tables, do not work with glibc 2.3 yet
|
- disable exception tables, do not work with glibc 2.3 yet
|
||||||
- build class libs and tools from source (not on PPC, fails with
|
- build class libs and tools from source (not on PPC, fails with
|
||||||
null pointer exception)
|
null pointer exception)
|
||||||
- compat link for archs without JIT
|
- compat link for archs without JIT
|
||||||
* Mon Jan 26 2004 - uli@suse.de
|
* Mon Jan 26 2004 uli@suse.de
|
||||||
- initial package
|
- initial package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user