Accepting request 644105 from X11:windowmanagers
- update to 2.11.1 tested locally, new features working as expected OBS-URL: https://build.opensuse.org/request/show/644105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i3lock?expand=0&rev=15
This commit is contained in:
commit
7e99a013fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29eb32bf317fad7b292e15be6c02d693bfc6dbfdd6d98f0a6db71e189140c8ee
|
||||
size 23171
|
3
i3lock-2.11.1.tar.bz2
Normal file
3
i3lock-2.11.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2a8c3d8827529e1dbb2ca870b0b27592c741356fb32dbf0969d9d4a46b1ad04
|
||||
size 145434
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 21:37:22 UTC 2018 - Avindra Goolcharan <aavindraa@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
15
i3lock.spec
15
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user