update to 2.0.3

This commit is contained in:
Dan Horák 2010-06-29 07:29:07 +00:00
parent 23accbedc3
commit f6dabe257c
3 changed files with 22 additions and 6 deletions

View File

@ -1 +1 @@
libica-2.0.2.tar.gz
libica-2.0.3.tar.gz

View File

@ -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 <dan[at]danny.cz> - 2.0.3-2
- rebuilt with -fno-strict-aliasing (#593779)
- Resolves: #593779
* Thu Apr 22 2010 Dan Horák <dan[at]danny.cz> - 2.0.3-1
- updated to 2.0.3 (#582607)
- Resolves: #582607
* Mon Apr 12 2010 Dan Horák <dan[at]danny.cz> - 2.0.2-3
- add SIGILL handler for add_entropy (#581520)
- Resolves: #581520
* Tue Feb 16 2010 Dan Horák <dan[at]danny.cz> - 2.0.2-2
- dropped the utils sub-package
- Related: #543948
* Tue Dec 08 2009 Dennis Gregorovic <dgregor@redhat.com> - 2.0.2-1.1
- Rebuilt for RHEL 6
* Mon Aug 17 2009 Dan Horák <dan[at]danny.cz> - 2.0.2-1
- update to 2.0.2

View File

@ -1 +1 @@
6d5a69237eb9256e2286b63bb370be9c libica-2.0.2.tar.gz
da90d6c3f5ef28c67ba8e7cf17e1dc8b libica-2.0.3.tar.gz