diff --git a/pcsclite-driver-ccid.spec b/pcsclite-driver-ccid.spec index a5c9c74..3d7f3bd 100644 --- a/pcsclite-driver-ccid.spec +++ b/pcsclite-driver-ccid.spec @@ -1,5 +1,5 @@ Name: pcsclite-driver-ccid -Version: 1.5.5 +Version: 1.6.1 Release: 1mamba Summary: A generic USB CCID (Chip/Smart Card Interface Devices) driver Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://ccid.apdu.fr/ -Source: https://ccid.apdu.fr/files/ccid-%{version}.tar.bz2 +Source: https://ccid.apdu.fr/files/ccid-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -24,13 +24,13 @@ This package provides the source code for a generic USB CCID (Chip/Smart Card In %setup -q -n ccid-%{version} %build -%configure +%meson -%make +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -42,6 +42,9 @@ This package provides the source code for a generic USB CCID (Chip/Smart Card In %doc AUTHORS COPYING %changelog +* Thu Jul 11 2024 Silvan Calarco 1.6.1-1mamba +- update to 1.6.1 + * Fri Jan 05 2024 Automatic Build System 1.5.5-1mamba - automatic version update by autodist