Skip to content

Commit bcbc3db

Browse files
committed
packages: update libexpat to 2.6.3
(cherry picked from commit c166fac) Signed-off-by: Shikha Vyaghra <vyaghras@amazon.com>
1 parent 8d610d4 commit bcbc3db

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/libexpat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/libexpat/libexpat/releases/"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz"
16-
sha512 = "47b60967d6346d330dded87ea1a2957aa7d34dd825043386a89aa131054714f618ede57bfe97cf6caa40582a4bc67e198d2a915e7d8dbe8ee4f581857c2e3c2e"
15+
url = "https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.xz"
16+
sha512 = "e02c4ad88f9d539258aa1c1db71ded7770a8f12c77b5535e5b34f040ae5b1361ef23132f16d96bdb7c096a83acd637a7c907916bdfcc6d5cfb9e35d04020ca0b"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

packages/libexpat/libexpat.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%global unversion 2_6_2
1+
%global unversion 2_6_3
22

33
Name: %{_cross_os}libexpat
44
Version: %(echo %{unversion} | sed 's/_/./g')
@@ -43,7 +43,6 @@ Requires: %{name}
4343
%{_cross_libdir}/*.so
4444
%{_cross_includedir}/*.h
4545
%{_cross_pkgconfigdir}/*.pc
46-
%exclude %{_cross_libdir}/*.la
4746
%exclude %{_cross_libdir}/cmake
4847

4948
%changelog

0 commit comments

Comments
 (0)