Changelog for
ocaml-lablgtk2-2.18.5-60.1.x86_64.rpm :
Fri May 18 14:00:00 2018 bjorn.lieAATTgmail.com
- Drop optional libgnomeui-devel BuildRequires.
Tue Jul 25 14:00:00 2017 oheringAATTsuse.de
- Use Group: Development/Languages/OCaml
Mon Jul 17 14:00:00 2017 oheringAATTsuse.de
- update to 2.18.5
See included CHANGES for details
Mon Jul 17 14:00:00 2017 oheringAATTsuse.de
- Wrap specfile conditionals to fix quilt setup
Mon Jul 17 14:00:00 2017 oheringAATTsuse.de
- Remove autodeps for pre openSUSE 12.1 releases
Wed May 31 14:00:00 2017 zaitorAATTopensuse.org
- Change conditional to only apply gtksourceview18-devel
BuildRequires for SLE 11 and openSUSE 11.4 and older versions of
openSUSE.
Tue Nov 10 13:00:00 2015 oheringAATTsuse.de
- Add hardcoded Provides for pre 12.1 repos
Tue Jun 23 14:00:00 2015 oheringAATTsuse.de
- update to 2.18.3
Thu Oct 23 14:00:00 2014 oheringAATTsuse.de
- BuildRequire ocaml-rpm-macros
Sat Sep 27 14:00:00 2014 peter.trommlerAATTohm-hochschule.de
- update to 2.18.2
* Revert old commit which broke notify signals
* Quote $(FLINSTALLDIR) in Makefile (cf PR#1342)
* Update applications/browser for 4.02
* Make Float_val an alias for Double_val, since it was used
wrongly anyway (Felix Ruess)
* Make GObj.misc_ops#add_accelerator polymorphic in the widget of
the signal (Erkki Seppala)
* Use properties in GtkAdjustment, rather than direct accessors
* fix GtkTree.IconView.get_path_at_pos (Thomas Leonard)
* add gtksourceview2 to windows binaries
* prepare release
* update applications for 4.01
* various fixes in windows port
* add some GTK enumerations and update stock icon list
* add properties GtkTreeView.enable_{tree,grid}_lines
* add properties GtkEntry.{primary,secondary}_icon_{stock,name,pixbuf},
see examples/entry2.ml for usage
* add tags in GtkMovementStep
* fix compatibility with ocaml 4.01 (?lab for non-optional arguments)
* add handling of new modifiers
* detect findlib during configuration
* support DESTDIR with findlib-install
* indicate that only old-install supports DESTDIR
* have old-install copy the META file too
* cleanup the two phases of findlib-install
* update Windows port, compiles fine on mingw with
./configure --disable-gtktest
* lablgtk2 script does not load extra libraries by default
(use flag -all to load all extensions)
* generate correct lablgtk2 script for findlib.
* add old-uninstall target.
* support threaded toplevel with Quartz backend, using gtkThTop.ml
(runs the toplevel loop in another thread)
* remove GtkThInit from META (not portable)
* avoid busy waiting by using g_main_context_set_poll_func to
make polling non-blocking.
busy waiting is still needed for VM threads, and can be activated
by setting the environment variable LABLGTK_BUSY_WAIT.
* update applications/browser for OCaml 4.00
* update applications/camlirc to use GText instead of GBroken.text
* improvements to GtkSourceView2.
* add cast and assignation functions to GText.nocopy_iter.
* add Gtk 2.10 missing key modifiers.
* can still install using old-install.
* add a high-level API to create keyboard shortcuts.
* add several #as_foo methods: entry, notebook, range
* new signals for notebook: select_page, reorder_tab,
change_current_page, move_focus_out, page_{added,removed,reordered}
* add gtk_container_child_{set,get}_property
* add gtk_notebook_{set,get}_tab_reorderable
* add gtk_signal_new which can be used to create custom keyboard shortcuts
* add g_signal_list and g_signal_query
* add functions to connect to notify::foo signals which indicate when an
object property changes
* add foo#connect#notify_bar methods to add callbacks on changes of
the \"bar\" property of the object \"foo\".
* use findlib to install (see README for the list of installed packages)
* merge GtkSourceView2 additions by Pierre-Marie Pedrot
* add Make_Val_option to wrappers.h
* add gtk_accelerator_name/get_label (for Pierre Boutillier)
* add gtk_accel_map_foreach/change_entry (ibid)
* add gdk_window_clear_area (for DDR)
* make gtk_tree_view_get_visible_range version dependent (Thomas Ripoche)
Mon Jun 3 14:00:00 2013 oheringAATTsuse.de
- Recompress with xz
Wed Jan 16 13:00:00 2013 oheringAATTsuse.de
- disable also /usr/lib/rpm/find-debuginfo.sh
Mon Jan 14 13:00:00 2013 oheringAATTsuse.de
- disable strip, it destroys bytecode binaries
Wed Jan 2 13:00:00 2013 oheringAATTsuse.de
- update specfile to handle disabled do_opt variable
Mon Nov 12 13:00:00 2012 oheringAATTsuse.de
- BR gtksourceview2-devel in 12.1 and later
Mon Nov 12 13:00:00 2012 oheringAATTsuse.de
- remove gtksourceview-devel from BuilrRequires, configure does
not check for version 3
- require gtksourceview18-devel in devel subpackage
Sat Nov 10 13:00:00 2012 peter.trommlerAATTohm-hochschule.de
- BR gtksourceview2-devel to provide lablgtksourceview2
Mon Sep 17 14:00:00 2012 oheringAATTsuse.de
- rename package lablgtk2 to ocaml-lablgtk2
Fri Jun 17 14:00:00 2011 ampsaltisAATTgmail.com
- Use ocaml-camlp4-devel instead of camlp4 in BuildRequires
Wed May 25 14:00:00 2011 idonmezAATTnovell.com
- Ignore GtkSourceView_types and GtkSourceView2_types symbols
Mon May 2 14:00:00 2011 jslabyAATTsuse.de
- install also .so dlls
- require some gtk libs in the devel package to be able to
build against the libs
Wed Nov 10 13:00:00 2010 mhopfAATTnovell.com
- Add additional build dependencies (bnc #413806)
Thu Oct 7 14:00:00 2010 ajAATTsuse.de
- Update to 2.14.2:
* Fix incompatibility with ocaml 3.12.
* Fixes for newer gtk/glib versions.
- Rename rpmlintrc to make name unique.
Tue Dec 8 13:00:00 2009 mhopfAATTnovell.com
- Configure with --with-gnomecanvas (bnc #560703)