From 75e674eb7679f608d2f0703322558d748d427ff0 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Fri, 21 Aug 2015 18:49:36 +0200 Subject: [PATCH 1/2] Update to v2.4d --- aespipe.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/aespipe.spec b/aespipe.spec index eed3935..e994a95 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -1,7 +1,7 @@ Summary: AES-based encryption tool for tar/cpio and loop-aes images Name: aespipe -Version: 2.4c -Release: 8%{?dist} +Version: 2.4d +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://loop-aes.sourceforge.net/ @@ -25,7 +25,8 @@ kernel module. %setup -q -n %{name}-v%{version} %build -%configure +# Package calls CC to link +%configure LDFLAGS="${CFLAGS}" %global make_target %{nil} %ifarch x86_64 @@ -54,6 +55,18 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe %{_bindir}/aespipe %changelog +* Fri Aug 21 2015 Jirka Hladky - 2.4d-2 +- fixing build issue on F24 + +* Thu Aug 20 2015 Jirka Hladky - 2.4d-1 +- Update to version 2.4d + +* Tue Jul 07 2015 Ralf Corsépius - 2.4c-10 +- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364). + +* Tue Jun 16 2015 Fedora Release Engineering - 2.4c-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Fri Aug 15 2014 Fedora Release Engineering - 2.4c-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From b806b5065729e728897829740e1ff523438da727 Mon Sep 17 00:00:00 2001 From: Jirka Hladky Date: Fri, 21 Aug 2015 18:49:58 +0200 Subject: [PATCH 2/2] Update to v2.4d --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb408fe..b9ca421 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /aespipe-v2.4b.tar.bz2 /aespipe-v2.4c.tar.bz2 +/aespipe-v2.4d.tar.bz2 diff --git a/sources b/sources index 53e2dce..61e434a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97b1f481721ea5d65018ddae1143bac5 aespipe-v2.4c.tar.bz2 +bcf49066053aabf9e291a00b20bc5f00 aespipe-v2.4d.tar.bz2