Changelog for
ocaml-lablgtk2-2.18.13-dlo.120500.92.4.x86_64.rpm :
* Sun Jan 01 2023 oheringAATTsuse.de- Update to version 2.18.13 prepare for ocaml-5.0
* Mon Apr 04 2022 oheringAATTsuse.de- Update to version 2.18.12 prepare for ocaml-5.0
* Sat Dec 18 2021 oheringAATTsuse.de- Require gtk2 and rsvg in the devel pacakge The built-in build.ml contains the output of pkgconfig --libs
* Fri Apr 09 2021 oheringAATTsuse.de- Update to version 2.18.11 Remove obsolete ocaml-lablgtk2.ml_table_extension_events.patch- add build conditionals for gl,glade,gnomecanvas,gtksourceview2, gtkspell and rsvg, enable only the latter be default- Remove ocaml_native_compiler conditional build native target unconditionally
* Wed Jun 17 2020 oheringAATTsuse.de- Fix gcc10 build with ocaml-lablgtk2.ml_table_extension_events.patch
* Thu May 14 2020 oheringAATTsuse.de- The filename for rpm
*.attr files and the tag used within these files must match. Otherwise rpm will not execute the helper scripts. Use helper \'suseocaml\' in addition to \'ocaml\' to avoid filename conflicts with rpm-build.rpm (bsc#1154874)
* Thu Feb 20 2020 oheringAATTsuse.de- Require current ocaml-rpm-macros- Remove bogus Requires/Provides override
* Thu Jan 30 2020 oheringAATTsuse.de- Update to version 2.18.10. prepare for ocaml-4.10
* Fri Nov 01 2019 oheringAATTsuse.de- Require current rpm macros- Use _service file
* Wed Oct 30 2019 aaronpuchertAATTalice-dsl.net- Update to version 2.18.6.
* finish transition for applications subdirectory.
* prepare for 4.06: -safe-string transition and warnings.- Update to version 2.18.7.
* Support property \"expand\" of GtkTreeViewColumn.
* ensure we compile on ocaml 4.05.
* put examples explicitly in the public domain.
* In GToolbox, add support for declaring dialogs transient for a parent.
* Add some properties to GText.tag
* Add require for threads in META- Update to version 2.18.8.
* remove -warn-error to allow compilation on future versions of ocaml
* mark Gdk.PointArray.t and Gdk.SegmentArray.t as [AATTAATT boxed]- Change License to LGPL-2.1-only, as indicated by file headers.- Remove non-free applications subdirectory.
* Fri May 18 2018 bjorn.lieAATTgmail.com- Drop optional libgnomeui-devel BuildRequires.
* Tue Jul 25 2017 oheringAATTsuse.de- Use Group: Development/Languages/OCaml
* Mon Jul 17 2017 oheringAATTsuse.de- update to 2.18.5 See included CHANGES for details
* Mon Jul 17 2017 oheringAATTsuse.de- Wrap specfile conditionals to fix quilt setup
* Mon Jul 17 2017 oheringAATTsuse.de- Remove autodeps for pre openSUSE 12.1 releases
* Wed May 31 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 2015 oheringAATTsuse.de- Add hardcoded Provides for pre 12.1 repos
* Tue Jun 23 2015 oheringAATTsuse.de- update to 2.18.3
* Thu Oct 23 2014 oheringAATTsuse.de- BuildRequire ocaml-rpm-macros
* Sat Sep 27 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 03 2013 oheringAATTsuse.de- Recompress with xz
* Wed Jan 16 2013 oheringAATTsuse.de- disable also /usr/lib/rpm/find-debuginfo.sh
* Mon Jan 14 2013 oheringAATTsuse.de- disable strip, it destroys bytecode binaries
* Wed Jan 02 2013 oheringAATTsuse.de- update specfile to handle disabled do_opt variable
* Mon Nov 12 2012 oheringAATTsuse.de- BR gtksourceview2-devel in 12.1 and later
* Mon Nov 12 2012 oheringAATTsuse.de- remove gtksourceview-devel from BuilrRequires, configure does not check for version 3- require gtksourceview18-devel in devel subpackage
* Sat Nov 10 2012 peter.trommlerAATTohm-hochschule.de- BR gtksourceview2-devel to provide lablgtksourceview2
* Mon Sep 17 2012 oheringAATTsuse.de- rename package lablgtk2 to ocaml-lablgtk2
* Fri Jun 17 2011 ampsaltisAATTgmail.com- Use ocaml-camlp4-devel instead of camlp4 in BuildRequires
* Wed May 25 2011 idonmezAATTnovell.com- Ignore GtkSourceView_types and GtkSourceView2_types symbols
* Mon May 02 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 2010 mhopfAATTnovell.com- Add additional build dependencies (bnc #413806)
* Thu Oct 07 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 08 2009 mhopfAATTnovell.com- Configure with --with-gnomecanvas (bnc #560703)