Accepting request 126504 from home:wrosenauer:devel
OBS-URL: https://build.opensuse.org/request/show/126504 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=75
This commit is contained in:
parent
7e0ffb9c9f
commit
d16d214e18
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4442d76e9d033340844fb419783f4ee4817dc8d0e5ff208991bb0be1db45d73
|
||||
size 552100
|
3
pcsc-lite-1.8.4.tar.bz2
Normal file
3
pcsc-lite-1.8.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5efcd5a2a431868575f7fce1c142d8bc124fc6585ce147a2afb9dd6f58da3fa6
|
||||
size 550284
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user