latest upstream (1.3.1)

This commit is contained in:
Pádraig Brady 2017-08-20 17:37:28 -07:00
parent 2c3bf7e373
commit c82a3a0cf8
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/zstd-1.1.3.tar.gz
/zstd-1.2.0.tar.gz
/zstd-1.3.0.tar.gz
/zstd-1.3.1.tar.gz

View File

@ -1 +1 @@
SHA512 (zstd-1.3.0.tar.gz) = 5eb9e001e14d3342e76eb57b672c636fd56839ba8fc0ba9a751484ea93389c72c494ad2125dc2f9be1f72481f3af34568477123f7e9d3c7504e061e4c083cb30
SHA512 (zstd-1.3.1.tar.gz) = cc2ace7b2dd19a2bbf4c43a89d64a7ce121309f712bfb4940ccfd6f9353f1466612ef7096adcd852f54eaea8663d884acf681c83ae5b274b24c9b85f21367b7c

View File

@ -8,11 +8,11 @@
%endif
Name: zstd
Version: 1.3.0
Release: 3%{?dist}
Version: 1.3.1
Release: 1%{?dist}
Summary: Zstd compression library
License: BSD and MIT
License: BSD and GPLv2
URL: https://github.com/facebook/zstd
Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -86,11 +86,11 @@ install -D -m644 programs/%{name}.1 %{buildroot}/%{_mandir}/man1/p%{name}.1
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/un%{name}.1*
%{_mandir}/man1/%{name}cat.1*
%license LICENSE PATENTS
%license LICENSE
%files -n lib%{name}
%{_libdir}/libzstd.so.*
%license LICENSE PATENTS
%license LICENSE
%files -n lib%{name}-devel
%{_includedir}/zbuff.h
@ -104,6 +104,9 @@ install -D -m644 programs/%{name}.1 %{buildroot}/%{_mandir}/man1/p%{name}.1
%postun -n lib%{name} -p /sbin/ldconfig
%changelog
* Mon Aug 21 2017 Pádraig Brady <P@draigBrady.com> - 1.3.1-1
- Latest upstream
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild