From 3a61ed334b6ed51c990415cac756c2d02eff9647 Mon Sep 17 00:00:00 2001 From: lishiyangasdf Date: Thu, 12 Aug 2021 07:38:58 +0000 Subject: [PATCH 1/5] update qrencode.spec. --- qrencode.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrencode.spec b/qrencode.spec index 812fd22..a2209b1 100644 --- a/qrencode.spec +++ b/qrencode.spec @@ -49,7 +49,7 @@ autoconf chrpath --delete %{buildroot}%{_bindir}/qrencode #Include previous ABI version for temporary binary compatibility -cp -a %{_libdir}/libqrencode.so.3* %{buildroot}%{_libdir} +cp -a %{_libdir}/libqrencode.so.* %{buildroot}%{_libdir} %check pushd ./tests -- Gitee From c54afb834d19a12b30aa6ac4831a212eb80fe57e Mon Sep 17 00:00:00 2001 From: lishiyangasdf Date: Thu, 12 Aug 2021 11:19:15 +0000 Subject: [PATCH 2/5] update qrencode.spec. --- qrencode.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qrencode.spec b/qrencode.spec index a2209b1..c79edbe 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/ @@ -75,6 +75,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 -- Gitee From 3aff3b90ffc276f290164c023dac990f9f60cc91 Mon Sep 17 00:00:00 2001 From: lishiyangasdf Date: Thu, 12 Aug 2021 11:28:39 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20qrencode-4.1.?= =?UTF-8?q?1.tar.bz2=20=E4=B8=BA=20qrencode-4.1.2.tar.bz2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qrencode-4.1.1.tar.bz2 => qrencode-4.1.2.tar.bz2 | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename qrencode-4.1.1.tar.bz2 => qrencode-4.1.2.tar.bz2 (100%) diff --git a/qrencode-4.1.1.tar.bz2 b/qrencode-4.1.2.tar.bz2 similarity index 100% rename from qrencode-4.1.1.tar.bz2 rename to qrencode-4.1.2.tar.bz2 -- Gitee From 3cce906a6efa689f83991c646418ad6b95121e42 Mon Sep 17 00:00:00 2001 From: lishiyangasdf Date: Thu, 12 Aug 2021 11:58:45 +0000 Subject: [PATCH 4/5] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20qrencode-4.1.?= =?UTF-8?q?2.tar.bz2=20=E4=B8=BA=20qrencode-4.1.1.tar.bz2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qrencode-4.1.2.tar.bz2 => qrencode-4.1.1.tar.bz2 | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename qrencode-4.1.2.tar.bz2 => qrencode-4.1.1.tar.bz2 (100%) diff --git a/qrencode-4.1.2.tar.bz2 b/qrencode-4.1.1.tar.bz2 similarity index 100% rename from qrencode-4.1.2.tar.bz2 rename to qrencode-4.1.1.tar.bz2 -- Gitee From 31365096c2ddef076da89ef9128fc8a9dc53ef93 Mon Sep 17 00:00:00 2001 From: lishiyangasdf Date: Fri, 13 Aug 2021 04:57:33 +0000 Subject: [PATCH 5/5] update qrencode.spec. --- qrencode.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qrencode.spec b/qrencode.spec index c79edbe..3534ef7 100644 --- a/qrencode.spec +++ b/qrencode.spec @@ -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.* %{buildroot}%{_libdir} +cp -a %{_libdir}/libqrencode.so.3* %{buildroot}%{_libdir} +%endif %check pushd ./tests -- Gitee