From 28f24f1bbb399c4a382a6dab53dbdb7b4971da08 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 15 Sep 2008 10:32:45 +0000 Subject: [PATCH] Update to 3.3.3 --- .cvsignore | 2 +- afflib.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3fa64c9..b960c84 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -afflib-3.3.2.tar.gz +afflib-3.3.3.tar.gz diff --git a/afflib.spec b/afflib.spec index 98f31ba..4ec507b 100644 --- a/afflib.spec +++ b/afflib.spec @@ -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 diff --git a/sources b/sources index 590ae24..51a3799 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc96dc62d380fcc3c6679d2404c61306 afflib-3.3.2.tar.gz +cac3d4e45ba46ffe29756e40f4ba0a38 afflib-3.3.3.tar.gz