Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add distribution and vendor tags.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added distribution and vendor tags.

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 <v-jykanase@microsoft.com> - 2.6.5-1
- Update to version 2.6.5
- License verified

* Tue Aug 16 2022 Olivia Crain <oliviacrain@microsoft.com> - 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 @@ -3398,9 +3398,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