|
|
@ -1,20 +1,14 @@
|
|
|
|
%if 0%{?el9}
|
|
|
|
|
|
|
|
%global _without_utf8cpp 1
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Name: libebml
|
|
|
|
Name: libebml
|
|
|
|
Version: 1.4.2
|
|
|
|
Version: 1.4.5
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Patch0: %{name}-use-system-utf8cpp.patch
|
|
|
|
Patch0: %{name}-use-system-utf8cpp.patch
|
|
|
|
# https://github.com/Matroska-Org/libebml/pull/81
|
|
|
|
|
|
|
|
Patch1: %{name}-gcc11.patch
|
|
|
|
|
|
|
|
BuildRequires: cmake3
|
|
|
|
BuildRequires: cmake3
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
%{!?_without_utf8cpp:BuildRequires: utf8cpp-devel}
|
|
|
|
BuildRequires: utf8cpp-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
@ -39,11 +33,8 @@ will use the Extensible Binary Meta Language library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%{!?_without_utf8cpp:
|
|
|
|
|
|
|
|
%patch0 -p1 -b .utf8cpp
|
|
|
|
%patch0 -p1 -b .utf8cpp
|
|
|
|
rm -r src/lib/utf8-cpp
|
|
|
|
rm -r src/lib/utf8-cpp
|
|
|
|
}
|
|
|
|
|
|
|
|
%patch1 -p1 -b .gcc11dd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -60,7 +51,7 @@ rm -r src/lib/utf8-cpp
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%doc ChangeLog
|
|
|
|
%doc NEWS.md
|
|
|
|
%{_libdir}/%{name}.so.5*
|
|
|
|
%{_libdir}/%{name}.so.5*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
@ -75,6 +66,23 @@ rm -r src/lib/utf8-cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 02 2024 Dominik Mierzejewski <dominik@greysector.net> - 1.4.5-1
|
|
|
|
|
|
|
|
- update to 1.4.5 (#2254413)
|
|
|
|
|
|
|
|
- fixes CVE-2023-52339 (#2258046, #2258047)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.4.4-2
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Dominik Mierzejewski <dominik@greysector.net> - 1.4.4-1
|
|
|
|
|
|
|
|
- update to 1.4.4 (#2131232)
|
|
|
|
|
|
|
|
- drop obsolete patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|