forked from altlinux/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
@@ -38,7 +42,7 @@ for building applications with libnghttp2. | |
|
||
|
||
%prep | ||
%setup | ||
%setup -a100 -a101 -a102 | ||
|
||
%build | ||
%autoreconf | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|