Skip to content

Commit faacb84

Browse files
authored
exempi: Update version to 2.6.5 (#10796)
1 parent ea005f2 commit faacb84

4 files changed

Lines changed: 21 additions & 34 deletions

File tree

SPECS-EXTENDED/exempi/exempi-e23c213-typeinfos.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"exempi-2.6.1.tar.bz2": "49f2172d2e9c601c4ee89b7f6c4b50f328ba1f2c165bdeab949b7de8c8223517"
3+
"exempi-2.6.5.tar.bz2": "90b4c4cdde841402a7839b54add679e9d2ef749ea5f1f82fdcc2d0122d889123"
44
}
55
}

SPECS-EXTENDED/exempi/exempi.spec

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Summary: Library for easy parsing of XMP metadata
22
Name: exempi
3-
Version: 2.6.1
4-
Release: 2%{?dist}
3+
Version: 2.6.5
4+
Release: 1%{?dist}
55
License: BSD
6+
Vendor: Microsoft Corporation
7+
Distribution: Azure Linux
68
URL: http://libopenraw.freedesktop.org/wiki/Exempi
79
Source0: https://gitlab.freedesktop.org/libopenraw/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
8-
Patch0: exempi-e23c213-typeinfos.patch
10+
911
BuildRequires: gcc-c++
1012
BuildRequires: boost-devel expat-devel zlib-devel pkgconfig
13+
1114
# Work around for aarch64 support (https://bugzilla.redhat.com/show_bug.cgi?id=925327)
1215
BuildRequires: autoconf automake libtool
1316
BuildRequires: make
@@ -42,8 +45,15 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
4245

4346
%make_build
4447

48+
4549
%check
50+
%ifarch s390x
51+
# testcore test fails on big endian arches since exempi 2.5.2:
52+
# https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/23
53+
make check || [ "$(grep '^FAIL:' exempi/test-suite.log)" = "FAIL: tests/testcore" ]
54+
%else
4655
make check
56+
%endif
4757

4858
%install
4959
%make_install
@@ -64,6 +74,10 @@ rm -rf %{buildroot}%{_libdir}/*.a
6474
%{_libdir}/pkgconfig/*.pc
6575

6676
%changelog
77+
* Mon Oct 21 2024 Jyoti kanase <v-jykanase@microsoft.com> - 2.6.5-1
78+
- Update to version 2.6.5
79+
- License verified
80+
6781
* Tue Aug 16 2022 Olivia Crain <oliviacrain@microsoft.com> - 2.6.1-2
6882
- Bump to rebuild with zlib 1.2.1-2 (fixes CVE-2022-37434)
6983

cgmanifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3408,9 +3408,9 @@
34083408
"type": "other",
34093409
"other": {
34103410
"name": "exempi",
3411-
"version": "2.6.1",
3412-
"downloadUrl": "https://gitlab.freedesktop.org/libopenraw/exempi/-/archive/2.6.1/exempi-2.6.1.tar.bz2"
3413-
}
3411+
"version": "2.6.5",
3412+
"downloadUrl": "https://gitlab.freedesktop.org/libopenraw/exempi/-/archive/2.6.5/exempi-2.6.5.tar.bz2"
3413+
}
34143414
}
34153415
},
34163416
{

0 commit comments

Comments
 (0)