From 4f8fc13d9357bd6e6ea68327634741e9d3168ac2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:21:48 +0100 Subject: [PATCH] update to 1.8.24 [release 1.8.24-1mamba;Sat Dec 08 2018] --- libpcsclite.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libpcsclite.spec b/libpcsclite.spec index 777b8b8..6d08cfe 100644 --- a/libpcsclite.spec +++ b/libpcsclite.spec @@ -1,5 +1,5 @@ Name: libpcsclite -Version: 1.8.23 +Version: 1.8.24 Release: 1mamba Summary: A SCard interface for communicating to smartcards and readers Group: System/Libraries @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://pcsclite.alioth.debian.org -Source: https://anonscm.debian.org/cgit/pcsclite/PCSC.git/pcsc-%{version}/PCSC-%{version}.tar.bz2 +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 @@ -49,7 +50,7 @@ PCSC Lite uses the same winscard api as used under Windows(R) and allows easy po This package contains static libraries and header files need for development. %prep -%setup -q -n PCSC-%{version} +%setup -q -n pcsc-lite-%{version} %build sh ./bootstrap @@ -100,10 +101,13 @@ install -d %{buildroot}%{_defaultdocdir}/%{name}-%{version} %{_libdir}/libpcscspy.la %{_libdir}/libpcscspy.so %{_libdir}/pkgconfig/* -%doc ChangeLog* DRIVERS HELP +%doc ChangeLog* HELP %doc NEWS README SECURITY %changelog +* Sat Dec 08 2018 Silvan Calarco 1.8.24-1mamba +- update to 1.8.24 + * Sun Dec 24 2017 Automatic Build System 1.8.23-1mamba - automatic version update by autodist