Update to 0.5.0

epel8
Christopher Meng 11 years ago
parent 02029c93a8
commit 3e53b63f3c

1
.gitignore vendored

@ -1 +1,2 @@
/libsodium-0.4.5.tar.gz /libsodium-0.4.5.tar.gz
/libsodium-0.5.0.tar.gz

@ -1,6 +1,6 @@
Name: libsodium Name: libsodium
Version: 0.4.5 Version: 0.5.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: A fork of networking and cryptography library with compatible APIs Summary: A fork of networking and cryptography library with compatible APIs
License: ISC License: ISC
URL: https://github.com/jedisct1/libsodium URL: https://github.com/jedisct1/libsodium
@ -32,8 +32,8 @@ sed -i 's|_pkg_min_version=0.25|_pkg_min_version=0.23|g' configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install INSTALL="install -p" DESTDIR=%{buildroot} %make_install
find %{buildroot} -name '*.la' -delete find %{buildroot} -name '*.la' -delete -print
%check %check
make check make check
@ -54,6 +54,9 @@ make check
%{_libdir}/pkgconfig/libsodium.pc %{_libdir}/pkgconfig/libsodium.pc
%changelog %changelog
* Fri May 16 2014 Christopher Meng <rpm@cicku.me> - 0.5.0-1
- Update to 0.5.0
* Mon Dec 09 2013 Christopher Meng <rpm@cicku.me> - 0.4.5-3 * Mon Dec 09 2013 Christopher Meng <rpm@cicku.me> - 0.4.5-3
- Disable silent build rules. - Disable silent build rules.
- Preserve the timestamp. - Preserve the timestamp.
@ -63,7 +66,7 @@ make check
- Add support for EPEL6. - Add support for EPEL6.
* Wed Nov 20 2013 Christopher Meng <rpm@cicku.me> - 0.4.5-1 * Wed Nov 20 2013 Christopher Meng <rpm@cicku.me> - 0.4.5-1
- New version. - Update to 0.4.5
* Wed Jul 10 2013 Christopher Meng <rpm@cicku.me> - 0.4.2-2 * Wed Jul 10 2013 Christopher Meng <rpm@cicku.me> - 0.4.2-2
- Drop useless files. - Drop useless files.

@ -1 +1 @@
3a97d2c29ec0133e334036e3f19d0741 libsodium-0.4.5.tar.gz 6e61dbde3a6b06b898a0e18ca27ab161 libsodium-0.5.0.tar.gz

Loading…
Cancel
Save