Skip to content

Commit

Permalink
343912: nghttp3-1.2.0-alt1 +1 more
Browse files Browse the repository at this point in the history
- 1.1.0 -> 1.2.0

ngtcp2-1.4.0-alt1

- 1.2.0 -> 1.4.0
  • Loading branch information
Anton Farygin committed Mar 29, 2024
1 parent cd70d52 commit d18ce48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
11 changes: 9 additions & 2 deletions n/nghttp3/nghttp3.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define soname 9

Name: nghttp3
Version: 1.1.0
Version: 1.2.0
Release: alt1
Summary: nghttp3 is an implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C

Expand All @@ -12,6 +12,10 @@ Url: https://github.com/ngtcp2/nghttp3
Vcs: https://github.com/ngtcp2/nghttp3
Source: %name-%version.tar

Source100: %name-%version-lib-sfparse.tar
Source101: %name-%version-lib-sfparse-munit.tar
Source102: %name-%version-tests-munit.tar

BuildRequires: gcc-c++ CUnit-devel

%description
Expand All @@ -38,7 +42,7 @@ for building applications with libnghttp2.


%prep
%setup
%setup -a100 -a101 -a102

%build
%autoreconf
Expand All @@ -63,6 +67,9 @@ rm -rf %buildroot%_defaultdocdir/%name
%_libdir/*.so

%changelog
* Fri Mar 29 2024 Anton Farygin <[email protected]> 1.2.0-alt1
- 1.1.0 -> 1.2.0

* Sat Jan 27 2024 Anton Farygin <[email protected]> 1.1.0-alt1
- 1.0.0 -> 1.1.0

Expand Down
9 changes: 7 additions & 2 deletions n/ngtcp2/ngtcp2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define ngtcp2_crypto_gnutls 8

Name: ngtcp2
Version: 1.2.0
Version: 1.4.0
Release: alt1
Summary: An implementation of the RFC9000 QUIC protocol

Expand All @@ -13,6 +13,8 @@ Url: https://github.com/ngtcp2/ngtcp2
Vcs: https://github.com/ngtcp2/ngtcp2.git
Source: %name-%version.tar

Source100: %name-%version-tests-munit.tar

BuildRequires: gcc-c++ CUnit-devel
# need openssl-quic branch
#BuildRequires: pkgconfig(openssl) >= 1.1.1
Expand Down Expand Up @@ -49,7 +51,7 @@ The libngtcp2-devel package includes libraries and header files needed
for building applications with libngtcp2.

%prep
%setup
%setup -a100

%build
%autoreconf
Expand Down Expand Up @@ -79,6 +81,9 @@ rm -rf %buildroot%_defaultdocdir/%name
%_libdir/*.so

%changelog
* Fri Mar 29 2024 Anton Farygin <[email protected]> 1.4.0-alt1
- 1.2.0 -> 1.4.0

* Sat Jan 27 2024 Anton Farygin <[email protected]> 1.2.0-alt1
- 1.0.1 -> 1.2.0

Expand Down

0 comments on commit d18ce48

Please sign in to comment.