From c166fac5c84769b8981847b10cb7be7ee44ba237 Mon Sep 17 00:00:00 2001 From: Shikha Vyaghra Date: Fri, 6 Sep 2024 04:03:43 +0000 Subject: [PATCH] packages: update libexpat to 2.6.3 --- packages/libexpat/Cargo.toml | 4 ++-- packages/libexpat/libexpat.spec | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/libexpat/Cargo.toml b/packages/libexpat/Cargo.toml index 918c4f046..7a2dc9830 100644 --- a/packages/libexpat/Cargo.toml +++ b/packages/libexpat/Cargo.toml @@ -12,8 +12,8 @@ path = "../packages.rs" releases-url = "https://github.com/libexpat/libexpat/releases/" [[package.metadata.build-package.external-files]] -url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz" -sha512 = "47b60967d6346d330dded87ea1a2957aa7d34dd825043386a89aa131054714f618ede57bfe97cf6caa40582a4bc67e198d2a915e7d8dbe8ee4f581857c2e3c2e" +url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.xz" +sha512 = "e02c4ad88f9d539258aa1c1db71ded7770a8f12c77b5535e5b34f040ae5b1361ef23132f16d96bdb7c096a83acd637a7c907916bdfcc6d5cfb9e35d04020ca0b" [build-dependencies] glibc = { path = "../glibc" } diff --git a/packages/libexpat/libexpat.spec b/packages/libexpat/libexpat.spec index 024ffa66c..1460dfab1 100644 --- a/packages/libexpat/libexpat.spec +++ b/packages/libexpat/libexpat.spec @@ -1,4 +1,4 @@ -%global unversion 2_6_2 +%global unversion 2_6_3 Name: %{_cross_os}libexpat Version: %(echo %{unversion} | sed 's/_/./g') @@ -43,7 +43,6 @@ Requires: %{name} %{_cross_libdir}/*.so %{_cross_includedir}/*.h %{_cross_pkgconfigdir}/*.pc -%exclude %{_cross_libdir}/*.la %exclude %{_cross_libdir}/cmake %changelog