File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "Signatures" : {
3- "exempi-2.6.1 .tar.bz2" : " 49f2172d2e9c601c4ee89b7f6c4b50f328ba1f2c165bdeab949b7de8c8223517 "
3+ "exempi-2.6.5 .tar.bz2" : " 90b4c4cdde841402a7839b54add679e9d2ef749ea5f1f82fdcc2d0122d889123 "
44 }
55}
Original file line number Diff line number Diff line change 11Summary: Library for easy parsing of XMP metadata
22Name: exempi
3- Version: 2.6.1
4- Release: 2 %{?dist }
3+ Version: 2.6.5
4+ Release: 1 %{?dist }
55License: BSD
6+ Vendor: Microsoft Corporation
7+ Distribution: Azure Linux
68URL: http://libopenraw.freedesktop.org/wiki/Exempi
79Source0: https://gitlab.freedesktop.org/libopenraw/%{name }/-/archive/%{version }/%{name }-%{version }.tar.bz2
8- Patch0: exempi-e23c213-typeinfos.patch
10+
911BuildRequires: gcc-c++
1012BuildRequires: boost-devel expat-devel zlib-devel pkgconfig
13+
1114# Work around for aarch64 support (https://bugzilla.redhat.com/show_bug.cgi?id=925327)
1215BuildRequires: autoconf automake libtool
1316BuildRequires: 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
4655make 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
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments