From 278d993079a8be0fc8d5aaffd3863fae54396144 Mon Sep 17 00:00:00 2001 From: weidongkl Date: Tue, 19 Aug 2025 16:38:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95patch=E6=89=93?= =?UTF-8?q?=E5=85=A5=E6=96=87=E4=BB=B6=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: weidongkl --- librsvg2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/librsvg2.spec b/librsvg2.spec index 62f46f7..fe027a8 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -71,6 +71,7 @@ rm -vrf vendor .cargo Cargo.lock tar xvf %{SOURCE1} sed -i Makefile.am -e 's/$(CARGO) --locked/$(CARGO)/' %cargo_prep +cat -n .cargo/config %patch0 -p1 %if 0%{?bundled_rust_deps} -- Gitee From 1a0566ceffee8f3ea8a05c48a2f5c13dc5069b02 Mon Sep 17 00:00:00 2001 From: weidongkl Date: Tue, 19 Aug 2025 16:46:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=85=B7=E4=BD=93?= =?UTF-8?q?=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- librsvg2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librsvg2.spec b/librsvg2.spec index fe027a8..ca015ce 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -71,7 +71,7 @@ rm -vrf vendor .cargo Cargo.lock tar xvf %{SOURCE1} sed -i Makefile.am -e 's/$(CARGO) --locked/$(CARGO)/' %cargo_prep -cat -n .cargo/config +rpm --eval '%cargo_prep' %patch0 -p1 %if 0%{?bundled_rust_deps} -- Gitee