From 73f6633ef04351af4e15bbea5bb762e927d3c032 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Thu, 16 Dec 2010 17:49:42 +0100 Subject: [PATCH] Update to 3.6.4 --- .gitignore | 1 + afflib.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 34a5575..fc6892f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ afflib-3.5.12.tar.gz +/afflib-3.6.4.tar.gz diff --git a/afflib.spec b/afflib.spec index e9d2d45..834c229 100644 --- a/afflib.spec +++ b/afflib.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: afflib -Version: 3.5.12 -Release: 2%{?dist} +Version: 3.6.4 +Release: 1%{?dist} Summary: Library to support the Advanced Forensic Format Group: System Environment/Libraries @@ -17,7 +17,6 @@ BuildRequires: curl-devel BuildRequires: expat-devel # GPLv2 FOSS incompatible with BSD with advertising ##BuildRequires: fuse-devel -BuildRequires: libewf-devel >= 20080305 # Afflib uses lzma-SDK 443 BuildRequires: lzma-devel BuildRequires: ncurses-devel @@ -69,7 +68,6 @@ chmod 0644 lib/base64.{h,cpp} %build %configure --enable-shared \ --disable-static \ - --enable-libewf=yes \ --enable-python=yes \ --enable-qemu=no @@ -107,9 +105,9 @@ rm -rf $RPM_BUILD_ROOT %files -n afftools %defattr(-,root,root,-) -%{_bindir}/af* +%{_bindir}/aff* %{python_sitearch}/pyaff.so -%{_mandir}/man1/afcat.1.* +%{_mandir}/man1/affcat.1.* %files devel %defattr(-,root,root,-) @@ -120,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 16 2010 Nicolas Chauvet - 3.6.4-1 +- Update to 3.6.4 +- Disable libewf support - http://afflib.org/archives/75 + * Wed Jul 21 2010 David Malcolm - 3.5.12-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index b4b7006..0b83851 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6eb21ae845c69691abe2e800b411b174 afflib-3.5.12.tar.gz +bc03dcd98b8a1d04169b6261ce304458 afflib-3.6.4.tar.gz