Update to 3.7.3

This commit is contained in:
Nicolas Chauvet 2014-02-12 00:37:58 +01:00
commit 7b3e216dcf
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ afflib-3.5.12.tar.gz
/afflib-3.6.6.tar.gz
/afflib-3.6.8.tar.gz
/afflib-3.6.15.tar.gz
/v3.7.3.tar.gz

View file

@ -1,14 +1,14 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: afflib
Version: 3.7.1
Release: 3%{?dist}
Version: 3.7.3
Release: 1%{?dist}
Summary: Library to support the Advanced Forensic Format
Group: System Environment/Libraries
License: BSD with advertising
URL: http://www.afflib.org
Source0: https://github.com/downloads/simsong/AFFLIBv3/afflib-%{version}.tar.gz
Source0: https://github.com/simsong/AFFLIBv3/archive/v%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
@ -56,7 +56,7 @@ developing applications that use %{name}.
%prep
%setup -q
%setup -q -n AFFLIBv3-%{version}
# prevent internal lzma to be built - testing
#rm -rf lzma443
@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 12 2014 Nicolas Chauvet <kwizart@gmail.com> - 3.7.3-1
- Update to 3.7.3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View file

@ -1 +1 @@
c6751d461aaf6acf9d15303cde539e44 afflib-3.7.1.tar.gz
d674558aa6752faf52433a09390c3661 v3.7.3.tar.gz