update to 2.0.3
This commit is contained in:
parent
23accbedc3
commit
f6dabe257c
@ -1 +1 @@
|
|||||||
libica-2.0.2.tar.gz
|
libica-2.0.3.tar.gz
|
||||||
|
24
libica.spec
24
libica.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Library for accessing ICA hardware crypto on IBM zSeries
|
Summary: Library for accessing ICA hardware crypto on IBM zSeries
|
||||||
Name: libica
|
Name: libica
|
||||||
Version: 2.0.2
|
Version: 2.0.3
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -31,7 +31,7 @@ IBM zSeries.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-2
|
||||||
|
|
||||||
# fix EOLs
|
# fix EOLs
|
||||||
sed -i -e 's/\r//g' LICENSE
|
sed -i -e 's/\r//g' LICENSE
|
||||||
@ -42,7 +42,7 @@ sh ./bootstrap.sh
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
# paralell make doesn't work
|
# paralell make doesn't work
|
||||||
make
|
make AM_CFLAGS="-fno-strict-aliasing"
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
%{_bindir}/icainfo
|
%{_bindir}/icainfo
|
||||||
%{_bindir}/icastats
|
%{_bindir}/icastats
|
||||||
%{_libdir}/libica-%{version}.so
|
%{_libdir}/libica-2.0.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -75,8 +75,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 16 2010 Dan Horák <dan[at]danny.cz> - 2.0.2-2
|
||||||
- dropped the utils sub-package
|
- 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
|
* Mon Aug 17 2009 Dan Horák <dan[at]danny.cz> - 2.0.2-1
|
||||||
- update to 2.0.2
|
- update to 2.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user