Mailinglist Archive: opensuse-commit (1206 mails)
| < Previous | Next > |
commit pcsc-cyberjack
- From: root@xxxxxxx (h_root)
- Date: Sun, 7 May 2006 16:29:47 +0200 (CEST)
- Message-id: <20060507142947.A1DF28A270@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pcsc-cyberjack
checked in at Sun May 7 16:29:47 CEST 2006.
--------
--- pcsc-cyberjack/pcsc-cyberjack.changes 2006-04-02 00:00:14.000000000 +0200
+++ STABLE/pcsc-cyberjack/pcsc-cyberjack.changes 2006-05-06 08:50:26.000000000 +0200
@@ -1,0 +2,5 @@
+Sat May 6 08:50:16 CEST 2006 - kukuk@xxxxxxx
+
+- Fix inclusion of kernel headers
+
+-------------------------------------------------------------------
New:
----
ctapi-cyberjack-2.0.10.dif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pcsc-cyberjack.spec ++++++
--- /var/tmp/diff_new_pack.iUuyjE/_old 2006-05-07 16:29:43.000000000 +0200
+++ /var/tmp/diff_new_pack.iUuyjE/_new 2006-05-07 16:29:43.000000000 +0200
@@ -13,7 +13,7 @@
Name: pcsc-cyberjack
BuildRequires: pcsc-lite-devel pkgconfig readline-devel
Version: 2.0.10
-Release: 7
+Release: 13
Provides: locale(MozillaFirefox:de_BE;en_BE;fr_BE;nl_BE;wa_BE)
Group: System/Libraries
License: LGPL
@@ -25,6 +25,7 @@
Patch2: ctapi-cyberjack-%{version}-make.patch
Patch3: ctapi-cyberjack-%{version}-rpath.patch
Patch4: ctapi-cyberjack-%{version}-libso.patch
+Patch5: ctapi-cyberjack-2.0.10.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define ifddir %{_libdir}/readers
%package -n ctapi-cyberjack
@@ -78,6 +79,7 @@
%patch2
%patch3
%patch4
+%patch5
%build
make all COPTS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing" RPATH="-Wl,-rpath -Wl,%{ifddir}"
@@ -116,6 +118,8 @@
%{_bindir}/*
%changelog -n pcsc-cyberjack
+* Sat May 06 2006 - kukuk@xxxxxxx
+- Fix inclusion of kernel headers
* Sun Apr 02 2006 - sndirsch@xxxxxxx
- added missing locale provides (Bug #161867)
* Mon Mar 27 2006 - schwab@xxxxxxx
++++++ ctapi-cyberjack-2.0.10.dif ++++++
--- ctapi/ausb/ausb.h
+++ ctapi/ausb/ausb.h 2006/05/06 06:39:56
@@ -15,6 +15,7 @@
#ifdef CONFIG_COMPAT
#undef CONFIG_COMPAT
#endif
+#include <linux/compiler.h>
#include <linux/usbdevice_fs.h>
#define AUSB_USBDEVFS_URB_TYPES 4
--- ctapi/ausb/usb.c
+++ ctapi/ausb/usb.c 2006/05/06 06:49:19
@@ -8,6 +8,7 @@
#ifdef CONFIG_COMPAT
#undef CONFIG_COMPAT
#endif
+#include <linux/compiler.h>
#include <linux/usbdevice_fs.h>
#define MAX_READ_WRITE 4096
--- ctapi/ecom/cj.h
+++ ctapi/ecom/cj.h 2006/05/06 06:47:56
@@ -26,6 +26,7 @@
#define H_CJ
#include <limits.h>
+#include <linux/compiler.h>
#include <linux/usbdevice_fs.h>
/* Return codes */
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |