Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 012e900843 |
@@ -9,6 +9,23 @@ Thu May 22 13:30:23 CEST 2025 - mls@suse.de
|
||||
- fix resume after suspend in multiuser mode
|
||||
new patch: multicont.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 12:37:40 UTC 2025 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- K&R source is not ready for C23 used by default with GCC 15.
|
||||
Use -std=gnu89 instead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 10:49:16 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Disable libutempter, it doesn't work anymore with the switch
|
||||
from utmp to systemd-logind and only creates error messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 13:12:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 12:01:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -43,7 +43,9 @@ BuildRequires: automake
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pam-devel
|
||||
%if 0%{?suse_version} < 1600
|
||||
BuildRequires: utempter-devel
|
||||
%endif
|
||||
Requires: terminfo-base
|
||||
Requires(post): permissions
|
||||
%systemd_ordering
|
||||
@@ -68,7 +70,7 @@ Documentation: man page
|
||||
%build
|
||||
sh ./autogen.sh
|
||||
|
||||
CFLAGS="-DMAXWIN=1000 %{optflags}" %configure --prefix=%{_prefix} --infodir=%{_infodir} \
|
||||
CFLAGS="-DMAXWIN=1000 %{optflags} -std=gnu89" %configure --prefix=%{_prefix} --infodir=%{_infodir} \
|
||||
--mandir=%{_mandir} \
|
||||
--with-socket-dir='(eff_uid ? "%{rundir}/uscreens" : "%{rundir}/screens")' \
|
||||
--with-sys-screenrc=%{_sysconfdir}/screenrc \
|
||||
|
||||
Reference in New Issue
Block a user