-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exempi: Update version to 2.6.5 (#10796)
- Loading branch information
Showing
4 changed files
with
21 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"exempi-2.6.1.tar.bz2": "49f2172d2e9c601c4ee89b7f6c4b50f328ba1f2c165bdeab949b7de8c8223517" | ||
"exempi-2.6.5.tar.bz2": "90b4c4cdde841402a7839b54add679e9d2ef749ea5f1f82fdcc2d0122d889123" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
Summary: Library for easy parsing of XMP metadata | ||
Name: exempi | ||
Version: 2.6.1 | ||
Release: 2%{?dist} | ||
Version: 2.6.5 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: http://libopenraw.freedesktop.org/wiki/Exempi | ||
Source0: https://gitlab.freedesktop.org/libopenraw/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 | ||
Patch0: exempi-e23c213-typeinfos.patch | ||
|
||
BuildRequires: gcc-c++ | ||
BuildRequires: boost-devel expat-devel zlib-devel pkgconfig | ||
|
||
# Work around for aarch64 support (https://bugzilla.redhat.com/show_bug.cgi?id=925327) | ||
BuildRequires: autoconf automake libtool | ||
BuildRequires: make | ||
|
@@ -42,8 +45,15 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool | |
|
||
%make_build | ||
|
||
|
||
%check | ||
%ifarch s390x | ||
# testcore test fails on big endian arches since exempi 2.5.2: | ||
# https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/23 | ||
make check || [ "$(grep '^FAIL:' exempi/test-suite.log)" = "FAIL: tests/testcore" ] | ||
%else | ||
make check | ||
%endif | ||
|
||
%install | ||
%make_install | ||
|
@@ -64,6 +74,10 @@ rm -rf %{buildroot}%{_libdir}/*.a | |
%{_libdir}/pkgconfig/*.pc | ||
|
||
%changelog | ||
* Mon Oct 21 2024 Jyoti kanase <[email protected]> - 2.6.5-1 | ||
- Update to version 2.6.5 | ||
- License verified | ||
|
||
* Tue Aug 16 2022 Olivia Crain <[email protected]> - 2.6.1-2 | ||
- Bump to rebuild with zlib 1.2.1-2 (fixes CVE-2022-37434) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters