Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package i3lock for openSUSE:Factory checked 
in at 2023-06-24 20:13:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/i3lock (Old)
 and      /work/SRC/openSUSE:Factory/.i3lock.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "i3lock"

Sat Jun 24 20:13:42 2023 rev:21 rq:1094956 version:2.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/i3lock/i3lock.changes    2022-08-09 
15:29:37.841844336 +0200
+++ /work/SRC/openSUSE:Factory/.i3lock.new.15902/i3lock.changes 2023-06-24 
20:14:08.548214831 +0200
@@ -1,0 +2,18 @@
+Fri Jun 23 19:51:33 UTC 2023 - Avindra Goolcharan <avin...@opensuse.org>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  i3lock-2.13.tar.bz2

New:
----
  i3lock-2.14.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ i3lock.spec ++++++
--- /var/tmp/diff_new_pack.QzNc00/_old  2023-06-24 20:14:09.240218917 +0200
+++ /var/tmp/diff_new_pack.QzNc00/_new  2023-06-24 20:14:09.244218941 +0200
@@ -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 <pascal.ble...@opensuse.org>
 #
@@ -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 @@
 %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

Reply via email to