diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-10-26 13:55:03 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-10-26 13:57:13 -0700 |
| commit | a62b1362f05c55207e4e5f7c911de5c1a1d38b06 (patch) | |
| tree | d496e5f3964426ec892d24f4713018dcbbee9def /libs | |
| parent | ad605a78e10321c9ca71c512e66c10799d3f50cd (diff) | |
| download | specs-a62b1362f05c55207e4e5f7c911de5c1a1d38b06.tar.gz specs-a62b1362f05c55207e4e5f7c911de5c1a1d38b06.tar.xz specs-a62b1362f05c55207e4e5f7c911de5c1a1d38b06.zip | |
folly & fizz: update to 2020.10.26.00
folly:
- build docs
- don't run tests if built without tests
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/fizz.spec | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/libs/fizz.spec b/libs/fizz.spec index 37ce655..b42a2a4 100644 --- a/libs/fizz.spec +++ b/libs/fizz.spec @@ -1,14 +1,14 @@ Name: fizz -Version: 2020.10.19.00 +Version: 2020.10.26.00 Release: 1%{?dist} Summary: A C++14 implementation of the TLS-1.3 standard License: BSD URL: https://github.com/facebookincubator/fizz Source0: https://github.com/facebookincubator/fizz/releases/download/v%{version}/fizz-v%{version}.tar.gz -Patch0: fizz-%{version}-maybe_uninitialized.patch -Patch1: fizz-%{version}-fix_fizz_test_support_dest.patch -Patch2: fizz-%{version}-allow_overriding_version.patch +Patch0: fizz-2020.10.19.00-maybe_uninitialized.patch +Patch1: fizz-2020.10.19.00-fix_fizz_test_support_dest.patch +Patch2: fizz-2020.10.19.00-allow_overriding_version.patch # Folly is known not to work on big-endian CPUs # will file a proper blocking bug once this is imported @@ -42,7 +42,8 @@ developing applications that use %{name}. %build %cmake fizz \ -DCMAKE_INSTALL_DIR=%{_libdir}/cmake/%{name} \ - -DPACKAGE_VERSION=%{version} + -DPACKAGE_VERSION=%{version} \ + -DSO_VERSION=%{version} %cmake_build @@ -67,5 +68,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Mon Oct 26 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.26.00-1 +- Update to 2020.10.26.00 + * Thu Oct 22 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.10.19.00-1 - Initial package |
