diff --git a/opensc-0.21.0.tar.gz b/opensc-0.21.0.tar.gz deleted file mode 100644 index 607a974..0000000 Binary files a/opensc-0.21.0.tar.gz and /dev/null differ diff --git a/opensc-0.22.0.tar.gz b/opensc-0.22.0.tar.gz new file mode 100644 index 0000000..242d39e Binary files /dev/null and b/opensc-0.22.0.tar.gz differ diff --git a/opensc.spec b/opensc.spec index 7fcee62..b15fcbb 100644 --- a/opensc.spec +++ b/opensc.spec @@ -2,8 +2,8 @@ %define nssdb %{_sysconfdir}/pki/nssdb Name: opensc -Version: 0.21.0 -Release: 2 +Version: 0.22.0 +Release: 1 License: LGPLv2.1+ Summary: Smart card library and applications URL: https://github.com/OpenSC/OpenSC/wiki @@ -44,7 +44,7 @@ sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths --enable-sm \ --enable-pcsc \ --with-pcsc-provider=libpcsclite.so.1 -make %{?_smp_mflags} V=1 +%make_build %install make install DESTDIR=$RPM_BUILD_ROOT @@ -134,6 +134,9 @@ make check %{_datadir}/opensc/ %changelog +* Thu Aug 19 2021 zoulin - 0.22.0-1 +- Update version to 0.22.0 + * Thu Mar 18 2021 Hugel - 0.21.0-2 - Remove unused file pkcs11-register.desktop