Search
j0ke.net Open Build Service
>
Projects
>
devel
>
ocaml
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 13
[-]
[+]
Added
ocaml.changes
@@ -0,0 +1,252 @@ +------------------------------------------------------------------- +Fri Dec 11 11:15:55 CET 2009 - anicka@suse.cz + +- update to 1.11.1 + * bug fixes + * Improved wording of various error messages + * Support for 64-bit mode in Solaris/x86 (PR#4670). + +------------------------------------------------------------------- +Tue Jun 9 16:14:04 CEST 2009 - coolo@novell.com + +- filter out fomit-frame-pointer from rpm_opt_flags to fix build + +------------------------------------------------------------------- +Tue Feb 17 16:15:23 CET 2009 - anicka@suse.cz + +- update to 1.11.0 + * major relase with many changes, language enhancements and bugfixes + * backward incompatible changes: + * Revised -output-obj: the output name + must now be provided; its extension must be one of .o/.obj, + .so/.dll, or .c for the bytecode compiler. The compilers can + now produce a shared library (with all the needed -ccopts/-ccobjs + options) directly. + * programs linked with camlp4lib.cma now also need dynlink.cma +- remove type_punning and tk8.5 patches (not needed anymore) +- drop ppc64 patch +- use %fdupes macro to reduce size of the package + +------------------------------------------------------------------- +Thu Jul 24 17:51:37 CEST 2008 - anicka@suse.cz + +- fix loading caml-mode in emacs (bnc#411232) + +------------------------------------------------------------------- +Thu Jul 10 10:20:11 CEST 2008 - olh@suse.de + +- build also on ppc64 (fate#304103) + +------------------------------------------------------------------- +Wed Apr 9 15:35:20 CEST 2008 - anicka@suse.cz + +- update to 3.10.2 + * PR#1217 (partial) Typo in ocamldep man page + * PR#3952 (partial) ocamlopt: allocation problems on ARM + * PR#4339 (continued) ocamlopt: problems on HPPA + * PR#4455 str.mli not installed under Windows + * PR#4473 crash when accessing float array with polymorphic method + * PR#4480 runtime would not compile without gcc extensions + * PR#4481 wrong typing of exceptions with object arguments + * PR#4490 typo in error message + * Random crash on 32-bit when major_heap_increment >= 2^22 + * Big performance bug in Weak hashtables + * Small bugs in the make-package-macosx script + * Bug in typing of polymorphic variants (reported on caml-list) + +------------------------------------------------------------------- +Mon Apr 7 11:54:06 CEST 2008 - anicka@suse.cz + +- fix build for tk 8.5 + +------------------------------------------------------------------- +Mon Mar 10 14:41:05 CET 2008 - anicka@suse.cz + +- update to 3.10.1 + - made configure script work on PlayStation 3 + - ARM port: brought up-to-date for Debian 4.0 (Etch) + - many other small changes and bugfixes in camlp4, ocamlbuild, labltk, + emacs files, + - Added virtual instance variables in classes "val virtual v : t" + * Changed the behaviour of instance variable overriding; the new + definition replaces the old one, rather than creating a new + variable. + - ocamlbuild: compilation manager for OCaml applications and libraries. + See draft documentation at http://gallium.inria.fr/~pouillar/ + * Camlp4: heavily revised implementation, new API. + - Faster type-checking of functor applications. + - Referencing an interface compiled with -rectypes from a module + not compiled with -rectypes is now an error. + - Revised the "fragile matching" warning. + - Print a stack backtrace on an uncaught exception. + (Compile and link with ocamlopt -g; execute with OCAMLRUNPARAM=b.) + Supported on Intel/AMD in 32 and 64 bits, PPC in 32 and 64 bits. + - Stack overflow detection on MS Windows 32 bits (courtesy O. Andrieu). + - Stack overflow detection on MacOS X PPC and Intel. + - Intel/AMD 64 bits: generate position-independent code by default. + - Fixed bug involving -for-pack and missing .cmx files (PR#4124). + - Fixed bug causing duplication of literals (PR#4152). + - C/Caml interface functions take "char const *" arguments + instead of "char *" when appropriate. + - Faster string comparisons (fast case if strings are ==). + +------------------------------------------------------------------- +Wed Nov 28 18:25:00 CET 2007 - ro@suse.de + +- added -O0 to optflags for now on x86 (#343760) + +------------------------------------------------------------------- +Sun Nov 4 14:37:03 CET 2007 - ro@suse.de + +- updated rpmlintrc + +------------------------------------------------------------------- +Fri Jun 15 11:30:26 CEST 2007 - ro@suse.de + +- clean up specfile a bit (thanks to dirk stoecker) + +------------------------------------------------------------------- +Wed May 16 16:17:21 CEST 2007 - ro@suse.de + +- split up package similar to f-e +- update to 3.09.3 + * featurelist + - ocamldoc: name resolution in cross-referencing {!name}: if name is not + found, then it is searched in the parent module/class, and in the parent + of the parent, and so on until it is found. + - ocamldoc: new option -short-functors to use a short form to display + functors in html generator PR#4017 + - ocamlprof: added "-version" option + - ported to MacOS X on Intel PR#3985 + - configure: added support for GNU Hurd PR#3991 + - otherlibs/labltk: browser uses menu bars instead of menu buttons + - Introduction of private row types, for abstracting the row in object + and variant types. + - configure: find X11 config in some 64-bit Linux distribs + - ocamldoc: (**/**) can be canceled with another (**/**) PR#3665 + - graphics: added resize_window + - graphics: check for invalid arguments to drawing primitives PR#3595 + - ocamlbrowser: use windows subsystem on mingw + * disruptive changes + * Revised implementation of the -pack option (packing of several compilation + units into one). The .cmx files that are to be packed with + "ocamlopt -pack -o P.cmx" must be compiled with "ocamlopt -for-pack P". + In exchange for this additional constraint, ocamlopt -pack is now + available on all platforms (no need for binutils). + * Fixed wrong evaluation order for arguments to certain inlined functions. + +------------------------------------------------------------------- +Thu Mar 29 12:19:25 CEST 2007 - rguenther@suse.de + +- add emacs site-lisp directories + +------------------------------------------------------------------- +Fri Mar 23 15:08:43 CET 2007 - rguenther@suse.de + +- add gdbm-devel and ncurses-devel BuildRequires + +------------------------------------------------------------------- +Thu Aug 17 17:37:00 CEST 2006 - cthiel@suse.de + +- fix build with X.Org 7.1 + +------------------------------------------------------------------- +Wed Jan 25 21:38:54 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Thu May 12 02:45:17 CEST 2005 - ro@suse.de + +- update to 3.08.3 +- reduce register pressure in bng_ia32.c (thanks to matz) + +------------------------------------------------------------------- +Tue Sep 14 13:17:32 CEST 2004 - jj@suse.de + +- version update (done by pthomas) + +------------------------------------------------------------------- +Wed Apr 28 02:00:57 CEST 2004 - ro@suse.de + +- added -fno-strict-aliasing also to native build + +------------------------------------------------------------------- +Mon Apr 19 09:47:24 CEST 2004 - mmj@suse.de + +- declare void functions as such + +------------------------------------------------------------------- +Sat Jan 10 14:37:55 CET 2004 - adrian@suse.de + +- use x-devel-packages + +------------------------------------------------------------------- +Sat Jun 21 03:09:20 CEST 2003 - mmj@suse.de + +- Own all dirs + +------------------------------------------------------------------- +Wed May 21 15:06:44 CEST 2003 - coolo@suse.de + +- fix man page installation + +------------------------------------------------------------------- +Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de + +- fix install_info --delete call and move from preun to postun + +-------------------------------------------------------------------