From 8101c2052848434739e8548cd0ebc53db02949171d67270ab6b92f05137ee1cf Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 17 Mar 2024 16:26:18 +0000 Subject: [PATCH] Accepting request 1158746 from home:dirkmueller:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- exempi-2.6.3.tar.bz2 | 3 --- exempi-2.6.3.tar.bz2.asc | 6 ----- exempi-2.6.5.tar.xz | 3 +++ exempi-2.6.5.tar.xz.asc | 6 +++++ exempi.changes | 49 +++++++++++++++++++++++++++------------- exempi.spec | 8 +++---- 6 files changed, 46 insertions(+), 29 deletions(-) delete mode 100644 exempi-2.6.3.tar.bz2 delete mode 100644 exempi-2.6.3.tar.bz2.asc create mode 100644 exempi-2.6.5.tar.xz create mode 100644 exempi-2.6.5.tar.xz.asc diff --git a/exempi-2.6.3.tar.bz2 b/exempi-2.6.3.tar.bz2 deleted file mode 100644 index db7e233..0000000 --- a/exempi-2.6.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0749db18a9e78cf771737954a838cdcdb1d5415888bac1ba9caf8cba77c656c -size 3718451 diff --git a/exempi-2.6.3.tar.bz2.asc b/exempi-2.6.3.tar.bz2.asc deleted file mode 100644 index f5dfdb6..0000000 --- a/exempi-2.6.3.tar.bz2.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCY5S4xwAKCRBf7gXmpW4V -o1lKAKCfYC1ukpsYV/iAJnoB8Ae7SNo5SACePWXFf6yLkyfvb4ndvA5P2WVUTRs= -=CFuY ------END PGP SIGNATURE----- diff --git a/exempi-2.6.5.tar.xz b/exempi-2.6.5.tar.xz new file mode 100644 index 0000000..5148adc --- /dev/null +++ b/exempi-2.6.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff538114e82c51e5287064dfbec7d9790ac91479bf2390bcc6408fad4d77fb12 +size 2843132 diff --git a/exempi-2.6.5.tar.xz.asc b/exempi-2.6.5.tar.xz.asc new file mode 100644 index 0000000..77c3d94 --- /dev/null +++ b/exempi-2.6.5.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCZYhyawAKCRBf7gXmpW4V +o02IAKCXE+8Wj2BYhEwrxMNFBXggPXeylACgnjuX02C13PpgkKGdMrkDeWoBYoc= +=pDrd +-----END PGP SIGNATURE----- diff --git a/exempi.changes b/exempi.changes index 6474ea5..692cda6 100644 --- a/exempi.changes +++ b/exempi.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Mar 17 12:29:40 UTC 2024 - Dirk Müller + +- 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 @@ -61,24 +78,24 @@ Thu Jan 14 16:53:59 UTC 2021 - andy great * Support for iOS in XMPFiles * New DOM based API’s are added in XMP Core to access metadata tree hierarchy. (not exposed yet in Exempi) - * Added support XMP/metadata in utf-8 encoded uncompressed SVG + * Added support XMP/metadata in utf-8 encoded uncompressed SVG files in XMPFiles. * Added support of GIF handler in XMPFiles. - * Added support for reconciliation of iXML’s TRACK_LIST and its + * Added support for reconciliation of iXML’s TRACK_LIST and its components to get microphone data. * Added support for IFDs of type 13 in TIFF. * Added support for MPEG4 videos shot from Google Nexus 5 camera. - * Restructured the implementation of XDCAM Handler to support + * Restructured the implementation of XDCAM Handler to support File Access Mode (FAM) and Simple Access Mode (SAM) * Added built-in support for iXML namespace in XMPCore. - * Modified the alias tiff:ImageDescription for dc:description as + * Modified the alias tiff:ImageDescription for dc:description as language alternative array instead of simple property. * Lot of bug fixes in XMPFiles and XMPCore. - * Removed Exempi provided support for GIF in favour of Adobe's. + * Removed Exempi provided support for GIF in favour of Adobe's. Only GIF89a is supported. * New: API NS_XML constant - * Bug #5: Restrict the exported symbols. Only the symbols marked - with API_EXPORT are exported by the shared library as to not + * Bug #5: Restrict the exported symbols. Only the symbols marked + with API_EXPORT are exported by the shared library as to not allow another library to import the XMP SDK symbols. https://gitlab.freedesktop.org/libopenraw/exempi/issues/5 * Bug #105580: Access memory aligned on ARM. @@ -164,7 +181,7 @@ Sun Jun 30 15:22:26 UTC 2013 - zaitor@opensuse.org ------------------------------------------------------------------- Sun Feb 26 14:53:26 CET 2012 - dmueller@suse.de -- fix build under qemu +- fix build under qemu ------------------------------------------------------------------- Thu Feb 23 17:09:03 UTC 2012 - vuntz@opensuse.org @@ -209,13 +226,13 @@ Fri Sep 30 20:08:00 UTC 2011 - coolo@suse.com ------------------------------------------------------------------- Sun Apr 24 12:59:34 UTC 2011 - toddrme2178@gmail.com - + - Add 32bit compatibility libraries - + ------------------------------------------------------------------- Thu Dec 9 01:04:53 UTC 2010 - cristian.rodriguez@opensuse.org -- run make check +- run make check - Disable usage of "shave-libtool" that messes up post build checks provide --disable-silent-rules @@ -254,11 +271,11 @@ Tue Apr 28 12:58:10 CEST 2009 - vuntz@novell.com Fri Jan 9 22:23:55 CET 2009 - crrodriguez@suse.de - remove static libraries and "la" files -- correct -devel package deps +- correct -devel package deps ------------------------------------------------------------------- Wed Dec 24 13:31:11 EST 2008 - hfiguiere@suse.de - + - New upstream version 2.1.0 + Upgrade XMPCore to Adobe XMP 4.4.2 + New: NS_PDF namespace for PDF. @@ -299,12 +316,12 @@ Wed Aug 6 17:20:33 EDT 2008 - mauro@suse.de ------------------------------------------------------------------- Fri Aug 1 17:22:25 CEST 2008 - ro@suse.de -- fix requires for debuginfo package +- fix requires for debuginfo package ------------------------------------------------------------------- Wed Apr 2 13:11:50 CEST 2008 - vuntz@suse.de -- New upstream version 2.0.0: +- New upstream version 2.0.0: + Bug fdo#14614, Bug fdo#15263: endian detection in configure. + Bug fdo#14615: missing includes for Solaris. @@ -312,7 +329,7 @@ Wed Apr 2 13:11:50 CEST 2008 - vuntz@suse.de Fri Mar 14 10:21:22 EDT 2008 - hfiguiere@suse.de - New upstream version 1.99.9 - + Typo fix in API + + Typo fix in API + Buffer overflow fix in GIF handler (bgo #484105) ------------------------------------------------------------------- diff --git a/exempi.spec b/exempi.spec index 3d4323d..470528a 100644 --- a/exempi.spec +++ b/exempi.spec @@ -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++