Accepting request 1040057 from home:dirkmueller:Factory
- update to 2.6.2: - Update XMPCore to Adobe XMP SDK v2022.06 - Build system fixes that don't matter. - Fix a typo in an ID3 genre string - Build XMP_SDK with some fatal warnings: - -Werror=missing-field-initializers - -Werror=misleading-indentation - -Werror=class-memaccess - Remove (deprecated) boost_test_minimal - Remove old .sym file (Daniel Kolesa) - Added --enable-samples (default = yes) (Fabrice Fontaine) OBS-URL: https://build.opensuse.org/request/show/1040057 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=34
This commit is contained in:
parent
4e1d2011dc
commit
6e22738eab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd
|
||||
size 3696390
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCYgkh2wAKCRBf7gXmpW4V
|
||||
o8+8AKCTwijWV6OFkQ+0oFZ1fBntOXwoqwCcDkxfN07MpsJ3vLTG1vpRuS2zSNk=
|
||||
=sxSE
|
||||
-----END PGP SIGNATURE-----
|
3
exempi-2.6.2.tar.bz2
Normal file
3
exempi-2.6.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d17d4c93df2a95da3e3172c45b7a5bf317dd31dafd1c7a340169728c7089d1d
|
||||
size 3709476
|
6
exempi-2.6.2.tar.bz2.asc
Normal file
6
exempi-2.6.2.tar.bz2.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRsRNs+C/Pq9bQzI5pf7gXmpW4VowUCYre4MwAKCRBf7gXmpW4V
|
||||
o/8qAJwN4V9WANEXTqCP1HIGTiew4HIhdACeKz86tYSGN0BVt/1O/BUt8lABZmQ=
|
||||
=lI4h
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 21:11:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.6.2:
|
||||
- Update XMPCore to Adobe XMP SDK v2022.06
|
||||
- Build system fixes that don't matter.
|
||||
- Fix a typo in an ID3 genre string
|
||||
- Build XMP_SDK with some fatal warnings:
|
||||
- -Werror=missing-field-initializers
|
||||
- -Werror=misleading-indentation
|
||||
- -Werror=class-memaccess
|
||||
- Remove (deprecated) boost_test_minimal
|
||||
- Remove old .sym file (Daniel Kolesa)
|
||||
- Added --enable-samples (default = yes) (Fabrice Fontaine)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 15:29:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define sonum 8
|
||||
Name: exempi
|
||||
Version: 2.6.1
|
||||
Version: 2.6.2
|
||||
Release: 0
|
||||
Summary: XMP support library
|
||||
License: BSD-3-Clause
|
||||
@ -29,10 +29,10 @@ Source1: https://libopenraw.freedesktop.org/download/%{name}-%{version}.t
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libboost_test-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libboost_test-devel
|
||||
|
||||
%description
|
||||
Exempi is a library for XMP parsing and I/O. XMP is a kind of
|
||||
|
Loading…
Reference in New Issue
Block a user