From 362ae85fcdf4ce40a6fddbfba4a3b49b1323233c Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 15 Apr 2008 12:23:00 +0000 Subject: [PATCH] - Update to 3.1.6 --- afflib.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/afflib.spec b/afflib.spec index 96d1883..4f8e94e 100644 --- a/afflib.spec +++ b/afflib.spec @@ -1,16 +1,14 @@ Name: afflib -Version: 3.1.3 -Release: 4%{?dist} +Version: 3.1.6 +Release: 1%{?dist} Summary: Library to support the Advanced Forensic Format Group: System Environment/Libraries License: BSD with advertising URL: http://www.afflib.org Source0: http://www.afflib.org/downloads/afflib-%{version}.tar.gz -Source1: afflib.pc.in Patch0: afflib-3.0.1-WCtype.patch Patch1: afflib-3.1.3-gcc43.patch -Patch2: afflib-3.1.3-pkgconfig.patch Patch3: afflib-3.1.3-ldconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,7 +18,7 @@ BuildRequires: curl-devel BuildRequires: expat-devel # GPLv2 FOSS incompatible with BSD with advertising ##BuildRequires: fuse-devel -BuildRequires: libewf-devel >= 20080305 +#BuildRequires: libewf-devel >= 20080305 # Afflib uses lzma-SDK 443 #BuildRequires: lzma-devel BuildRequires: ncurses-devel @@ -63,7 +61,6 @@ developing applications that use %{name}. %setup -q %patch0 -p1 -b .WCtype %patch1 -p1 -b .gcc43 -%patch2 -p1 -b .pkgconfig %patch3 -p1 -b .ldconfig # prevent internal lzma to be built - testing #rm -rf lzma443 @@ -72,12 +69,8 @@ developing applications that use %{name}. find lzma443 -type f -exec chmod 0644 {} ';' chmod 0644 lib/base64.cpp -# install pkg-config -install -pm 0644 %{SOURCE1} . -aclocal -autoheader -autoconf -automake +# Autoreconf +autoreconf %build @@ -133,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 15 2008 kwizart < kwizart at gmail.com > - 3.1.6-1 +- Update to 3.1.6 + * Fri Mar 21 2008 kwizart < kwizart at gmail.com > - 3.1.3-4 - Fix typo