From f6dabe257cdef006792994d5946536f5a5748682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 29 Jun 2010 07:29:07 +0000 Subject: [PATCH] update to 2.0.3 --- .cvsignore | 2 +- libica.spec | 24 ++++++++++++++++++++---- sources | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index f9161e1..cfd74e5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libica-2.0.2.tar.gz +libica-2.0.3.tar.gz diff --git a/libica.spec b/libica.spec index fee9551..503f0df 100644 --- a/libica.spec +++ b/libica.spec @@ -1,6 +1,6 @@ Summary: Library for accessing ICA hardware crypto on IBM zSeries Name: libica -Version: 2.0.2 +Version: 2.0.3 Release: 2%{?dist} License: CPL Group: System Environment/Libraries @@ -31,7 +31,7 @@ IBM zSeries. %prep -%setup -q +%setup -q -n %{name}-2 # fix EOLs sed -i -e 's/\r//g' LICENSE @@ -42,7 +42,7 @@ sh ./bootstrap.sh %build %configure --disable-static # paralell make doesn't work -make +make AM_CFLAGS="-fno-strict-aliasing" %install @@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS LICENSE %{_bindir}/icainfo %{_bindir}/icastats -%{_libdir}/libica-%{version}.so +%{_libdir}/libica-2.0.so %files devel %defattr(-,root,root,-) @@ -75,8 +75,24 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 21 2010 Dan Horák - 2.0.3-2 +- rebuilt with -fno-strict-aliasing (#593779) +- Resolves: #593779 + +* Thu Apr 22 2010 Dan Horák - 2.0.3-1 +- updated to 2.0.3 (#582607) +- Resolves: #582607 + +* Mon Apr 12 2010 Dan Horák - 2.0.2-3 +- add SIGILL handler for add_entropy (#581520) +- Resolves: #581520 + * Tue Feb 16 2010 Dan Horák - 2.0.2-2 - dropped the utils sub-package +- Related: #543948 + +* Tue Dec 08 2009 Dennis Gregorovic - 2.0.2-1.1 +- Rebuilt for RHEL 6 * Mon Aug 17 2009 Dan Horák - 2.0.2-1 - update to 2.0.2 diff --git a/sources b/sources index 4e39a0d..9b5a4e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d5a69237eb9256e2286b63bb370be9c libica-2.0.2.tar.gz +da90d6c3f5ef28c67ba8e7cf17e1dc8b libica-2.0.3.tar.gz