Update to 3.3.3

This commit is contained in:
Nicolas Chauvet 2008-09-15 10:32:45 +00:00
commit 28f24f1bbb
3 changed files with 8 additions and 9 deletions

View file

@ -1 +1 @@
afflib-3.3.2.tar.gz
afflib-3.3.3.tar.gz

View file

@ -1,8 +1,8 @@
%define _default_patch_fuzz 2
Name: afflib
Version: 3.3.2
Release: 2%{?dist}
Version: 3.3.3
Release: 1%{?dist}
Summary: Library to support the Advanced Forensic Format
Group: System Environment/Libraries
@ -10,7 +10,6 @@ License: BSD with advertising
URL: http://www.afflib.org
Source0: http://www.afflib.org/downloads/afflib-%{version}.tar.gz
Patch0: afflib-3.0.1-WCtype.patch
Patch1: afflib-3.3.2-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
@ -60,7 +59,6 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1 -b .WCtype
%patch1 -p1 -b .gcc43
# prevent internal lzma to be built - testing
#rm -rf lzma443
@ -68,8 +66,6 @@ developing applications that use %{name}.
find lzma443 -type f -exec chmod 0644 {} ';'
chmod 0644 lib/base64.cpp
sed -i -e 's/-static/-lrt/' lib/Makefile.am lib/Makefile.in
# Autoreconf
autoreconf
@ -126,13 +122,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Sep 15 2008 kwizart < kwizart at gmail.com > - 3.3.3-1
- Update to 3.3.3
* Thu Sep 4 2008 kwizart < kwizart at gmail.com > - 3.3.2-2
- Update gcc43 patch
* Thu Sep 4 2008 kwizart < kwizart at gmail.com > - 3.3.2-1
- Update to 3.3.2
- Remove Requires for ewftools from afftools
- Qemu image support is disabled (experimental)
- Qemu image support is disabled
* Mon Sep 1 2008 kwizart < kwizart at gmail.com > - 3.3.1-1
- Update to 3.3.1

View file

@ -1 +1 @@
cc96dc62d380fcc3c6679d2404c61306 afflib-3.3.2.tar.gz
cac3d4e45ba46ffe29756e40f4ba0a38 afflib-3.3.3.tar.gz