[ssdeep/f20] update to 2.12

Remi Collet remi at fedoraproject.org
Sun Oct 26 06:21:29 UTC 2014


commit 1f1c87a132064d7aa4c3803241712777781c0204
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Oct 26 07:21:27 2014 +0100

    update to 2.12

 .gitignore  |    2 ++
 sources     |    2 +-
 ssdeep.spec |   13 ++++++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index def7de7..4b6913c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /ssdeep-2.10.tar.gz
 /ssdeep-2.11.tar.gz
+/ssdeep-2.11.1.tar.gz
+/ssdeep-2.12.tar.gz
diff --git a/sources b/sources
index 0816dac..c5d75a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb733169f8c7f210421805b1534b37e7  ssdeep-2.11.tar.gz
+4825baaa554b1ffb8c109f56ad8d59fd  ssdeep-2.12.tar.gz
diff --git a/ssdeep.spec b/ssdeep.spec
index 101cd55..88cfc9b 100644
--- a/ssdeep.spec
+++ b/ssdeep.spec
@@ -8,7 +8,7 @@
 #
 
 Name:      ssdeep
-Version:   2.11
+Version:   2.12
 Release:   1%{?dist}
 Summary:   Compute context triggered piecewise hashes
 Group:     Development/Tools
@@ -56,9 +56,6 @@ that use libfuzzy.
 
 %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
 
@@ -98,15 +95,21 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc FILEFORMAT NEWS README TODO
 %{_includedir}/fuzzy.h
+%{_includedir}/edit_dist.h
 %{_libdir}/libfuzzy.so
 
 %files libs
 %defattr(-,root,root,-)
-%doc COPYING
+%{!?_licensedir:%global license %%doc}
+%license COPYING
 %{_libdir}/libfuzzy.so.2*
 
 
 %changelog
+* Sun Oct 26 2014 Remi Collet <remi at fedoraproject.org> - 2.12-1
+- update to 2.12
+- fix license handling
+
 * Fri Sep 12 2014 Remi Collet <remi at fedoraproject.org> - 2.11-1
 - update to 2.11
 


More information about the scm-commits mailing list