From 0abce6198e3bb81fa8ead0cfd6aafb3ea2dbbc60fdc664e424e672a53daf0004 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Fri, 23 Jun 2023 20:00:17 +0000 Subject: [PATCH] 2.14.1 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3lock?expand=0&rev=44 --- i3lock-2.13.tar.bz2 | 3 --- i3lock-2.14.1.tar.xz | 3 +++ i3lock.changes | 18 ++++++++++++++++++ i3lock.spec | 14 +++++++------- 4 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 i3lock-2.13.tar.bz2 create mode 100644 i3lock-2.14.1.tar.xz diff --git a/i3lock-2.13.tar.bz2 b/i3lock-2.13.tar.bz2 deleted file mode 100644 index e36546d..0000000 --- a/i3lock-2.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:637fe898acb324337d3ebc4fcdb2e390b082147fdc8a0cda6c19e7f395965f0b -size 149332 diff --git a/i3lock-2.14.1.tar.xz b/i3lock-2.14.1.tar.xz new file mode 100644 index 0000000..7fbf2b4 --- /dev/null +++ b/i3lock-2.14.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062ef27eba0bc5a0c7ae91f7b7cbbf03b316d6a49fe80a58fc9f20c18a4e6843 +size 28756 diff --git a/i3lock.changes b/i3lock.changes index 936ae17..1c1b489 100644 --- a/i3lock.changes +++ b/i3lock.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jun 23 19:51:33 UTC 2023 - Avindra Goolcharan + +- update to 2.14.1: + * unlock indicator: display only caps lock and num lock, not all + modifiers like shift (which can leak information about your + password to bystanders) +- includes 2.14: + * Change default background color to #a3a3a3 See + https://github.com/i3/i3lock/pull/300 for extensive discussion + and rationale for this change. + * Recommend using xss-lock to start i3lock in the README + and i3lock.1 man page. xss-lock is the best way to ensure + your screen truly is locked before your computer suspends + * Display modifier key warning before unlocking, too, + not just on failed attempts like before + * Switch build system from autotools to meson + ------------------------------------------------------------------- Tue Aug 9 09:32:04 UTC 2022 - Thorsten Kukuk diff --git a/i3lock.spec b/i3lock.spec index 7b531e9..11192c7 100644 --- a/i3lock.spec +++ b/i3lock.spec @@ -1,7 +1,7 @@ # # spec file for package i3lock # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany. # Copyright (c) 2012 Pascal Bleser # @@ -20,18 +20,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: i3lock -Version: 2.13 +Version: 2.14.1 Release: 0 Summary: Screen Locker for the i3 Window Manager License: BSD-3-Clause URL: https://i3wm.org/i3lock/ -Source: https://i3wm.org/i3lock/%{name}-%{version}.tar.bz2 +Source: https://i3wm.org/i3lock/%{name}-%{version}.tar.xz # borrowed from gnome-icon-theme Source2: i3lock-icon.png Source3: xlock.sh BuildRequires: gcc BuildRequires: glibc-devel -BuildRequires: make +BuildRequires: meson BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) @@ -62,12 +62,12 @@ i3lock instead of xlock with them. %autosetup -p 1 %build -%configure export CFLAGS="%{optflags}" -%make_build +%meson +%meson_build %install -%make_install +%meson_install install -D -m0644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1" install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png