This commit is contained in:
parent
ea2352da3c
commit
2f99a1ce6b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 14 11:30:38 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
- On request of author reverted to libusb0 to prevent errors.
|
||||
http://www.nabble.com/Re%3A-patch-for-libusb-0.9.3-libusb-os-linux_usbfs.c-p20421276.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 11:53:48 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
|
@ -20,12 +20,15 @@
|
||||
|
||||
Name: pcsc-ccid
|
||||
%define _name ccid
|
||||
BuildRequires: libusb-compat-devel pcsc-lite-devel pkg-config
|
||||
BuildRequires: libusb-devel pcsc-lite-devel pkg-config
|
||||
Version: 1.3.8
|
||||
Release: 1
|
||||
Release: 2
|
||||
Provides: locale(MozillaFirefox:de_BE;en_BE;fr_BE;nl_BE;wa_BE)
|
||||
# pcsc-ccid uses libusb-1.0 features over libusb-0.1 API:
|
||||
Requires: libusb-1_0-features-in-0_1-api
|
||||
# If you want to experiment with libusb-1.0, uncomment following three
|
||||
# lines and remove libusb-devel from BuildRequires:
|
||||
## pcsc-ccid uses libusb-1.0 features over libusb-0.1 API:
|
||||
#BuildRequires: libusb-compat-devel
|
||||
#Requires: libusb-1_0-features-in-0_1-api
|
||||
Group: Productivity/Security
|
||||
License: LGPL v2.1 or later
|
||||
Url: http://pcsclite.alioth.debian.org/ccid.html
|
||||
@ -87,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{ifddir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 14 2008 sbrabec@suse.cz
|
||||
- On request of author reverted to libusb0 to prevent errors.
|
||||
http://www.nabble.com/Re%%3A-patch-for-libusb-0.9.3-libusb-os-linux_usbfs.c-p20421276.html
|
||||
* Fri Sep 05 2008 sbrabec@suse.cz
|
||||
- Updated to version 1.3.8:
|
||||
* Fixes and code improvements.
|
||||
@ -128,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Other fixes.
|
||||
* Fri Nov 24 2006 mjancar@suse.cz
|
||||
- set IFSC in the SetParameters when required (#223566)
|
||||
* Sat Aug 12 2006 stark@suse.de
|
||||
* Fri Aug 11 2006 stark@suse.de
|
||||
- update to version 1.0.1
|
||||
* add support for Axalto Reflex USB v3, SCM Micro SDI 010, Winbond
|
||||
Electronics W81E381 chipset, Gemplus GemPC Card, Athena ASE IIIe
|
||||
@ -139,7 +145,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
function has been removed from pcscd API
|
||||
* use -fvisibility=hidden is available to limit the number of
|
||||
exported symbols
|
||||
* Sun Apr 02 2006 sndirsch@suse.de
|
||||
* Sat Apr 01 2006 sndirsch@suse.de
|
||||
- added missing locale provides (Bug #161867)
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
@ -158,7 +164,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- remove keeper from nfb (unused)
|
||||
* Mon Oct 10 2005 stark@suse.de
|
||||
- Updated towitoko driver to 2.0.7 and install USB bundle
|
||||
* Thu Sep 22 2005 stark@suse.de
|
||||
* Wed Sep 21 2005 stark@suse.de
|
||||
- Repackaged CCID as bundle for USB usage (#116497)
|
||||
* Tue Sep 20 2005 stark@suse.de
|
||||
- handle old reader.conf in upgrade case
|
||||
@ -261,7 +267,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- fixed /etc/init.d/pcscd status-handling (bug #9069)
|
||||
* Thu Jun 07 2001 ro@suse.de
|
||||
- fix broken Makefile.am
|
||||
* Mon Apr 23 2001 mge@suse.de
|
||||
* Sun Apr 22 2001 mge@suse.de
|
||||
- update to 0.9.1
|
||||
* Thu Apr 19 2001 mge@suse.de
|
||||
* Wed Apr 18 2001 mge@suse.de
|
||||
- created package
|
||||
|
Loading…
Reference in New Issue
Block a user