From 118beaccb4ed96331b75d8622121e03be7aed464 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Tue, 11 Jan 2022 16:32:07 +0800 Subject: [PATCH] Resolve compilation failure of afflib --- afflib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/afflib.spec b/afflib.spec index 5110e4c..a32b9d1 100644 --- a/afflib.spec +++ b/afflib.spec @@ -1,13 +1,13 @@ Name: afflib Version: 3.7.18 -Release: 5 +Release: 6 Summary: Library to support the Advanced Forensic Format License: LGPL-2.0 and LGPL-2.1 and GPL-2.0+ and Public Domain URL: https://github.com/sshock/AFFLIBv3 Source0: %{url}/archive/v%{version}.tar.gz BuildRequires: gcc-c++ libtool curl-devel expat-devel ncurses-devel BuildRequires: libtermcap-devel openssl-devel zlib-devel -BuildRequires: python3 python3-devel python3-setuptools +BuildRequires: python3 python3-devel python3-setuptools python3-Cython Provides: bundled(lzma) = 443 %description @@ -87,6 +87,9 @@ cd pyaff %{python3_sitearch}/pyaff* %changelog +* Tue Jan 11 2022 houyingchao - 3.7.18-6 +- Resolve compilation failure of afflib + * Thu Dec 03 2020 Ge Wang - 3.7.18-5 - modify license -- Gitee