Hello community, here is the log from the commit of package pcsc-cyberjack for openSUSE:Factory checked in at 2012-03-23 12:09:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcsc-cyberjack (Old) and /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcsc-cyberjack", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pcsc-cyberjack/pcsc-cyberjack.changes 2011-12-25 17:37:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new/pcsc-cyberjack.changes 2012-03-23 12:09:26.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 21 23:20:34 UTC 2012 - [email protected] + +- Add pcsc-cyberjack-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- pcsc-cyberjack-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcsc-cyberjack.spec ++++++ --- /var/tmp/diff_new_pack.UpiUXK/_old 2012-03-23 12:09:31.000000000 +0100 +++ /var/tmp/diff_new_pack.UpiUXK/_new 2012-03-23 12:09:31.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pcsc-cyberjack # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,6 +41,7 @@ Source2: 40-cyberjack.rules Patch1: ctapi-cyberjack-configure.patch Patch2: ctapi-cyberjack-check.patch +Patch3: pcsc-cyberjack-gcc47.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define ifddir %(pkg-config --variable=usbdropdir libpcsclite) Supplements: modalias(usb:v0C4Bp0100d*dc*dsc*dp*ic*isc*ip*) @@ -64,6 +65,7 @@ cp -a %{S:1} README.SUSE %patch1 %patch2 +%patch3 -p1 %build ACLOCAL="aclocal -I m4" autoreconf -f -i ++++++ pcsc-cyberjack-gcc47.patch ++++++ Index: pcsc-cyberjack-3.99.5final.SP03/libcyberjack/checksuite/cm_distri.cpp =================================================================== --- pcsc-cyberjack-3.99.5final.SP03.orig/libcyberjack/checksuite/cm_distri.cpp +++ pcsc-cyberjack-3.99.5final.SP03/libcyberjack/checksuite/cm_distri.cpp @@ -19,6 +19,7 @@ #include <stdio.h> #include <errno.h> #include <string.h> +#include <unistd.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
