Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jirka Hladky
180764cdd7 Update to v2.4d 2015-08-21 18:49:22 +02:00
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/aespipe-v2.4b.tar.bz2
/aespipe-v2.4c.tar.bz2
/aespipe-v2.4d.tar.bz2

View file

@ -1,7 +1,7 @@
Summary: AES-based encryption tool for tar/cpio and loop-aes images
Name: aespipe
Version: 2.4c
Release: 10%{?dist}
Version: 2.4d
Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://loop-aes.sourceforge.net/
@ -55,6 +55,12 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe
%{_bindir}/aespipe
%changelog
* Fri Aug 21 2015 Jirka Hladky <hladky.jiri@gmail.com> - 2.4d-2
- fixing build issue on F24
* Thu Aug 20 2015 Jirka Hladky <hladky.jiri@gmail.com> - 2.4d-1
- Update to version 2.4d
* Tue Jul 07 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.4c-10
- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364).

View file

@ -1 +1 @@
97b1f481721ea5d65018ddae1143bac5 aespipe-v2.4c.tar.bz2
bcf49066053aabf9e291a00b20bc5f00 aespipe-v2.4d.tar.bz2