diff --git a/afflib.spec b/afflib.spec index a32b9d1d45f0926e211c117137adb0ee6bb8387f..9eeba4dedd2d31f492f7c7813e72a746b9195733 100644 --- a/afflib.spec +++ b/afflib.spec @@ -1,10 +1,10 @@ Name: afflib -Version: 3.7.18 -Release: 6 +Version: 3.7.19 +Release: 1 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 +Source0: %{url}/archive/refs/tags/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 python3-Cython @@ -31,9 +31,9 @@ applications that use %{name}. %package -n python3-pyaff Summary: The python3 binding for the AFFLIB -Provides: python-pyaff(aarch-64) = 3.7.18-3 -Provides: python-pyaff = 3.7.18-3 -Obsoletes: python-pyaff < 3.7.18-3 +Provides: python-pyaff(aarch-64) = 3.7.19-1 +Provides: python-pyaff = 3.7.19-1 +Obsoletes: python-pyaff < 3.7.19-1 %description -n python3-pyaff Python3 bindings currently support a read-only file-like interface to AFFLIB and @@ -87,6 +87,9 @@ cd pyaff %{python3_sitearch}/pyaff* %changelog +* Tue Jun 21 2022 yangzhao - 3.7.19-1 +- Upgrade to version 3.7.19 + * Tue Jan 11 2022 houyingchao - 3.7.18-6 - Resolve compilation failure of afflib diff --git a/v3.7.18.tar.gz b/v3.7.18.tar.gz deleted file mode 100644 index 3f26ad9b7c2ebd5e7158c47af940fd4b2daf135e..0000000000000000000000000000000000000000 Binary files a/v3.7.18.tar.gz and /dev/null differ diff --git a/v3.7.19.tar.gz b/v3.7.19.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..829ff43d9c2606042af8e2f86549fee89e588caa Binary files /dev/null and b/v3.7.19.tar.gz differ