From 9300ed9ec0713eb5c7f15f68989a95a8899fecde Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:21:48 +0100 Subject: [PATCH] update to 1.9.3 [release 1.9.3-1mamba;Mon Sep 13 2021] --- libpcsclite.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/libpcsclite.spec b/libpcsclite.spec index 1a07a14..7fcafbd 100644 --- a/libpcsclite.spec +++ b/libpcsclite.spec @@ -1,23 +1,22 @@ Name: libpcsclite -Version: 1.9.1 +Version: 1.9.3 Release: 1mamba Summary: A SCard interface for communicating to smartcards and readers Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: https://pcsclite.alioth.debian.org +Packager: Silvan Calarco +URL: https://pcsclite.apdu.fr/ Source: https://pcsclite.apdu.fr/files/pcsc-lite-%{version}.tar.bz2 -#https://anonscm.debian.org/cgit/pcsclite/PCSC.git/pcsc-%{version}/PCSC-%{version}.tar.bz2 -#https://alioth.debian.org/frs/download.php/file/4126/pcsc-lite-%{version}.tar.bz2 License: Distributable ## AUTOBUILDREQ-BEGIN +#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package BuildRequires: glibc-devel -BuildRequires: udev-devel +BuildRequires: libsystemd-devel +BuildRequires: libudev-devel ## AUTOBUILDREQ-END BuildRequires: flex Provides: pcsc-lite-libs -BuildRoot: %{_tmppath}/%{name}-%{version}-root # FIXME (BuildRequirements) # checking for smartcard/scf.h... no @@ -47,7 +46,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. PCSC Lite uses the same winscard api as used under Windows(R) and allows easy porting of Windows smartcard software to other operating systems. -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %debug_package @@ -107,6 +106,9 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version} %doc NEWS README SECURITY %changelog +* Mon Sep 13 2021 Silvan Calarco 1.9.3-1mamba +- update to 1.9.3 + * Sat Feb 20 2021 Automatic Build System 1.9.1-1mamba - automatic version update by autodist