]> git.pld-linux.org Git - packages/nghttp3.git/commitdiff
- updated to 0.5.0 (new soname)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Jun 2022 18:47:56 +0000 (20:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Jun 2022 18:47:56 +0000 (20:47 +0200)
nghttp3.spec

index 24898c4b9bd8243843aa0121582af909da194b42..ab321abe6cb3d939c764987c377547d443485c6a 100644 (file)
@@ -6,13 +6,13 @@
 Summary:       Implementation of HTTP/3 mapping over QUIC and QPACK in C
 Summary(pl.UTF-8):     Implementacja w C odwzorowania HTTP/3 w oparciu o QUIC i QPACK
 Name:          nghttp3
-Version:       0.2.0
+Version:       0.5.0
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://github.com/ngtcp2/nghttp3/releases
 Source0:       https://github.com/ngtcp2/nghttp3/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 61bbb4875054b66a929ac4148b278ef6
+# Source0-md5: 1a576dcf435ec80d5f4d065919d8a8a8
 URL:           https://github.com/ngtcp2/nghttp3
 BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: pkgconfig >= 1:0.20
@@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README.rst
 %attr(755,root,root) %{_libdir}/libnghttp3.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libnghttp3.so.1
+%attr(755,root,root) %ghost %{_libdir}/libnghttp3.so.2
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.093958 seconds and 4 git commands to generate.