diff --git a/i3lock-2.10.tar.bz2 b/i3lock-2.10.tar.bz2 deleted file mode 100644 index ea3ac9f..0000000 --- a/i3lock-2.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29eb32bf317fad7b292e15be6c02d693bfc6dbfdd6d98f0a6db71e189140c8ee -size 23171 diff --git a/i3lock-2.11.1.tar.bz2 b/i3lock-2.11.1.tar.bz2 new file mode 100644 index 0000000..7dae1e1 --- /dev/null +++ b/i3lock-2.11.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a8c3d8827529e1dbb2ca870b0b27592c741356fb32dbf0969d9d4a46b1ad04 +size 145434 diff --git a/i3lock.changes b/i3lock.changes index 186b60b..7784e5c 100644 --- a/i3lock.changes +++ b/i3lock.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Oct 23 21:37:22 UTC 2018 - Avindra Goolcharan + +- update to 2.11.1 + * fix dist tarball by including I3LOCK_VERSION +- includes 2.11 + * Display an error when backspace is pressed without any input + * Print an error when a non-PNG file is opened (i3lock only supports + PNG files) + * Don’t unnecessarily check the xcb_connect return value, it is + known never to be NULL + * Fix memory leak when grabbing fails + * Respect Xft.dpi for determining the unlock indicator’s scale factor + * Discard pending password verification attempts when a new + password is entered + * Switch to autotools +- run spec-cleaner + ------------------------------------------------------------------- Wed Feb 7 03:34:56 UTC 2018 - avindra@opensuse.org diff --git a/i3lock.spec b/i3lock.spec index d0687f3..a9de2e1 100644 --- a/i3lock.spec +++ b/i3lock.spec @@ -14,18 +14,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: i3lock -Version: 2.10 +Version: 2.11.1 Release: 0 Summary: Screen Locker for the i3 Window Manager License: BSD-3-Clause Group: System/GUI/Other -Url: https://i3wm.org/i3lock/ +URL: https://i3wm.org/i3lock/ Source: https://i3wm.org/i3lock/%{name}-%{version}.tar.bz2 # borrowed from gnome-icon-theme Source2: i3lock-icon.png @@ -40,6 +40,7 @@ BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(libev) BuildRequires: pkgconfig(xcb-atom) BuildRequires: pkgconfig(xcb-image) +BuildRequires: pkgconfig(xcb-xrm) BuildRequires: pkgconfig(xkbcommon) >= 0.5.0 BuildRequires: pkgconfig(xkbcommon-x11) @@ -64,6 +65,7 @@ i3lock instead of xlock with them. %setup -q %build +%configure export CFLAGS="%{optflags}" make %{?_smp_mflags} @@ -76,12 +78,13 @@ install -m0755 %{SOURCE3} %{buildroot}/%{_bindir}/xlock %files xlock-compat %{_bindir}/xlock -%{_datadir}/i3lock-xlock-compat +%{_datadir}/%{name}-xlock-compat %files -%doc CHANGELOG LICENSE README.md +%license LICENSE +%doc CHANGELOG README.md %config(noreplace) %{_sysconfdir}/pam.d/%{name} %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog