diff --git a/musl-1.2.2.tar.gz b/musl-1.2.2.tar.gz deleted file mode 100644 index 9b04f4fc4e433a892ea88ea0946a24b4dd62aab5..0000000000000000000000000000000000000000 Binary files a/musl-1.2.2.tar.gz and /dev/null differ diff --git a/musl-1.2.3.tar.gz b/musl-1.2.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eede19ad0ea88e1b25bdaf9f40ad1359ee43f2cc Binary files /dev/null and b/musl-1.2.3.tar.gz differ diff --git a/musl.spec b/musl.spec index 2d5d7984f32944f3db0422579d0cf4481f0d6eb1..3943cb9b4df8d073851f215a1d74a86cc0b03e79 100644 --- a/musl.spec +++ b/musl.spec @@ -45,8 +45,8 @@ %global _includedir %{_prefix}/musl/include Name: musl -Version: 1.2.2 -Release: 2 +Version: 1.2.3 +Release: 1 Summary: An implementation of the standard library for Linux-based systems License: MIT @@ -180,6 +180,9 @@ ln -sr %{buildroot}%{_libdir}/libc.so %{buildroot}%{_libdir}/libutil.so.1 %{_libdir}/musl-gcc.specs %changelog +* Thu Aug 4 2022 linzhuorong - 1.2.3-1 +- upgrade to 1.2.3 + * Mon Oct 25 2021 zhuyan - 1.2.2-2 - fix compile error