From 2fe44b49dcd2eaacc0311df772a95361a9fbdc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 11 Apr 2011 13:16:31 +0200 Subject: [PATCH] updated to 2.0.6 --- .gitignore | 1 + libica.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e73c7a8..32870cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libica-2.0.3.tar.gz /libica-2.0.4.tar.gz +/libica-2.0.6.tar.gz diff --git a/libica.spec b/libica.spec index 8d82488..e106a04 100644 --- a/libica.spec +++ b/libica.spec @@ -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 - 2.0.6-1 +- updated to 2.0.6 + * Tue Feb 08 2011 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 063c14f..7edeb34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1139c5280657658d9a8f9879dd9f0ec8 libica-2.0.4.tar.gz +a65988fd7e58b3e98989d188ea5fa9ae libica-2.0.6.tar.gz