diff --git a/pcsc-lite-1.8.3.tar.bz2 b/pcsc-lite-1.8.3.tar.bz2 deleted file mode 100644 index 571f2aa..0000000 --- a/pcsc-lite-1.8.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4442d76e9d033340844fb419783f4ee4817dc8d0e5ff208991bb0be1db45d73 -size 552100 diff --git a/pcsc-lite-1.8.4.tar.bz2 b/pcsc-lite-1.8.4.tar.bz2 new file mode 100644 index 0000000..de6c5ae --- /dev/null +++ b/pcsc-lite-1.8.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efcd5a2a431868575f7fce1c142d8bc124fc6585ce147a2afb9dd6f58da3fa6 +size 550284 diff --git a/pcsc-lite.changes b/pcsc-lite.changes index 52c2358..d08d343 100644 --- a/pcsc-lite.changes +++ b/pcsc-lite.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jun 29 06:54:29 UTC 2012 - wr@rosenauer.org + +- Updated to version 1.8.4 + * Add [ and ] in the list of accepted characters for a reader + name + * truncates the reader name if it is too long instead of + rejecting the reader + * The restriction to have to call SCardEstablishContext() in each + thread has been removed. Threads could now share a PC/SC + context. + * Update IFDHandler API Doxygen regarding the "libusb-1.0" naming + scheme + * Some other minor improvements and bug corrections + ------------------------------------------------------------------- Fri Mar 30 17:54:49 UTC 2012 - wr@rosenauer.org diff --git a/pcsc-lite.spec b/pcsc-lite.spec index 2393ada..ccca002 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -33,7 +33,7 @@ BuildRequires: libusb-1_0-devel BuildRequires: systemd %{?systemd_requires} %endif -Version: 1.8.3 +Version: 1.8.4 Release: 0 Requires(pre): pwdutils Url: http://pcsclite.alioth.debian.org/ @@ -127,9 +127,6 @@ compile plugins for the pcsc-lite package. cp -a %{S:1} %{S:2} %{S:5} %{S:6} . %build -%if %suse_version > 1110 -ACLOCAL="aclocal -I m4" autoreconf -f -i -%endif %configure\ --docdir=%{_docdir}/%{name} \ --enable-usbdropdir=%{ifddir} \ @@ -177,7 +174,6 @@ exit 0 /bin/systemctl restart pcscd.socket || : %endif %fillup_and_insserv -y -n pcscd pcscd -%restart_on_update pcscd %preun %if %suse_version > 1140 @@ -193,6 +189,7 @@ if [ "$1" = "1" ]; then /bin/systemctl daemon-reload >/dev/null 2>&1 || : fi %endif +%restart_on_update pcscd %insserv_cleanup %post -n libpcsclite1 -p /sbin/ldconfig