diff --git a/curl.spec b/curl.spec index 91056c45b6e0cfb6a5e0049e4be34c675c46ea8c..982709ca3dc03beae98df9eb4d8dd335c326b381 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,8 @@ %define anolis_release 1 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl -Version: 8.5.0 +Epoch: 1 +Version: 8.4.0 Release: %{anolis_release}%{?dist} License: MIT Source0: https://curl.se/download/%{name}-%{version}.tar.xz @@ -366,6 +367,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/fish %doc docs/TheArtOfHttpScripting.md %changelog +* Mon Mar 25 2024 Zhenyu Wang - 8.4.0-1 +- Fallback version to 8.4.0 + * Thu Dec 07 2023 Funda Wang - 8.5.0-1 - New version 8.5.0 - Add forgotten errorcodes.pl (upstream issue#12462)