diff --git a/bats.spec b/bats.spec index 40510c3..51daf36 100644 --- a/bats.spec +++ b/bats.spec @@ -1,5 +1,5 @@ Name: bats -Version: 1.9.0 +Version: 1.10.0 Release: 1 Summary: Bash Automated Testing System @@ -21,13 +21,12 @@ when testing software written in Bash, but you can use it to test any UNIX program. %prep -%autosetup -n bats-core-%{version} +%autosetup -n bats-core-%{version} -p1 %install ./install.sh %{buildroot}%{_prefix} %check -export TERM=dumb ./bin/bats test %files @@ -40,5 +39,8 @@ export TERM=dumb %{_mandir}/man7/%{name}.7.gz %changelog +* Sun Feb 25 2024 lijian - 1.10.0-1 +- Upgrade to 1.10.0 + * Mon Jul 10 2023 lijian - 1.9.0-1 - Package init. diff --git a/v1.10.0.tar.gz b/v1.10.0.tar.gz new file mode 100644 index 0000000..144ce9c Binary files /dev/null and b/v1.10.0.tar.gz differ diff --git a/v1.9.0.tar.gz b/v1.9.0.tar.gz deleted file mode 100644 index 32d2cb8..0000000 Binary files a/v1.9.0.tar.gz and /dev/null differ