Hello community,

here is the log from the commit of package i3lock.3770 for openSUSE:13.1:Update 
checked in at 2015-05-19 14:00:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/i3lock.3770 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.i3lock.3770.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "i3lock.3770"

Changes:
--------
New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ /work/SRC/openSUSE:13.1:Update/.i3lock.3770.new/i3lock.changes      
2015-05-19 14:00:40.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Sat May  9 18:26:49 UTC 2015 - mplus...@suse.com
+
+- Add missing dependency on xdpyinfo (boo#930330)
+
+-------------------------------------------------------------------
+Thu Mar  7 15:26:31 UTC 2013 - tog...@opensuse.org
+
+- Add xcb-keysyms  xcb-image to BuildRequires
+- cleanup spec
+ 
+
+-------------------------------------------------------------------
+Wed Nov 14 10:16:02 CET 2012 - pascal.ble...@opensuse.org
+
+- initial version (2.4.1)
+

New:
----
  i3lock-2.4.1.tar.bz2
  i3lock.changes
  i3lock.pam
  i3lock.spec

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

Other differences:
------------------
++++++ i3lock.spec ++++++
# vim: set sw=4 ts=4 et nu:
#
# spec file for package i3lock
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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 http://bugs.opensuse.org/

Name:           i3lock
Version:        2.4.1
Release:        0
Summary:        Screen Locker for the i3 Window Manager
License:        BSD-3-Clause
Group:          System/GUI/Other
Source:         http://i3wm.org/i3lock/i3lock-%{version}.tar.bz2
Source1:        i3lock.pam
Url:            http://i3wm.org/i3lock/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  cairo-devel
BuildRequires:  gcc
BuildRequires:  glib2-devel
BuildRequires:  glibc-devel
BuildRequires:  libev-devel
BuildRequires:  make
BuildRequires:  pam-devel
BuildRequires:  pkgconfig
BuildRequires:  xorg-x11-devel
Requires:       pam-modules
Requires:       xdpyinfo
BuildRequires:  pam-modules
BuildRequires:  pkgconfig(xcb-image)
BuildRequires:  pkgconfig(xcb-keysyms)

%description
i3lock is a simple screen locker like slock. After starting it, you will see a
white screen (you can configure the color/an image). You can return to your
screen by entering your password.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
make %{?_smp_mflags} \
%if 0%{?suse_version} < 1220
    NOLIBCAIRO=1 \
%endif
    PREFIX="%{_prefix}" \
    SYSCONFDIR="%{_sysconfdir}"

%install
export CFLAGS="%{optflags}"
make \
%if 0%{?suse_version} < 1220
    NOLIBCAIRO=1 \
%endif
    PREFIX="%{_prefix}" \
    SYSCONFDIR="%{_sysconfdir}" \
    DESTDIR="%{buildroot}" \
    install

rm "%{buildroot}%{_sysconfdir}/pam.d/i3lock"
install -m0644 "%{SOURCE1}" "%{buildroot}%{_sysconfdir}/pam.d/%{name}"

install -D -m0644 i3lock.1 "%{buildroot}%{_mandir}/man1/i3lock.1"

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc CHANGELOG LICENSE README
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%{_bindir}/i3lock
%doc %{_mandir}/man1/i3lock.1*

%changelog
++++++ i3lock.pam ++++++
#%PAM-1.0
auth     include        common-auth
account  include        common-account
password include        common-password
session  include        common-session


Reply via email to