- updated to 3.2.0
This commit is contained in:
parent
ca4aa17298
commit
6e8e9c427b
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ libica-2.0.3.tar.gz
|
||||
/libica-3.0.1.tgz
|
||||
/libica-3.0.2.tgz
|
||||
/libica-3.1.1.tgz
|
||||
/libica-3.2.0.tgz
|
||||
|
@ -1,27 +0,0 @@
|
||||
From 0702b18313b923243749f5167423067d8347f688 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
|
||||
Date: Fri, 13 Jan 2017 11:00:13 +0100
|
||||
Subject: [libica PATCH] make suite.out user-friendly
|
||||
|
||||
Put some separators to the test cases outputs so suite.out
|
||||
is more readable.
|
||||
---
|
||||
src/tests/suite.run | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/tests/suite.run b/src/tests/suite.run
|
||||
index bcf74de..0fba736 100755
|
||||
--- a/src/tests/suite.run
|
||||
+++ b/src/tests/suite.run
|
||||
@@ -58,6 +58,8 @@ echo -ne "" &> $out;
|
||||
for (( i=1; i <= ${#testcases[@]}; i++ ))
|
||||
do
|
||||
echo -ne "Running libica test suite (writing to "$out") ... "$i"/"${#testcases[@]}"\r";
|
||||
+ echo "Running '${testcases[i-1]}' ..." >> $out;
|
||||
./${testcases[i-1]} >> $out 2>&1;
|
||||
+ echo -ne "... done\n\n" >> $out;
|
||||
done
|
||||
echo -ne "\n";
|
||||
--
|
||||
2.7.4
|
||||
|
@ -1,13 +1,11 @@
|
||||
Summary: Library for accessing ICA hardware crypto on IBM z Systems
|
||||
Name: libica
|
||||
Version: 3.1.1
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
License: CPL
|
||||
Group: System Environment/Libraries
|
||||
URL: https://github.com/opencryptoki/
|
||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tgz
|
||||
# https://github.com/opencryptoki/libica/pull/2
|
||||
Patch0: %{name}-3.0.1-tests.patch
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: autoconf-archive
|
||||
@ -34,7 +32,6 @@ IBM z Systems.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
sh ./bootstrap.sh
|
||||
|
||||
@ -79,6 +76,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 25 2017 Dan Horák <dan[at]danny.cz> - 3.2.0-1
|
||||
- updated to 3.2.0
|
||||
|
||||
* Mon Sep 11 2017 Dan Horák <dan[at]danny.cz> - 3.1.1-1
|
||||
- updated to 3.1.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libica-3.1.1.tgz) = 9c835f893a84d78dbeddd80ab21a0c02a154b5a25d270c67c695158cb4c5b3522a0f5328baedf4c56b8457ffc71ab54316391f162b8cb9c23094e7972de761e7
|
||||
SHA512 (libica-3.2.0.tgz) = 3e3310c22be5bfe6d61d2e19de3aeec58d8db64267c78566f2a31d40b3d3ba180626a550bd37aee12d9d69696b389614d1920a287ab559e8451be197b7b10641
|
||||
|
Loading…
Reference in New Issue
Block a user