Hello community,

here is the log from the commit of package pcsc-cyberjack for openSUSE:Factory 
checked in at 2014-04-26 06:06:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-cyberjack (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-cyberjack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-cyberjack/pcsc-cyberjack.changes    
2012-10-19 08:50:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new/pcsc-cyberjack.changes       
2014-04-26 06:06:16.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Apr 22 13:46:50 UTC 2014 - [email protected]
+
+- Updated to version 3.99.5 Service Pack 05
+  * Add support for CyberJack Go
+  * Add support for CyberJack wav
+- removed obsolete pcsc-cyberjack-gcc47.patch
+
+-------------------------------------------------------------------
+Mon Oct 29 12:54:19 UTC 2012 - [email protected]
+
+- fixed typo in logmessage (pcsc-cyberjack-fprintf.patch)
+
+-------------------------------------------------------------------

Old:
----
  pcsc-cyberjack-gcc47.patch
  pcsc-cyberjack_3.99.5final.SP03.tar.gz

New:
----
  pcsc-cyberjack-3.99.5final.SP05.tar.bz2
  pcsc-cyberjack-fprintf.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pcsc-cyberjack.spec ++++++
--- /var/tmp/diff_new_pack.E1Nnje/_old  2014-04-26 06:06:17.000000000 +0200
+++ /var/tmp/diff_new_pack.E1Nnje/_new  2014-04-26 06:06:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-cyberjack
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -38,18 +38,18 @@
 BuildRequires:  hal-devel
 BuildRequires:  libusb-devel
 %endif
-Version:        3.99.5final.SP03
+Version:        3.99.5final.SP05
 Release:        0
 Url:            http://www.reiner-sct.de/support/treiber_cyberjack.php
 Summary:        PC/SC IFD Handler for the Reiner SCT Cyberjack USB-SmartCard 
Readers
 License:        LGPL-2.1+
 Group:          Productivity/Security
-Source:         %{name}_%{version}.tar.gz
+Source:         %{name}-%{version}.tar.bz2
 Source1:        %{name}-README.SUSE
 Source2:        40-cyberjack.rules
 Patch1:         ctapi-cyberjack-configure.patch
 Patch2:         ctapi-cyberjack-check.patch
-Patch3:         pcsc-cyberjack-gcc47.patch
+Patch3:         pcsc-cyberjack-fprintf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define ifddir %(pkg-config --variable=usbdropdir libpcsclite)
 Supplements:    modalias(usb:v0C4Bp0100d*dc*dsc*dp*ic*isc*ip*)
@@ -69,7 +69,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n cyberjack-SP05
 cp -a %{S:1} README.SUSE
 %patch1
 %patch2

++++++ ctapi-cyberjack-configure.patch ++++++
--- /var/tmp/diff_new_pack.E1Nnje/_old  2014-04-26 06:06:17.000000000 +0200
+++ /var/tmp/diff_new_pack.E1Nnje/_new  2014-04-26 06:06:17.000000000 +0200
@@ -18,23 +18,3 @@
            ETC_SUBDIRS="hal"
            RPM_PCSC_DROPDIR="%{_libdir}/readers"
            ;;
---- configure
-+++ configure
-@@ -18009,16 +18009,7 @@
-     fi
-     if test -n "${RPM_DIST_TAG}"; then
-       case "${RPM_DIST_TAG}${RPM_DIST_VER}" in
--        suse9.*)
--          ETC_SUBDIRS="resmgr"
--          RPM_PCSC_DROPDIR="%{_libdir}/readers"
--          ;;
--        suse10.0)
--          ETC_SUBDIRS="udev"
--          USE_UDEV=1
--          RPM_PCSC_DROPDIR="%{_libdir}/readers"
--          ;;
--        suse10.1)
-+        suse*)
-           ETC_SUBDIRS="hal"
-           RPM_PCSC_DROPDIR="%{_libdir}/readers"
-           ;;

++++++ pcsc-cyberjack-fprintf.patch ++++++
diff --git a/cjeca32/ausb/ausb_libusb1.c b/cjeca32/ausb/ausb_libusb1.c
index e16be1f..a122e83 100644
--- a/cjeca32/ausb/ausb_libusb1.c
+++ b/cjeca32/ausb/ausb_libusb1.c
@@ -78,7 +78,7 @@ int ausb_libusb1_handle_events(){
   if (ausb_libusb1_context!=NULL)
     return libusb_handle_events(ausb_libusb1_context);
   else {
-    fprintf(stderr, "RSCT: No USB context.}n");
+    fprintf(stderr, "RSCT: No USB context.\n");
     return LIBUSB_ERROR_OTHER;
   }
 }
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to