From 57aabd49f4da95af1a1cb85401a9c4129ccc9165 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sep 12 2014 12:59:14 +0000 Subject: update to 2.11 --- diff --git a/.gitignore b/.gitignore index 515e71f..def7de7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ssdeep-2.10.tar.gz +/ssdeep-2.11.tar.gz diff --git a/sources b/sources index b688fab..0816dac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f65e2c555b61b9209c0854fc7f2731b ssdeep-2.10.tar.gz +fb733169f8c7f210421805b1534b37e7 ssdeep-2.11.tar.gz diff --git a/ssdeep.spec b/ssdeep.spec index d59ec98..9e8723d 100644 --- a/ssdeep.spec +++ b/ssdeep.spec @@ -8,8 +8,8 @@ # Name: ssdeep -Version: 2.10 -Release: 4%{?dist} +Version: 2.11 +Release: 1%{?dist} Summary: Compute context triggered piecewise hashes Group: Development/Tools @@ -55,6 +55,10 @@ that use libfuzzy. %setup -q %patch0 -p1 -b .old + +# we only want the shared library +sed -e 's/-static//' -i Makefile.* + # avoid autotools being re-run touch -r aclocal.m4 configure configure.ac @@ -103,6 +107,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 12 2014 Remi Collet - 2.11-1 +- update to 2.11 + * Mon Aug 18 2014 Fedora Release Engineering - 2.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild