diff --git a/qrencode.spec b/qrencode.spec index 812fd22912e33326b26730799726253d7de19e7d..3534ef7491f16b70d79eea9db0001e4e054be5ca 100644 --- a/qrencode.spec +++ b/qrencode.spec @@ -1,6 +1,6 @@ Name: qrencode Version: 4.1.1 -Release: 1 +Release: 2 Summary: Compact library for encoding data in a QR Code symbol License: LGPLv2+ URL: https://fukuchi.org/works/qrencode/ @@ -48,8 +48,10 @@ autoconf chrpath --delete %{buildroot}%{_bindir}/qrencode +%ifnarch riscv64 #Include previous ABI version for temporary binary compatibility cp -a %{_libdir}/libqrencode.so.3* %{buildroot}%{_libdir} +%endif %check pushd ./tests @@ -75,6 +77,9 @@ popd %{_mandir}/man1/qrencode.1* %changelog +* Thu Aug 12 2021 lishiyang - 4.1.1-2 +- Path modification error + * Thu Jan 28 2021 jinzhimin - 4.1.1-1 - Upgrade to 4.1.1