rpms/libica/devel .cvsignore, 1.3, 1.4 libica.spec, 1.4, 1.5 sources, 1.3, 1.4

Dan Horák sharkcz at fedoraproject.org
Tue Jun 29 07:29:08 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/libica/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10962

Modified Files:
	.cvsignore libica.spec sources 
Log Message:
update to 2.0.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libica/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	17 Aug 2009 09:28:32 -0000	1.3
+++ .cvsignore	29 Jun 2010 07:29:06 -0000	1.4
@@ -1 +1 @@
-libica-2.0.2.tar.gz
+libica-2.0.3.tar.gz


Index: libica.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libica/devel/libica.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- libica.spec	16 Feb 2010 11:29:24 -0000	1.4
+++ libica.spec	29 Jun 2010 07:29:07 -0000	1.5
@@ -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 at 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libica/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	17 Aug 2009 09:28:32 -0000	1.3
+++ sources	29 Jun 2010 07:29:07 -0000	1.4
@@ -1 +1 @@
-6d5a69237eb9256e2286b63bb370be9c  libica-2.0.2.tar.gz
+da90d6c3f5ef28c67ba8e7cf17e1dc8b  libica-2.0.3.tar.gz



More information about the scm-commits mailing list