Hello community, here is the log from the commit of package libica checked in at Fri May 19 16:52:33 CEST 2006. -------- --- libica/libica.changes 2006-04-21 14:31:36.000000000 +0200 +++ libica/libica.changes 2006-05-19 16:50:13.000000000 +0200 @@ -1,0 +2,10 @@ +Fri May 19 16:50:02 CEST 2006 - ro@suse.de + +- fix build for the rest of platforms + +------------------------------------------------------------------- +Fri May 19 15:34:30 CEST 2006 - hare@suse.de + +- Update to libica 1.3.7 (#160036 - LTC22571) + +------------------------------------------------------------------- Old: ---- libica-1.3.6-rc3.patch libica-1.3.6-rc3.tar.bz2 libica-automake.patch libica-include.patch New: ---- libica-1.3.7.tar.bz2 libica-string.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libica.spec ++++++ --- /var/tmp/diff_new_pack.xRyx3v/_old 2006-05-19 16:52:21.000000000 +0200 +++ /var/tmp/diff_new_pack.xRyx3v/_new 2006-05-19 16:52:21.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libica (Version 1.3.6) +# spec file for package libica (Version 1.3.7) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,11 +13,11 @@ Name: libica BuildRequires: openssl-devel Summary: An Interface Library for the ICA Device Driver -Version: 1.3.6 -Release: 13 +Version: 1.3.7 +Release: 1 License: Other License(s), see package, IBM Public License Group: Hardware/Other -Source: http://kent.dl.sourceforge.net/sourceforge/opencryptoki/%{name}-%{version}-rc3.tar.bz2 +Source: http://kent.dl.sourceforge.net/sourceforge/opencryptoki/%{name}-%{version}.tar.bz2 Source1: libica-SuSE.tar.bz2 # cvs -d :pserver:anoncvs@www-124.ibm.com:/usr/cvs/icadd \ # export -rHEAD -d . include/linux/icaioctl.h @@ -25,9 +25,7 @@ Source3: icaioctl.h Source4: README.SUSE Source5: sysconfig.z90crypt -Patch: libica-automake.patch -Patch1: libica-include.patch -Patch2: libica-1.3.6-rc3.patch +Patch: libica-string.dif URL: http://oss.software.ibm.com/developerworks/opensource/libica BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq @@ -40,17 +38,15 @@ %prep -%setup -n libica-1.3.6-rc3 -%setup -n libica-1.3.6-rc3 -T -D -a 1 -%patch -p1 -%patch1 -%patch2 -p1 +%setup -n %{name}-%{version} +%setup -n %{name}-%{version} -T -D -a 1 +%patch mkdir -p include/linux/ cp %{S:3} include/linux/ %build -./autoversion -autoreconf --force --install +#./autoversion +#autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -I./include" export CPPFLAGS="$RPM_OPT_FLAGS -I./include" ./configure --libdir=%_libdir --mandir=%_mandir --prefix=%_prefix @@ -102,6 +98,10 @@ /usr/include/ica_api.h %changelog -n libica +* Fri May 19 2006 - ro@suse.de +- fix build for the rest of platforms +* Fri May 19 2006 - hare@suse.de +- Update to libica 1.3.7 (#160036 - LTC22571) * Fri Apr 21 2006 - hare@suse.de - Increasing # of open handles with symmetric crypto support (#165323 - LTC23095) ++++++ libica-1.3.6-rc3.tar.bz2 -> libica-1.3.7.tar.bz2 ++++++ ++++ 72919 lines of diff (skipped) ++++++ libica-string.dif ++++++ --- src/icalinux.c +++ src/icalinux.c @@ -399,8 +399,9 @@ #ifdef _LINUX_S390_ #define __USE_GNU -#include <string.h> #endif +#include <string.h> +#include <unistd.h> #include <fcntl.h> #include <sys/types.h> #include <sys/ioctl.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de