Accepting request 713704 from home:StefanBruens:branches:Application:Geo

- Update to version 0.23:
  * Support for Gtk3 (backward support with Gtk2 will be maintained.
  * Support for Python 3 (backward support with Python2 will be maintained);
  * Support for ZBar Gtk GObject Introspection (GIR). That allows using ZBar
    Gtk3 widgets on any language that it is compatible with GIR, including
    python 2 and python 3.
- Switch from ImageMagick to GraphicsMagick, the latter has significantly
  less build dependencies. As it is only used by the zbarimg tool to
  load images, this does not affect users of the zbar library.
- Update URL tag to point to the current upstream location

OBS-URL: https://build.opensuse.org/request/show/713704
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=40
This commit is contained in:
2019-07-06 11:15:46 +00:00
committed by Git OBS Bridge
parent f1c64ba338
commit 58e1fa04b4
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jul 6 10:07:41 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 0.23:
* Support for Gtk3 (backward support with Gtk2 will be maintained.
* Support for Python 3 (backward support with Python2 will be maintained);
* Support for ZBar Gtk GObject Introspection (GIR). That allows using ZBar
Gtk3 widgets on any language that it is compatible with GIR, including
python 2 and python 3.
- Switch from ImageMagick to GraphicsMagick, the latter has significantly
less build dependencies. As it is only used by the zbarimg tool to
load images, this does not affect users of the zbar library.
- Update URL tag to point to the current upstream location
-------------------------------------------------------------------
Thu Mar 28 16:23:42 UTC 2019 - Martin Pluskal <mpluskal@suse.com>