|
@@ -3,7 +3,7 @@
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
Name: curl
|
|
Name: curl
|
|
-Version: 7.78.0
|
|
|
|
|
|
+Version: 7.79.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: internet
|
|
Group: internet
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -156,9 +156,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{!?_licensedir:%global license %%doc}
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license COPYING
|
|
%license COPYING
|
|
%doc CHANGES README
|
|
%doc CHANGES README
|
|
-%doc docs/BUGS docs/CONTRIBUTE docs/examples docs/FAQ docs/FEATURES
|
|
|
|
-%doc docs/INSTALL docs/INTERNALS docs/MANUAL docs/RESOURCES
|
|
|
|
-%doc docs/TheArtOfHttpScripting docs/TODO
|
|
|
|
|
|
+%doc docs/BUGS.md docs/CONTRIBUTE.md docs/examples docs/FAQ docs/FEATURES.md
|
|
|
|
+%doc docs/INSTALL docs/INTERNALS.md docs/MANUAL.md
|
|
|
|
+%doc docs/TheArtOfHttpScripting.md docs/TODO
|
|
%{_bindir}/curl
|
|
%{_bindir}/curl
|
|
#{_datadir}/curl/*
|
|
#{_datadir}/curl/*
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
@@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.79.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Jul 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.78.0-1
|
|
* Thu Jul 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.78.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped Patch102 and 105.
|
|
- dropped Patch102 and 105.
|