diff --git a/ltp-20210121.tar.gz b/ltp-20240930.tar.gz similarity index 36% rename from ltp-20210121.tar.gz rename to ltp-20240930.tar.gz index 8ee01c56ecbd25bf17ea13ac52b91d5b9bd6a8d8..4d3f5e8b1eb1ca00475d8e1d84a8a14255ed924d 100644 Binary files a/ltp-20210121.tar.gz and b/ltp-20240930.tar.gz differ diff --git a/ltp.spec b/ltp.spec index 60ea55eb8d73dd21390340e41579bcb636ba4bea..58eeaf1fcce542ae55047b118e10beac45baa6d7 100755 --- a/ltp.spec +++ b/ltp.spec @@ -1,10 +1,10 @@ Summary: Linux test project Name: ltp -Version: 20210121 +Version: 20240930 Release: 1 License: GPLv2 and GPLv2+ URL: https://github.com/linux-test-project/ltp -Source: https://github.com/linux-test-project/ltp/archive/refs/tags/%{name}-%{version}.tar.gz +Source: https://github.com/linux-test-project/ltp/releases/tag/%{name}-%{version}.tar.gz BuildRequires: gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers @@ -36,5 +36,8 @@ make install DESTDIR="%{buildroot}" /usr/* %changelog +* Fri Nov 08 2024 zhangyuting 20240930-1 +- Update version to 20240930 + * Thu Apr 29 2021 ssstone<31761424@qq.com> - Package init