diff --git a/.gitignore b/.gitignore index abbd792..2ffb11f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -/ssdeep-2.10.tar.gz -/ssdeep-2.11.tar.gz -/ssdeep-2.11.1.tar.gz -/ssdeep-2.12.tar.gz +clog /ssdeep-2.13.tar.gz +/ssdeep-2.14.tar.gz diff --git a/sources b/sources index 401015e..0f87e87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7608b794ce6b25fae8bb1c2f4d35b2ad ssdeep-2.13.tar.gz +SHA512 (ssdeep-2.14.tar.gz) = a7069d89646b849c3856e775ad7e4427b6a781a800e72e79635b1c15b8dfc1ccb8f7e1e518e321abe41f442bc4647907fc0b2336cc4d80b3dd56889da610ea87 diff --git a/ssdeep.spec b/ssdeep.spec index 7d7aef2..10175c4 100644 --- a/ssdeep.spec +++ b/ssdeep.spec @@ -1,23 +1,21 @@ # spec file for ssdeep # -# Copyright (c) 2014 Remi Collet +# Copyright (c) 2014-2017 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # Name: ssdeep -Version: 2.13 -Release: 6%{?dist} +Version: 2.14 +Release: 1%{?dist} Summary: Compute context triggered piecewise hashes Group: Development/Tools License: GPLv2+ -URL: http://ssdeep.sourceforge.net/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: https://ssdeep-project.github.io/ssdeep/ +Source0: https://github.com/ssdeep-project/ssdeep/releases/download/release-%{version}/ssdeep-%{version}.tar.gz Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -68,41 +66,38 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm %{buildroot}%{_libdir}/libfuzzy.la -%clean -rm -rf %{buildroot} - - %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc AUTHORS %{_bindir}/%{name} %{_mandir}/man1/%{name}.* %files devel -%defattr(-,root,root,-) %doc FILEFORMAT NEWS README TODO %{_includedir}/fuzzy.h %{_includedir}/edit_dist.h %{_libdir}/libfuzzy.so %files libs -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license COPYING %{_libdir}/libfuzzy.so.2* %changelog +* Fri Sep 15 2017 Remi Collet - 2.14-1 +- update to 2.14 +- sources from github +- fix project URL + * Thu Aug 03 2017 Fedora Release Engineering - 2.13-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild