Tmux update, RPM update to 1.20 mainline

This commit is contained in:
2021-07-07 07:07:48 +02:00
parent 6316878c0c
commit 7efa714b4b
2 changed files with 22 additions and 14 deletions

View File

@@ -22,8 +22,8 @@
Name: nginx
Epoch: 1
Version: 1.19.10
Release: 1%{?dist}
Version: 1.20.0
Release: 2%{?dist}
Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
@@ -72,9 +72,6 @@ Requires: nginx-filesystem = %{epoch}:%{version}-%{release}
Requires: openssl
Requires: pcre
Requires(pre): nginx-filesystem
%if 0%{?with_mailcap_mimetypes}
Requires: nginx-mimetypes
%endif
Provides: webserver
BuildRequires: systemd
@@ -328,6 +325,7 @@ export DESTDIR=%{buildroot}
--with-http_v2_module \
--with-http_realip_module \
--with-http_addition_module \
--with-http_auth_request_module \
--with-http_xslt_module=dynamic \
--with-http_image_filter_module=dynamic \
--with-http_geoip_module=dynamic \
@@ -342,6 +340,8 @@ export DESTDIR=%{buildroot}
--with-http_degradation_module \
--with-http_slice_module \
--with-http_stub_status_module \
--with-http_sub_module \
--with-http_v2_module \
--with-http_perl_module=dynamic \
--with-http_auth_request_module \
--with-mail=dynamic \
@@ -374,6 +374,7 @@ export DESTDIR=%{buildroot}
--add-dynamic-module=%{_builddir}/set-misc-nginx-module-master \
%endif
--with-debug \
--with-threads \
--with-cc-opt="%{optflags} $(pcre-config --cflags)" \
--with-ld-opt="$RPM_LD_FLAGS -Wl,-E" # so the perl module finds its symbols
@@ -427,10 +428,6 @@ install -p -m 0644 %{SOURCE101} %{SOURCE102} \
install -p -m 0644 %{SOURCE103} %{SOURCE104} \
%{buildroot}%{_datadir}/nginx/html
%if 0%{?with_mailcap_mimetypes}
rm -f %{buildroot}%{_sysconfdir}/nginx/mime.types
%endif
install -p -D -m 0644 %{_builddir}/nginx-%{version}/man/nginx.8 \
%{buildroot}%{_mandir}/man8/nginx.8
@@ -598,6 +595,7 @@ fi
%config(noreplace) %{_sysconfdir}/nginx/mime.types
%endif
%config(noreplace) %{_sysconfdir}/nginx/mime.types.default
%config(noreplace) %{_sysconfdir}/nginx/mime.types
%config(noreplace) %{_sysconfdir}/nginx/nginx.conf
%config(noreplace) %{_sysconfdir}/nginx/nginx.conf.default
%config(noreplace) %{_sysconfdir}/nginx/scgi_params
@@ -694,7 +692,13 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog
* Mon Apr 3 2021 Daniel Steiner <daniel.steiner@threema.ch>
* Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch>
- Upadate to mainline version 1.20.1.
* Wed Jul 7 2021 Daniel Steiner <daniel.steiner@threema.ch>
- Upadate to mainline version 1.20.0.
* Mon Apr 5 2021 Daniel Steiner <daniel.steiner@threema.ch>
- Upadate to version 1.19.10 on CentOS 8.
* Mon Mar 29 2021 Daniel Steiner <daniel.steiner@threema.ch>

View File

@@ -1,8 +1,8 @@
%global _hardened_build 1
Name: tmux
Version: 3.0
Release: 2%{?dist}
Version: 3.2a
Release: 1%{?dist}
Summary: A terminal multiplexer
# Most of the source is ISC licensed; some of the files in compat/ are 2 and
@@ -15,6 +15,7 @@ Source1: bash_completion_tmux.sh
Source2: tmux.conf
BuildRequires: gcc
BuildRequires: byacc
BuildRequires: pkgconfig(libevent)
BuildRequires: pkgconfig(tinfo)
BuildRequires: pkgconfig(ncurses)
@@ -69,9 +70,12 @@ fi
%config(noreplace) %{_sysconfdir}/tmux.conf
%changelog
* Sun Sep 29 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
* Tue Jul 6 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to latest version.
* Sun Sep 29 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Default tmux config added.
* Fri Aug 16 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
* Fri Aug 16 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Initial to version 3.0 for CentOS.