summaryrefslogtreecommitdiffstats
path: root/unit.spec
diff options
context:
space:
mode:
Diffstat (limited to 'unit.spec')
-rw-r--r--unit.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/unit.spec b/unit.spec
index 8e52092..f561568 100644
--- a/unit.spec
+++ b/unit.spec
@@ -9,7 +9,7 @@
%global gh_owner nginx
%global project unit
-%global gh_commit ba445d31f17194be335fb8bf6295bceac991299d
+%global gh_commit 7d77d50568b347ec71a9db1f53b77d1976535294
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
# distribution specific definitions
@@ -18,7 +18,7 @@
Name: unit
Summary: NGINX Unit application server
-Version: 1.19.0
+Version: 1.20.0
Release: 1%{?dist}
License: ASL 2.0
URL: https://unit.nginx.org/
@@ -75,6 +75,9 @@ cp pkg/rpm/rpmbuild/SOURCES/unit.example.config example.config
%build
+# see https://github.com/nginx/unit/issues/467
+%define _lto_cflags %{nil}
+
unitconf() {
./configure \
--libdir=%{_libdir} \
@@ -200,6 +203,13 @@ fi
%changelog
+* Fri Oct 9 2020 Remi Collet <remi@remirepo.net> - 1.20.0-1
+- update to 1.20.0
+
+* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 1.19.0-2
+- F33 build without LTO
+ reported as https://github.com/nginx/unit/issues/467
+
* Fri Aug 14 2020 Remi Collet <remi@remirepo.net> - 1.19.0-1
- update to 1.19.0