OBS User unknown
2007-05-17 09:50:47 +00:00
committed by Git OBS Bridge
parent 3bc57f6cef
commit e8b72ee9c2
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 16 21:32:29 CEST 2007 - olh@suse.de
- Buildrequires libusb -> libusb-devel
-------------------------------------------------------------------
Mon Mar 5 17:32:11 CET 2007 - pgajdos@suse.cz

View File

@@ -13,9 +13,9 @@
Name: pcsc-lite
# FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
%define ifddir %{_libdir}/readers
BuildRequires: libusb pkg-config readline-devel resmgr
BuildRequires: libusb-devel pkg-config readline-devel resmgr
Version: 1.3.3
Release: 3
Release: 16
PreReq: %{insserv_prereq} %{fillup_prereq}
# For upgrade from <= SLES9:
PreReq: coreutils
@@ -142,6 +142,8 @@ fi
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed May 16 2007 - olh@suse.de
- Buildrequires libusb -> libusb-devel
* Mon Mar 05 2007 - pgajdos@suse.cz
- fixed 'warning: array subscript is above array bounds' (#239174)
* Tue Feb 13 2007 - sbrabec@suse.cz