Accepting request 1158783 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1158783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2024-03-18 15:43:27 +00:00 committed by Git OBS Bridge
commit 72e1ca1c10
6 changed files with 46 additions and 29 deletions

View File

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

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCY5S4xwAKCRBf7gXmpW4V
o1lKAKCfYC1ukpsYV/iAJnoB8Ae7SNo5SACePWXFf6yLkyfvb4ndvA5P2WVUTRs=
=CFuY
-----END PGP SIGNATURE-----

3
exempi-2.6.5.tar.xz Normal file
View File

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

6
exempi-2.6.5.tar.xz.asc Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCZYhyawAKCRBf7gXmpW4V
o02IAKCXE+8Wj2BYhEwrxMNFBXggPXeylACgnjuX02C13PpgkKGdMrkDeWoBYoc=
=pDrd
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Mar 17 12:29:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.6.5:
* Update XMPCore to Adobe XMP SDK v2023.12
- Bug fixes
- C++17 compliance changes
- Changes to remove deprecated APIs
- Removing unimplemented APIs in XMPUtils header
* Fix a potential nullptr dereference.
* Update XMPCore to Adobe XMP SDK v2023.07
- Security Fixes.
- Fix Exif Date missing seconds values.
https://github.com/adobe/XMP-Toolkit-SDK/issues/50
* Fix some portability build issues with dlopen on BSD:
* Added missing file type constants from the XMP_SDK.
-------------------------------------------------------------------
Tue Feb 21 10:10:08 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package exempi
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,14 +18,14 @@
%define sonum 8
Name: exempi
Version: 2.6.3
Version: 2.6.5
Release: 0
Summary: XMP support library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://libopenraw.freedesktop.org/exempi/
Source0: https://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
Source1: https://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc
Source0: https://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.xz
Source1: https://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: gcc-c++