Accepting request 112044 from security:chipcard

(forwarded request 112043 from wrosenauer)

OBS-URL: https://build.opensuse.org/request/show/112044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-lite?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2012-04-02 08:39:27 +00:00 committed by Git OBS Bridge
commit 4ee4fba002
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5525c7fff09e855ca75203256a1c5acc518dae8740867d41e10b75c55d94a364
size 548706

3
pcsc-lite-1.8.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4442d76e9d033340844fb419783f4ee4817dc8d0e5ff208991bb0be1db45d73
size 552100

View File

@ -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

View File

@ -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