Browse Source

updated 2 packages

curl-7.79.1-1

nghttp2-1.45.1-2
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
eac6f7bf75
2 changed files with 13 additions and 5 deletions
  1. 7 4
      c/curl/curl-vl.spec
  2. 6 1
      n/nghttp2/nghttp2-vl.spec

+ 7 - 4
c/curl/curl-vl.spec

@@ -3,7 +3,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.78.0
+Version: 7.79.1
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -156,9 +156,9 @@ rm -rf $RPM_BUILD_ROOT
 %{!?_licensedir:%global license %%doc}
 %license COPYING
 %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
 #{_datadir}/curl/*
 %{_libdir}/*.so.*
@@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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
 - new upstream release.
 - dropped Patch102 and 105.

+ 6 - 1
n/nghttp2/nghttp2-vl.spec

@@ -9,7 +9,7 @@ Summary: Experimental HTTP/2 client, server and proxy
 Summary(ja): HTTP/2クライアント・サーバ・プロキシの実験的実装
 Name: nghttp2
 Version: 1.45.1
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: internet
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -160,6 +160,7 @@ export "LD_LIBRARY_PATH=%{buildroot}%{_libdir}:$LD_LIBRARY_PATH"
 make %{?_smp_mflags} check
 %endif
 
+
 %if %{with app}
 %files
 %{_bindir}/h2load
@@ -200,7 +201,11 @@ make %{?_smp_mflags} check
 %doc README.rst
 %endif
 
+
 %changelog
+* Sat Oct 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.45.1-2
+- rebuilt with openssl-3.0.0.
+
 * Thu Sep 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.45.1-1
 - new upstream release.