[ssdeep/f20] update to 2.11

Remi Collet remi at fedoraproject.org
Fri Sep 12 13:03:12 UTC 2014


commit 47a13bc272c1c19056ad66cd703f9f36077987e6
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Sep 12 15:03:04 2014 +0200

    update to 2.11

 .gitignore  |    1 +
 sources     |    2 +-
 ssdeep.spec |   11 +++++++++--
 3 files changed, 11 insertions(+), 3 deletions(-)
---
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 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 at fedoraproject.org> - 2.11-1
+- update to 2.11
+
 * Wed Jan 22 2014 Remi Collet <remi at fedoraproject.org> - 2.10-2
 - cleanup build path (comment from review #1056460)
 


More information about the scm-commits mailing list