Update to latest snapshot, post 1.18-rc2.

epel9
Simone Caronni 8 years ago
parent 20f5f32acd
commit bd24471b34

1
.gitignore vendored

@ -3,3 +3,4 @@ crypt-1.17.tar.bz2
/libtomcrypt-7532b89.tar.gz
/libtomcrypt-2cd69fb.tar.gz
/libtomcrypt-cd6e602.tar.gz
/libtomcrypt-ab8c5b8.tar.gz

@ -1,12 +1,14 @@
%global commit0 cd6e602b48707bb8cbd13ec4b18b684fd5989c29
%global date 20170623
# Post rc2 from the 1.18 release branch:
# https://github.com/libtom/libtomcrypt/tree/release/1.18.0
%global commit0 ab8c5b8b4982f4eda81acd7af0f505b7b8029e28
%global date 20170720
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: libtomcrypt
Version: 1.17
Release: 33%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Release: 34%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: A comprehensive, portable cryptographic toolkit
License: Public Domain
License: Public Domain or WTFPL
URL: http://www.libtom.net/
Source0: https://github.com/libtom/%{name}/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
@ -108,6 +110,10 @@ find %{buildroot} -name '*.a' -delete
%doc doc/crypt.pdf
%changelog
* Sun Jul 23 2017 Simone Caronni <negativo17@gmail.com> - 1.17-34.20170720gitab8c5b8
- Update to latest snapshot from the 1.18 release branch.
- Update license.
* Sun Jun 25 2017 Simone Caronni <negativo17@gmail.com> - 1.17-33.20170623gitcd6e602
- Update to latest snapshot.
- Update URL (#1463608, #1463547)

@ -1 +1 @@
SHA512 (libtomcrypt-cd6e602.tar.gz) = 89012b447862cb3274dd8628d4d89a076a4ab9e830c84ed38a5f2899a2966de82dbc23e1303eced86347775627eea5fd3c98a5d4ccec317e7024a41b14531433
SHA512 (libtomcrypt-ab8c5b8.tar.gz) = fce6040c64cf2b42a47ee8502710eae04de0ce755968ead34f4376227a69a4186cd7c0d3491e9f6777077111dfa73115eb7ab0512872744e8881a39f90a7a37d

Loading…
Cancel
Save