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!'