From 4e1d2011dc9949880d215608e0ac5c9de6f42e17793492402c68a247108216f9 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 10 May 2022 08:41:13 +0000 Subject: [PATCH] Accepting request 975878 from home:cgiboudeaux:branches:multimedia:libs - Update to 2.6.1: * Update XMPCore to Adobe XMP SDK v2021.10 * Some fixes previously done in Exempi are now upstream - Install the NEWS file instead of the obsolete ChangeLog one OBS-URL: https://build.opensuse.org/request/show/975878 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=32 --- exempi-2.5.2.tar.bz2 | 3 --- exempi-2.5.2.tar.bz2.asc | 6 ------ exempi-2.6.1.tar.bz2 | 3 +++ exempi-2.6.1.tar.bz2.asc | 6 ++++++ exempi.changes | 8 ++++++++ exempi.spec | 20 +++++++------------- 6 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 exempi-2.5.2.tar.bz2 delete mode 100644 exempi-2.5.2.tar.bz2.asc create mode 100644 exempi-2.6.1.tar.bz2 create mode 100644 exempi-2.6.1.tar.bz2.asc diff --git a/exempi-2.5.2.tar.bz2 b/exempi-2.5.2.tar.bz2 deleted file mode 100644 index 41ed91e..0000000 --- a/exempi-2.5.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52f54314aefd45945d47a6ecf4bd21f362e6467fa5d0538b0d45a06bc6eaaed5 -size 3658606 diff --git a/exempi-2.5.2.tar.bz2.asc b/exempi-2.5.2.tar.bz2.asc deleted file mode 100644 index 307b91e..0000000 --- a/exempi-2.5.2.tar.bz2.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCXvLOTQAKCRBf7gXmpW4V -o+a/AKDpcVii0+UyiATkLFqlLtB9oV8YnACffUBRw1wN4TlW4A5W/NZZzKS+cOs= -=WoPW ------END PGP SIGNATURE----- diff --git a/exempi-2.6.1.tar.bz2 b/exempi-2.6.1.tar.bz2 new file mode 100644 index 0000000..497e27e --- /dev/null +++ b/exempi-2.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd +size 3696390 diff --git a/exempi-2.6.1.tar.bz2.asc b/exempi-2.6.1.tar.bz2.asc new file mode 100644 index 0000000..3479d6a --- /dev/null +++ b/exempi-2.6.1.tar.bz2.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCYgkh2wAKCRBf7gXmpW4V +o8+8AKCTwijWV6OFkQ+0oFZ1fBntOXwoqwCcDkxfN07MpsJ3vLTG1vpRuS2zSNk= +=sxSE +-----END PGP SIGNATURE----- diff --git a/exempi.changes b/exempi.changes index b89eb96..39ef30a 100644 --- a/exempi.changes +++ b/exempi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 9 15:29:18 UTC 2022 - Christophe Giboudeaux + +- Update to 2.6.1: + * Update XMPCore to Adobe XMP SDK v2021.10 + * Some fixes previously done in Exempi are now upstream +- Install the NEWS file instead of the obsolete ChangeLog one + ------------------------------------------------------------------- Fri Mar 19 15:29:58 UTC 2021 - Michael Gorse diff --git a/exempi.spec b/exempi.spec index f4bf095..7391f01 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,7 +1,7 @@ # # spec file for package exempi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,25 +18,21 @@ %define sonum 8 Name: exempi -Version: 2.5.2 +Version: 2.6.1 Release: 0 Summary: XMP support library License: BSD-3-Clause Group: Development/Libraries/C and C++ -URL: https://libopenraw.freedesktop.org/wiki/Exempi -Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 -Source1: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc +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 Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: gcc-c++ BuildRequires: libexpat-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: zlib-devel -%if 0%{?suse_version} > 1325 BuildRequires: libboost_test-devel -%else -BuildRequires: boost-devel >= 1.33.0 -%endif %description Exempi is a library for XMP parsing and I/O. XMP is a kind of @@ -97,18 +93,16 @@ find %{buildroot} -type f -name "*.a" -delete -print %files -n libexempi%{sonum} %license COPYING -%doc README ChangeLog +%doc README.md NEWS %{_libdir}/lib*.so.* %files tools %license COPYING -%doc README ChangeLog %{_bindir}/exempi %{_mandir}/man1/exempi.1%{?ext_man} %files -n libexempi-devel %license COPYING -%doc README ChangeLog %{_libdir}/lib*.so %{_includedir}/exempi-2.0 %{_libdir}/pkgconfig/*.pc