|
|
@ -1,12 +1,12 @@
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Name: libebml
|
|
|
|
Name: libebml
|
|
|
|
Version: 1.4.5
|
|
|
|
Version: 1.4.5
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
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
|
|
|
|
BuildRequires: cmake3
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: utf8cpp-devel
|
|
|
|
BuildRequires: utf8cpp-devel
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ pendant to XML.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the Extensible Binary Meta Language library
|
|
|
|
Summary: Development files for the Extensible Binary Meta Language library
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{_libdir}/cmake
|
|
|
|
Requires: cmake-filesystem
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -33,26 +33,23 @@ will use the Extensible Binary Meta Language library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .utf8cpp
|
|
|
|
%patch 0 -p1 -b .utf8cpp
|
|
|
|
rm -r src/lib/utf8-cpp
|
|
|
|
rm -r src/lib/utf8-cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cmake3
|
|
|
|
%cmake
|
|
|
|
%cmake3_build
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%cmake3_install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%doc NEWS.md
|
|
|
|
%doc NEWS.md
|
|
|
|
%{_libdir}/%{name}.so.5*
|
|
|
|
%{_libdir}/%{name}.so.5{,.*}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/ebml/
|
|
|
|
%{_includedir}/ebml/
|
|
|
@ -66,9 +63,31 @@ rm -r src/lib/utf8-cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Dec 29 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 1.4.5-2
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 02 2024 Dominik Mierzejewski <dominik@greysector.net> - 1.4.5-1
|
|
|
|
* Fri Feb 02 2024 Dominik Mierzejewski <dominik@greysector.net> - 1.4.5-1
|
|
|
|
- update to 1.4.5 (#2254413)
|
|
|
|
- update to 1.4.5 (#2254413)
|
|
|
|
- fixes CVE-2023-52339 (#2258046, #2258047)
|
|
|
|
- fixes CVE-2023-52339 (#2258046, #2258047)
|
|
|
|
|
|
|
|
- use SPDX identifier in License field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 06 2023 Dominik Mierzejewski <dominik@greysector.net> - 1.4.4-3
|
|
|
|
|
|
|
|
- switch to plain cmake in dependencies and macros (resolves: rhbz#1731694)
|
|
|
|
|
|
|
|
- use better glob for shared library
|
|
|
|
|
|
|
|
- drop obsolete ldconfig_scriptlets macro
|
|
|
|
|
|
|
|
- fix deprecated patchN macro usage
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-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
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|