diff --git a/1.3.1.tar.gz b/1.3.1.tar.gz deleted file mode 100644 index 8d9d46de90ef7ec2568c317ad0adb652e192acbc..0000000000000000000000000000000000000000 Binary files a/1.3.1.tar.gz and /dev/null differ diff --git a/meson-1.6.1.tar.gz b/meson-1.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..317e74470c5fbca0462adb0259a5df6ca04e179c Binary files /dev/null and b/meson-1.6.1.tar.gz differ diff --git a/meson.spec b/meson.spec index b91efa16e8b83496ea753b5876379f2fbb44c0c3..7bb90fc11c256a4b6d9713bcb3ffe7c20e7ddce5 100644 --- a/meson.spec +++ b/meson.spec @@ -1,10 +1,10 @@ Name: meson -Version: 1.3.1 +Version: 1.6.1 Release: 1 Summary: An open source high quality build system -License: ASL 2.0 +License: Apache-2.0 URL: https://mesonbuild.com/ -Source0: https://github.com/mesonbuild/meson/archive/refs/tags/%{version}.tar.gz +Source0: https://github.com/mesonbuild/meson/releases/download/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch Obsoletes: %{name}-gui < 0.31.0-3 @@ -48,6 +48,14 @@ install -Dpm0644 data/macros.%{name} %{buildroot}%{_rpmmacrodir}/macros.%{name} %{_mandir}/man1/%{name}.1* %changelog +* Tue Jan 07 2025 yaoxin <1024769339@qq.com> - 1.6.1-1 +- Update to 1.6.1: + * Handle top level options set in subprojects. + * modernize Rust template. + * CMakeToolchain: Log output on compiler state failure. + * rust: fix computation of library directory. + * modules/rust: Add support for autolib field in the Cargo.toml + * Fri Jan 12 2024 kkz - 1.3.1-1 - update to 1.3.1