diff --git a/pcsc-lite-1.8.2.tar.bz2 b/pcsc-lite-1.8.2.tar.bz2 deleted file mode 100644 index b89bcc9..0000000 --- a/pcsc-lite-1.8.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5525c7fff09e855ca75203256a1c5acc518dae8740867d41e10b75c55d94a364 -size 548706 diff --git a/pcsc-lite-1.8.3.tar.bz2 b/pcsc-lite-1.8.3.tar.bz2 new file mode 100644 index 0000000..571f2aa --- /dev/null +++ b/pcsc-lite-1.8.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4442d76e9d033340844fb419783f4ee4817dc8d0e5ff208991bb0be1db45d73 +size 552100 diff --git a/pcsc-lite.changes b/pcsc-lite.changes index 9be72df..52c2358 100644 --- a/pcsc-lite.changes +++ b/pcsc-lite.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 30 17:54:49 UTC 2012 - wr@rosenauer.org + +- Updated to version 1.8.3 + * ignore directories and hidden (.*) files when parsing a + configuration directory (like /etc/reader.conf.d/) + * fix a bug in PC/SC spy tool when loading of the real library + fails + * add + PCSCv2_PART10_PROPERTY_dwMaxAPDUDataSize, + PCSCv2_PART10_PROPERTY_wIdVendor, + PCSCv2_PART10_PROPERTY_wIdProduct + from PC/SC v2 part 10 release 2.02.09 + * Some other minor improvements and bug corrections + ------------------------------------------------------------------- Thu Jan 19 12:38:48 UTC 2012 - wr@rosenauer.org diff --git a/pcsc-lite.spec b/pcsc-lite.spec index 4bb1223..2393ada 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: pcsc-lite # FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do: %define ifddir %{_libdir}/readers @@ -32,7 +33,7 @@ BuildRequires: libusb-1_0-devel BuildRequires: systemd %{?systemd_requires} %endif -Version: 1.8.2 +Version: 1.8.3 Release: 0 Requires(pre): pwdutils Url: http://pcsclite.alioth.debian.org/ @@ -111,9 +112,9 @@ Summary: Development package for the MUSCLE project SmartCards library License: BSD-3-Clause ; GPL-3.0+ Group: Development/Libraries/C and C++ Requires: %{name} = %{version}-%{release} +Requires: glibc-devel Requires: libpcsclite1 = %{version}-%{release} Requires: libpcscspy0 = %{version}-%{release} -Requires: glibc-devel %description devel This package contains the development files for pcsc-lite. It allows to