updated to 2.0.6

This commit is contained in:
Dan Horák 2011-04-11 13:16:31 +02:00
parent e589165e8d
commit 2fe44b49dc
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libica-2.0.3.tar.gz
/libica-2.0.4.tar.gz
/libica-2.0.6.tar.gz

View File

@ -1,15 +1,13 @@
Summary: Library for accessing ICA hardware crypto on IBM zSeries
Name: libica
Version: 2.0.4
Release: 2%{?dist}
Version: 2.0.6
Release: 1%{?dist}
License: CPL
Group: System Environment/Libraries
URL: http://sourceforge.net/projects/opencryptoki/
Source0: http://downloads.sourceforge.net/opencryptoki/%{name}-%{version}.tar.gz
# https://bugzilla.redhat.com/show_bug.cgi?id=624005
Patch1: %{name}-2.0.3-tests.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=665401
Patch2: %{name}-2.0.3-remove-sigill.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
BuildRequires: autoconf automake libtool
@ -38,13 +36,12 @@ IBM zSeries.
%setup -q -n %{name}-2.0
%patch1 -p1 -b .tests
%patch2 -p1 -b .remove-sigill
# fix EOLs
sed -i -e 's/\r//g' LICENSE
# update the version used in library name
sed -i -e 's/2\.0\.3/2\.0/' configure.in
sed -i -e 's/2\.0\.6/2\.0/' configure.in
sh ./bootstrap.sh
@ -85,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Apr 11 2011 Dan Horák <dan[at]danny.cz> - 2.0.6-1
- updated to 2.0.6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
1139c5280657658d9a8f9879dd9f0ec8 libica-2.0.4.tar.gz
a65988fd7e58b3e98989d188ea5fa9ae libica-2.0.6.tar.gz