From aa3e483978fd017af5ee68549d2263fe40288d7a9e0ae8f71ee8ba4516ef3a63 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 13 Sep 2008 05:10:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-lite?expand=0&rev=12 --- pcsc-lite-1.4.100.tar.bz2 | 3 --- pcsc-lite-1.4.102.tar.bz2 | 3 +++ pcsc-lite.changes | 22 ++++++++++++++++++++++ pcsc-lite.spec | 31 ++++++++++++++++++++++++------- 4 files changed, 49 insertions(+), 10 deletions(-) delete mode 100644 pcsc-lite-1.4.100.tar.bz2 create mode 100644 pcsc-lite-1.4.102.tar.bz2 diff --git a/pcsc-lite-1.4.100.tar.bz2 b/pcsc-lite-1.4.100.tar.bz2 deleted file mode 100644 index b3ba0c0..0000000 --- a/pcsc-lite-1.4.100.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3147c7dab05cd3aa4e473b6ab6e8f2bf74e2c5b1611b0e395bf258dba29c173e -size 464881 diff --git a/pcsc-lite-1.4.102.tar.bz2 b/pcsc-lite-1.4.102.tar.bz2 new file mode 100644 index 0000000..964cb03 --- /dev/null +++ b/pcsc-lite-1.4.102.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fc9e6324539537324b071e5b51c3388df9bfa92fb7e210b989b463122fc333 +size 460324 diff --git a/pcsc-lite.changes b/pcsc-lite.changes index 6333756..cede5bf 100644 --- a/pcsc-lite.changes +++ b/pcsc-lite.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Sep 10 14:54:11 CEST 2008 - sbrabec@suse.cz + +- Updated to version 1.4.102: + * pcscd -v now displays enabled features + * add support of SCARD_AUTOALLOCATE in SCardListReaders(), + SCardListReaderGroups() and SCardGetAttrib + * add SCardFreeMemory() + * try to use the reader polling thread also for the other slots + on a multi-slots reader + * solve a possible crash with SCardCancel() in multithreading + environment + * SCardConnect(), SCardReconnect(): do not check the parameter + dwPreferredProtocols if dwShareMode == SCARD_SHARE_DIRECT + * better support of driver termination (when pcscd exits) + * kill the driver polling thread only if the driver supports it. + * support for fork(). Handles are now invalid in the child + process. + * SCardStatus() returns SCARD_W_REMOVED_CARD instead of + SCARD_W_RESET_CARD when a card has been removed and inserted + * some other minor improvements and bug corrections + ------------------------------------------------------------------- Fri Aug 22 08:13:07 CEST 2008 - lnussel@suse.de diff --git a/pcsc-lite.spec b/pcsc-lite.spec index 0ea611e..84a20bd 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -1,5 +1,5 @@ # -# spec file for package pcsc-lite (Version 1.4.100) +# spec file for package pcsc-lite (Version 1.4.102) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,8 +24,8 @@ Name: pcsc-lite BuildRequires: hal-devel pkg-config readline-devel # For directory ownership: BuildRequires: udev -Version: 1.4.100 -Release: 49 +Version: 1.4.102 +Release: 1 PreReq: %{insserv_prereq} %{fillup_prereq} # For upgrade from <= SLES9: PreReq: coreutils @@ -92,7 +92,8 @@ cp -a %{S:2} . ACLOCAL="aclocal -I m4" autoreconf -f -i %configure\ --docdir=%{_docdir}/%{name}\ - --enable-usbdropdir=%{ifddir} + --enable-usbdropdir=%{ifddir}\ + --disable-static make %{?jobs:-j%jobs} %install @@ -104,9 +105,6 @@ install src/.libs/testpcsc $RPM_BUILD_ROOT%{_sbindir}/ mkdir $RPM_BUILD_ROOT/etc/init.d install -m 755 %{S:1} $RPM_BUILD_ROOT/etc/init.d/pcscd ln -sf ../../etc/init.d/pcscd $RPM_BUILD_ROOT%{_sbindir}/rcpcscd -#rm -r $RPM_BUILD_ROOT/usr/doc -# formaticc is no more provided -#rm $RPM_BUILD_ROOT%{_mandir}/man1/formaticc.1* # For upgrade from <= SLES9: touch $RPM_BUILD_ROOT%{_sysconfdir}/reader.conf.d/old-reader.conf mkdir -p $RPM_BUILD_ROOT/etc/udev/rules.d @@ -161,6 +159,25 @@ fi %{_libdir}/pkgconfig/*.pc %changelog +* Wed Sep 10 2008 sbrabec@suse.cz +- Updated to version 1.4.102: + * pcscd -v now displays enabled features + * add support of SCARD_AUTOALLOCATE in SCardListReaders(), + SCardListReaderGroups() and SCardGetAttrib + * add SCardFreeMemory() + * try to use the reader polling thread also for the other slots + on a multi-slots reader + * solve a possible crash with SCardCancel() in multithreading + environment + * SCardConnect(), SCardReconnect(): do not check the parameter + dwPreferredProtocols if dwShareMode == SCARD_SHARE_DIRECT + * better support of driver termination (when pcscd exits) + * kill the driver polling thread only if the driver supports it. + * support for fork(). Handles are now invalid in the child + process. + * SCardStatus() returns SCARD_W_REMOVED_CARD instead of + SCARD_W_RESET_CARD when a card has been removed and inserted + * some other minor improvements and bug corrections * Fri Aug 22 2008 lnussel@suse.de - remove resmgr from BuildRequires * Thu Apr 10 2008 ro@suse.de