summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-12 14:43:16 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-12 14:43:16 +0200
commit71dad3ec41adc68e4c6089f170c80655239e2176 (patch)
treebf7322dd1df50a6e93bffaa34de1bf98f3f3bf13
parent178ec2a2c04c47d9b33aa44362ed958fb1d3fedd (diff)
ssdeep: 2.11
-rw-r--r--ssdeep.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/ssdeep.spec b/ssdeep.spec
index 2f42db6..101cd55 100644
--- a/ssdeep.spec
+++ b/ssdeep.spec
@@ -8,8 +8,8 @@
#
Name: ssdeep
-Version: 2.10
-Release: 2%{?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 <remi@fedoraproject.org> - 2.11-1
+- update to 2.11
+
* Wed Jan 22 2014 Remi Collet <remi@fedoraproject.org> - 2.10-2
- cleanup build path (comment from review #1056460)