diff --git a/curl-8.5.0.tar.xz b/curl-8.5.0.tar.xz deleted file mode 100644 index 6e807c98ab011b4f8cf4eefca949fc36c0f7dcf8..0000000000000000000000000000000000000000 Binary files a/curl-8.5.0.tar.xz and /dev/null differ diff --git a/curl-8.7.1.tar.xz b/curl-8.7.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..7191821def91cb529a63750047641df629c683b8 Binary files /dev/null and b/curl-8.7.1.tar.xz differ diff --git a/curl.spec b/curl.spec index 91056c45b6e0cfb6a5e0049e4be34c675c46ea8c..835ed02801fca35400110e5c5de18b20d60c282b 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ %define anolis_release 1 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl -Version: 8.5.0 +Version: 8.7.1 Release: %{anolis_release}%{?dist} License: MIT Source0: https://curl.se/download/%{name}-%{version}.tar.xz @@ -329,7 +329,7 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/fish %files %{_bindir}/curl %{_mandir}/man1/curl.1* -%{_datadir}/zsh +#%%{_datadir}/zsh %files -n libcurl %license COPYING @@ -366,6 +366,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/fish %doc docs/TheArtOfHttpScripting.md %changelog +* Thu Mar 28 2024 mgb01105731 - 8.7.1-1 +- update to 8.7.1 + * Thu Dec 07 2023 Funda Wang - 8.5.0-1 - New version 8.5.0 - Add forgotten errorcodes.pl (upstream issue#12462)