commit light-locker for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package light-locker for openSUSE:Factory 
checked in at 2019-10-31 18:18:20

Comparing /work/SRC/openSUSE:Factory/light-locker (Old)
 and  /work/SRC/openSUSE:Factory/.light-locker.new.2990 (New)


Package is "light-locker"

Thu Oct 31 18:18:20 2019 rev:6 rq:744174 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/light-locker/light-locker.changes
2018-11-18 23:31:35.373524762 +0100
+++ /work/SRC/openSUSE:Factory/.light-locker.new.2990/light-locker.changes  
2019-10-31 18:18:41.910224379 +0100
@@ -1,0 +2,10 @@
+Tue Oct 29 13:07:16 UTC 2019 - Alexei Sorokin 
+
+- Update to version 1.9.0:
+  * Add Meson build system.
+  * Fallback to XDG_SESSION_ID if sd_pid_get_session fails.
+  * Remove GTK 2 support.
+  * Remove ConsoleKit support.
+  * Update translations.
+
+---

Old:

  light-locker-1.8.0.tar.bz2

New:

  light-locker-1.9.0.tar.gz



Other differences:
--
++ light-locker.spec ++
--- /var/tmp/diff_new_pack.5cBiv1/_old  2019-10-31 18:18:43.434225956 +0100
+++ /var/tmp/diff_new_pack.5cBiv1/_new  2019-10-31 18:18:43.438225961 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package light-locker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   light-locker
-Version:1.8.0
+Version:1.9.0
 Release:0
 Summary:A simple locker using LightDM
 License:GPL-2.0-or-later
-Group:  System/X11/Utilities
 URL:https://github.com/the-cavalry/light-locker
-Source: 
https://github.com/the-cavalry/light-locker/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+Source: 
https://github.com/the-cavalry/light-locker/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  intltool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  xfce4-dev-tools >= 4.7.2
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.30
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.25.6
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -49,29 +49,23 @@
 %prep
 %setup -q
 
+[ $(readlink README) != README.md ]
+rm README && ln -s README.md README
+
 %build
-xdt-autogen
-%configure \
-  --with-dpms-ext  \
-  --with-mit-ext   \
-  --with-xf86gamma-ext
-make %{?_smp_mflags} V=1
+%meson \
+  -Ddpms-ext=true  \
+  -Dmit-ext=true   \
+  -Dxf86gamma-ext=true
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name}
 
-%if 0%{?suse_version} < 1500
-%post
-%glib2_gsettings_schema_post
-
-%postun
-%glib2_gsettings_schema_postun
-%endif
-
 %files
