Skip to content

Commit

Permalink
exempi: Update version to 2.6.5 (#10796)
Browse files Browse the repository at this point in the history
  • Loading branch information
jykanase authored Feb 6, 2025
1 parent ea005f2 commit faacb84
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 34 deletions.
27 changes: 0 additions & 27 deletions SPECS-EXTENDED/exempi/exempi-e23c213-typeinfos.patch

This file was deleted.

2 changes: 1 addition & 1 deletion SPECS-EXTENDED/exempi/exempi.signatures.json
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"
}
}
20 changes: 17 additions & 3 deletions SPECS-EXTENDED/exempi/exempi.spec
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
Expand Down Expand Up @@ -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
Expand All @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3408,9 +3408,9 @@
"type": "other",
"other": {
"name": "exempi",
"version": "2.6.1",
"downloadUrl": "https://gitlab.freedesktop.org/libopenraw/exempi/-/archive/2.6.1/exempi-2.6.1.tar.bz2"
}
"version": "2.6.5",
"downloadUrl": "https://gitlab.freedesktop.org/libopenraw/exempi/-/archive/2.6.5/exempi-2.6.5.tar.bz2"
}
}
},
{
Expand Down

0 comments on commit faacb84

Please sign in to comment.