Package Release Info

libyui-bindings-4.0.0-bp153.1.4

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-yui
python3-yui
ruby-yui

Change Logs

* Mon Feb 15 2021 Stefan Hundhammer <shundhammer@suse.com>
- Adapted to new libyui cmake build environment (bsc#1181653)
- Renamed Makefile.cvs to Makefile.repo
- 4.0.0
* Wed Nov 25 2020 Stefan Hundhammer <shundhammer@suse.com>
- Fixed OBS-only changes by kkaempf vs. Git master conflicts
- Removed kkaempf's libyui-bindings-2.0.2.patch
  (now included in mvidner's latest commits for 2.1.0)
- 2.1.1
* Tue Nov 17 2020 Stefan Hundhammer <shundhammer@suse.com>
- Added new widgets: YMenuBar, YItemSelector (bsc#1175115)
- 2.1.0
* Wed Sep 30 2020 Klaus Kämpf <kkaempf@suse.com>
- fix Factory build, add libyui-bindings-2.0.2.patch
- move to python3-only build
* Wed May 27 2020 Josef Reidinger <jreidinger@suse.com>
- Fix ruby bindings when build as non-gem (bsc#1172158)
- 2.0.2
* Tue May 26 2020 dmulder@suse.com
- Modify spec file to build python3 package
- 2.0.1
* Fri Apr 14 2017 besser82@fedoraproject.org
- Add option to enable MGA-Extensions
- Patches from MGA (anaselli) to support external plugins
- 2.0.0
* Fri Apr 14 2017 besser82@fedoraproject.org
- Python3: YItem and YWidget pointers comparison does not work any more
  (gh#libyui/libyui-bindings#26, A. Naselli)
- Python: Python binding missing constant values
  (gh#libyui/libyui-bindings#25, A. Naselli)
- Python: Added an example to show how to fill a YTable using YItemCollection
  (gh#libyui/libyui-bindings#24, A. Naselli)
- CMake: Fix handling of PerlLibs (boo#1113271)
- 1.1.2
Version: 1.1.1-bp150.2.4
* Tue Jan 19 2016 mvidner@suse.com
- CSharp: fix a System.EntryPointNotFoundException
  (gh#libyui/libyui-bindings#18, M. Pasotti)
- Perl, Python, Ruby: Fixed item identity comparison
  (gh#libyui/libyui-bindings#15, A. Naselli)
- 1.1.1
* Sun Jan 18 2015 besser82@fedoraproject.org
- Replace deprecated Config: with RbConfig: for Ruby 2.2
- Add bindings for Mono / CSharp thanks to Matteo Pasotti
  <matteo@mageia.org>
- Add CMake-switches to enable / disable languages thanks to
  Matteo Pasotti <matteo@mageia.org>
- Shapen-up Mono-bindings to work as expected
- 1.1.0
* Thu Jan 15 2015 mvidner@suse.com
- Fixed building with cmake 3.1 (-fPIC, PREFIX, boo#911875).
- 1.0.6
* Wed Sep 10 2014 mvidner@suse.com
- Enabled building (but not running) from a non /usr prefix,
  for ci.opensuse.org.
- 1.0.5
* Fri Jan 24 2014 anaselli@linux.it
- Added convertors and incrementers needed at least for Perl
  and python:
  YEvent: toYWidgetEvent toYKeyEvent toYMenuEvent toYCancelEvent
    toYDebugEvent toYTimeoutEvent
  YItem: toYTreeItem toYTableItem
  YItemIterator: toYItem incrYItemIterator
  YTableCellIterator: toYTableCell incrYTableCellIterator
- new Version 1.0.4
* Mon Dec 02 2013 anaselli@linux.it
- added new file checking for YExternalWidgets plugin management
- new Version 1.0.3
* Fri May 31 2013 bjoern.esser@gmail.com
- license update: LGPL-2.1 or LGPL-3
- get rid of `/usr/bin/env` in hashbang of examples
- new Version 1.0.2
* Mon Aug 13 2012 cfarrell@suse.com
- license update: GPL-2.0
  SPDX format (http://www.spdx.org/licenses) should be used for spec file
  license field
* Fri Aug 10 2012 kkaempf@suse.com
- Update to 1.0.0 for stand-alone libyui
* Tue Jun 12 2012 kkaempf@suse.com
- Build stand-alone (without YaST)
* Wed Dec 01 2010 coolo@novell.com
- switch to perl_requires macro
* Thu Aug 07 2008 kkaempf@suse.de
- use rpm macros for Perl and Python directories. Fixes building
  against Python 2.6.
* Fri May 23 2008 kkaempf@suse.de
- fix widget (pointer) comparison for Perl and Python.
* Tue May 20 2008 kkaempf@suse.de
- Fix requires for perl-yui (bnc#392558)
* Tue May 20 2008 kkaempf@suse.de
- follow naming conventions (bnc#392524). Its now ruby-yui,
  python-yui and perl-yui.
* Mon May 19 2008 kkaempf@suse.de
- Add examples for Perl and Python
* Fri May 16 2008 kkaempf@suse.de
- Also generate Python (libyui-python) and Perl (perl-libyui)
  bindings.
* Tue May 13 2008 kkaempf@suse.de
- Add copyright (gpl 2.0) (bnc#379919)
- Add Ruby examples.
* Mon Apr 14 2008 kkaempf@suse.de
- Extended, now sufficient for selection_box1.
* Fri Apr 11 2008 kkaempf@suse.de
- Initial version, just enough for 'Hello, world!'