-%license COPYING COPYING.LIB
-%doc AUTHORS NEWS README
+%license COPYING
+%doc AUTHORS NEWS README.md
 %{_bindir}/%{name}
 %{_bindir}/%{name}-command
 %{_datadir}/glib-2.0/schemas/*%{name}.gschema.xml




commit light-locker for openSUSE:Factory

2018-11-18 Thread root
Hello community,

here is the log from the commit of package light-locker for openSUSE:Factory 
checked in at 2018-11-18 23:31:18

Comparing /work/SRC/openSUSE:Factory/light-locker (Old)
 and  /work/SRC/openSUSE:Factory/.light-locker.new (New)


Package is "light-locker"

Sun Nov 18 23:31:18 2018 rev:5 rq:649359 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/light-locker/light-locker.changes
2016-12-13 19:34:36.404209560 +0100
+++ /work/SRC/openSUSE:Factory/.light-locker.new/light-locker.changes   
2018-11-18 23:31:35.373524762 +0100
@@ -1,0 +2,10 @@
+Fri Nov 15 18:50:17 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.8.0:
+  * Build against newer systemd.
+  * Add information for debugging.
+  * Proper exit codes for light-locker-command.
+  * Update translations.
+- Remove light-locker-systemd-209.patch: fixed upstream.
+
+---

Old:

  light-locker-1.7.0.tar.gz
  light-locker-systemd-209.patch

New:

  light-locker-1.8.0.tar.bz2



Other differences:
--
++ light-locker.spec ++
--- /var/tmp/diff_new_pack.ECXMrA/_old  2018-11-18 23:31:36.277523673 +0100
+++ /var/tmp/diff_new_pack.ECXMrA/_new  2018-11-18 23:31:36.277523673 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package light-locker
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,19 @@
 # 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/
 #
 
 
 Name:   light-locker
-Version:1.7.0
+Version:1.8.0
 Release:0
 Summary:A simple locker using LightDM
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/X11/Utilities
-Url:https://github.com/the-cavalry/light-locker
-Source: 
https://github.com/the-cavalry/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE light-locker-systemd-209.patch dims...@opensuse.org -- 
Update build system for systemd >= 209.
-Patch0: light-locker-systemd-209.patch
+URL:https://github.com/the-cavalry/light-locker
+Source: 
https://github.com/the-cavalry/light-locker/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig
 BuildRequires:  xfce4-dev-tools >= 4.7.2
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.30
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.25.6
@@ -49,8 +48,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-mv -f configure.ac{.in,}
 
 %build
 xdt-autogen
@@ -64,22 +61,23 @@
 %make_install
 %find_lang %{name}
 
+%if 0%{?suse_version} < 1500
 %post
 %glib2_gsettings_schema_post
 
 %postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING COPYING.LIB MAINTAINERS NEWS README
+%license COPYING COPYING.LIB
+%doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_bindir}/%{name}-command
 %{_datadir}/glib-2.0/schemas/*%{name}.gschema.xml
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
-%{_mandir}/man?/%{name}*
+%{_mandir}/man?/%{name}*.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ light-locker-1.7.0.tar.gz -> light-locker-1.8.0.tar.bz2 ++
 61168 lines of diff (skipped)




commit light-locker for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package light-locker for openSUSE:Factory 
checked in at 2015-11-02 12:55:21

Comparing /work/SRC/openSUSE:Factory/light-locker (Old)
 and  /work/SRC/openSUSE:Factory/.light-locker.new (New)


Package is "light-locker"

Changes:

--- /work/SRC/openSUSE:Factory/light-locker/light-locker.changes
2015-03-23 12:19:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.light-locker.new/light-locker.changes   
2015-11-02 12:55:26.0 +0100
@@ -1,0 +2,10 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.7.0:
+  * Use lid status for locking and VT switching.
+  * Use systemd suspend delay to lock on suspend.
+  * Set systemd IdleHint.
+  * More small changes.
+  * Update translations.
+
+---
@@ -8 +17,0 @@
-

Old:

  light-locker-1.6.0.tar.gz

New:

  light-locker-1.7.0.tar.gz



Other differences:
--
++ light-locker.spec ++
--- /var/tmp/diff_new_pack.1mLbJr/_old  2015-11-02 12:55:26.0 +0100
+++ /var/tmp/diff_new_pack.1mLbJr/_new  2015-11-02 12:55:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   light-locker
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:A simple locker using LightDM
 License:GPL-2.0+
@@ -32,8 +32,9 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xscrnsaver)
+BuildRequires:  pkgconfig(xxf86vm)
 Requires:   lightdm >= 1.7.10
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
 %description
@@ -52,7 +53,8 @@
 xdt-autogen
 %configure \
   --with-dpms-ext \
-  --with-mit-ext
+  --with-mit-ext   \
+  --with-xf86gamma-ext
 make %{?_smp_mflags}
 
 %install
@@ -70,7 +72,7 @@
 %doc AUTHORS COPYING COPYING.LIB MAINTAINERS NEWS README
 %{_bindir}/%{name}
 %{_bindir}/%{name}-command
-%{_datadir}/glib-2.0/schemas/apps.%{name}.gschema.xml
+%{_datadir}/glib-2.0/schemas/*%{name}.gschema.xml
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 %{_mandir}/man?/%{name}*
 

++ light-locker-1.6.0.tar.gz -> light-locker-1.7.0.tar.gz ++
 19383 lines of diff (skipped)




commit light-locker for openSUSE:Factory

2015-03-23 Thread h_root
Hello community,

here is the log from the commit of package light-locker for openSUSE:Factory 
checked in at 2015-03-23 12:19:04

Comparing /work/SRC/openSUSE:Factory/light-locker (Old)
 and  /work/SRC/openSUSE:Factory/.light-locker.new (New)


Package is light-locker

Changes:

--- /work/SRC/openSUSE:Factory/light-locker/light-locker.changes
2015-03-18 13:08:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.light-locker.new/light-locker.changes   
2015-03-23 12:19:07.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 21 17:23:21 UTC 2015 - sor.ale...@meowr.ru
+
+- Actually enable X11 Screen Saver extension.
+
+---
@@ -2,0 +8 @@
+



Other differences:
--
++ light-locker.spec ++
--- /var/tmp/diff_new_pack.eMcVX1/_old  2015-03-23 12:19:08.0 +0100
+++ /var/tmp/diff_new_pack.eMcVX1/_new  2015-03-23 12:19:08.0 +0100
@@ -19,7 +19,7 @@
 Name:   light-locker
 Version:1.6.0
 Release:0
-Summary:X11 ICC Daemon
+Summary:A simple locker using LightDM
 License:GPL-2.0+
 Group:  System/X11/Utilities
 Url:https://github.com/the-cavalry/light-locker
@@ -36,7 +36,6 @@
 Recommends: %{name}-lang = %{version}
 %glib2_gsettings_schema_requires
 
-
 %description
 light-locker is a simple locker that aims to have simple, sane, secure
 defaults and be well integrated with the desktop while not carrying any
@@ -52,7 +51,8 @@
 %build
 xdt-autogen
 %configure \
-  --with-dpms-ext
+  --with-dpms-ext \
+  --with-mit-ext
 make %{?_smp_mflags}
 
 %install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org