Package Release Info

libgexiv2-0.14.3-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgexiv2-devel
python3-gexiv2
typelib-1_0-GExiv2-0_10

Change Logs

* Fri Jun 28 2024 bjorn.lie@gmail.com
- Update to version 0.14.3:
  + Prevent std::exception escaping from exiv2
  + Declare gexiv2_metadata_open_stream and _save_stream as
    deprecated
  + Documentation updates
  + Bugs fixed: https://gitlab.gnome.org/GNOME/gexiv2/issues/81
* Wed Oct 11 2023 bjorn.lie@gmail.com
- Package sub-package python3-gexiv2 as noarch.
* Wed Jul 26 2023 bjorn.lie@gmail.com
- Update to version 0.14.2:
  + Make compatible with exiv2 0.28 or later.
  + Fix double free if creation of meta-data fails.
  + Fix floating point compare in tests.
- Drop patches fixed upstream:
  + 06adc8fb70cb8c77c0cd364195d8251811106ef8.patch
  + fix-32bit-compat.patch
* Fri Jun 30 2023 dimstar@opensuse.org
- Drop baselibs.conf: the biarch module is not used anymore.
* Wed Jun 28 2023 bjorn.lie@gmail.com
- Add fix-32bit-compat.patch: Fix 32bit build compatibility. Taken
  from https://gitlab.gnome.org/GNOME/gexiv2/-/merge_requests/75
* Fri Jun 23 2023 bjorn.lie@gmail.com
- Add 06adc8fb70cb8c77c0cd364195d8251811106ef8.patch: Fix
  compatibility with exiv2 main branch.
* Sun May 07 2023 bjorn.lie@gmail.com
- Update to version 0.14.1:
  + Clean-up python support
  + Drop python2 support
  + Add option for building tests
  + Only run python tests when python is enabled
  + Fix get_gps_info() return data with unset altitude
  + Fix generate_xmp_packet() ignoring its parameters
  + Fix gexiv2-tool to call initialize()
- Use ldconfig_scriptlets macro.
* Wed Dec 01 2021 bjorn.lie@gmail.com
- Set pythons python3 define, only build for python 3, following
  this, drop conditional sub-package python-gexiv2 and
  bcond_without macros. Use plain py3-*devel BuildRequires instead
  of python modules.
* Mon Sep 20 2021 bjorn.lie@gmail.com
- Update to version 0.14.0:
  + Fix BMFF compile test.
- Changes from version 0.13.0:
  + Update gexiv2-dump tool
  + More additions to API and _try versions that support GErorr if
    exiv2 might throw
  + Some additions to gexiv2-tool
  + Changes in build configuration
* Tue Aug 17 2021 bjorn.lie@gmail.com
- Update to version 0.12.3:
  + Enable Exiv2's BMFF support if available
  + Catch WError on windows
  + Deprecate gexiv2_metadata_from_stream
  + Bugs fixed: glgo#GNOME/gexiv2#66