Accepting request 1158746 from home:dirkmueller:Factory
- 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. * Added support XMP/metadata in utf-8 encoded uncompressed SVG * Added support for reconciliation of iXML’s TRACK_LIST and its * Restructured the implementation of XDCAM Handler to support * Modified the alias tiff:ImageDescription for dc:description as * Removed Exempi provided support for GIF in favour of Adobe's. * Bug #5: Restrict the exported symbols. Only the symbols marked with API_EXPORT are exported by the shared library as to not - fix build under qemu - run make check - correct -devel package deps - fix requires for debuginfo package - New upstream version 2.0.0: + Typo fix in API OBS-URL: https://build.opensuse.org/request/show/1158746 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=38
This commit is contained in:
parent
26585356c8
commit
8101c20528
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0749db18a9e78cf771737954a838cdcdb1d5415888bac1ba9caf8cba77c656c
|
||||
size 3718451
|
@ -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
3
exempi-2.6.5.tar.xz
Normal 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
6
exempi-2.6.5.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCZYhyawAKCRBf7gXmpW4V
|
||||
o02IAKCXE+8Wj2BYhEwrxMNFBXggPXeylACgnjuX02C13PpgkKGdMrkDeWoBYoc=
|
||||
=pDrd
|
||||
-----END PGP SIGNATURE-----
|
@ -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>
|
||||
|
||||
|
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user