4 Commits

Author SHA256 Message Date
d20e8f3c26 Accepting request 1290975 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1290975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgexiv2?expand=0&rev=49
2025-07-08 13:28:03 +00:00
408675691f - Update to version 0.14.6:
+ Fix get_tag_multiple for tags that have LangAlt and contain ","
  + Fix a memory leak when calling open_* multiple times on the
    same Metadata object

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/libgexiv2?expand=0&rev=91
2025-07-07 06:49:23 +00:00
1781edcfda Accepting request 1280009 from GNOME:Apps
- Update to version 0.14.5:
  + Add a .def file and tool to generate it
  + Do not return bool for std::string on windows
  + Change license of GExiv2.py to GPL-2.0-or-later (forwarded request 1279990 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1280009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgexiv2?expand=0&rev=48
2025-05-27 16:50:49 +00:00
d867009e11 - Update to version 0.14.5:
+ Add a .def file and tool to generate it
  + Do not return bool for std::string on windows
  + Change license of GExiv2.py to GPL-2.0-or-later

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/libgexiv2?expand=0&rev=89
2025-05-26 08:01:44 +00:00
4 changed files with 21 additions and 5 deletions

Binary file not shown.

3
gexiv2-0.14.6.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:606c28aaae7b1f3ef5c8eabe5e7dffd7c5a1c866d25b7671fb847fe287a72b8b
size 391436

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jul 6 18:50:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.14.6:
+ Fix get_tag_multiple for tags that have LangAlt and contain ","
+ Fix a memory leak when calling open_* multiple times on the
same Metadata object
-------------------------------------------------------------------
Sun May 25 10:54:48 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.14.5:
+ Add a .def file and tool to generate it
+ Do not return bool for std::string on windows
+ Change license of GExiv2.py to GPL-2.0-or-later
-------------------------------------------------------------------
Fri Jun 28 22:30:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libgexiv2
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define pythons python3
Name: libgexiv2
Version: 0.14.3
Version: 0.14.6
Release: 0
Summary: A GObject-based Exiv2 wrapper
License: GPL-2.0-or-later