From 386b45222636f6fffbe9d697d91b24cccbbdb280 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 25 Sep 2020 18:55:55 +0200 Subject: [PATCH] - updated to 1.4.0 (new soname; some buffer overflow fix) --- libebml.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libebml.spec b/libebml.spec index c83ab5c..3981f39 100644 --- a/libebml.spec +++ b/libebml.spec @@ -5,15 +5,15 @@ Summary: Extensible Binary Meta Language access library Summary(pl.UTF-8): Biblioteka dostępu rozszerzalnego metajęzyka binarnego Name: libebml -Version: 1.3.10 +Version: 1.4.0 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: https://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.xz -# Source0-md5: 71edd78f05a7136c9bbed89f010bbef0 +# Source0-md5: 98cd1a1c553608f9d3d35092242cd46b URL: https://www.matroska.org/ BuildRequires: cmake >= 3.1.2 -BuildRequires: libstdc++-devel +BuildRequires: libstdc++-devel >= 6:4.7 BuildRequires: rpmbuild(macros) >= 1.605 BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -33,7 +33,7 @@ Summary: Header files for Extensible Binary Meta Language library Summary(pl.UTF-8): Nagłówki biblioteki rozszerzalnego metajęzyka binarnego Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libstdc++-devel +Requires: libstdc++-devel >= 6:4.7 %description devel Header files for Extensible Binary Meta Language library. @@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc ChangeLog README.md %attr(755,root,root) %{_libdir}/libebml.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libebml.so.4 +%attr(755,root,root) %ghost %{_libdir}/libebml.so.5 %files devel %defattr(644,root,root,755) -- 2.43.0