[packages/ngtcp2] - updated to 1.5.0 (new soname)
qboosh
qboosh at pld-linux.org
Thu May 16 21:29:55 CEST 2024
commit 39cf434be8b073a4056aa4cce419c7c01708aedb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu May 16 21:20:06 2024 +0200
- updated to 1.5.0 (new soname)
ngtcp2.spec | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/ngtcp2.spec b/ngtcp2.spec
index b589e08..d66531b 100644
--- a/ngtcp2.spec
+++ b/ngtcp2.spec
@@ -10,23 +10,22 @@
Summary: Effort to implement QUIC protocol (RFC 9000)
Summary(pl.UTF-8): Próba implementacji protokołu QUIC (RFC 9000)
Name: ngtcp2
-Version: 0.19.0
+Version: 1.5.0
Release: 1
License: MIT
Group: Libraries
#Source0Download: https://github.com/ngtcp2/ngtcp2/releases
Source0: https://github.com/ngtcp2/ngtcp2/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 62278184df29a743f742b37bf8c0bffc
+# Source0-md5: d2c88c3dd77e73452997f38e8bb92242
URL: https://github.com/ngtcp2/ngtcp2
%{?with_gnutls:BuildRequires: gnutls-devel >= 3.7.3}
-BuildRequires: libev-devel
-BuildRequires: libstdc++-devel >= 6:7
-BuildRequires: nghttp3-devel >= 0.2.0
+BuildRequires: libstdc++-devel >= 6:10
%{?with_openssl:BuildRequires: openssl-devel(quic) >= 1.1.1}
BuildRequires: pkgconfig >= 1:0.20
BuildRequires: rpm-build >= 4.6
BuildRequires: tar >= 1:1.22
BuildRequires: xz
+# for examples: libbrotli-devel >= 1.0.9, libev-devel, libstdc++-devel >= 6:11, nghttp3-devel >= 1.0.0, optionally jemalloc-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -149,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog README.rst
%attr(755,root,root) %{_libdir}/libngtcp2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libngtcp2.so.15
+%attr(755,root,root) %ghost %{_libdir}/libngtcp2.so.16
%files devel
%defattr(644,root,root,755)
@@ -170,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
%files crypto-gnutls
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libngtcp2_crypto_gnutls.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libngtcp2_crypto_gnutls.so.7
+%attr(755,root,root) %ghost %{_libdir}/libngtcp2_crypto_gnutls.so.8
%files crypto-gnutls-devel
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ngtcp2.git/commitdiff/39cf434be8b073a4056aa4cce419c7c01708aedb
More information about the pld-cvs-commit
mailing list