Hello community,
here is the log from the commit of package icewm-theme-branding for
openSUSE:Factory checked in at 2017-10-02 16:54:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icewm-theme-branding (Old)
and /work/SRC/openSUSE:Factory/.icewm-theme-branding.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icewm-theme-branding"
Mon Oct 2 16:54:31 2017 rev:4 rq:530266 version:1.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/icewm-theme-branding/icewm-theme-branding.changes
2016-08-26 23:18:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.icewm-theme-branding.new/icewm-theme-branding.changes
2017-10-02 16:54:40.658400418 +0200
@@ -1,0 +2,7 @@
+Sat Sep 30 02:13:59 UTC 2017 - [email protected]
+
+- Version update to 1.2.3
+ Add xcreensaver back because of the risk brought by xlockmore's
+ monolithic runtime. Some detailed were discussed in fate#323630.
+
+-------------------------------------------------------------------
Old:
----
icewm-config-openSUSE-1.2.2.tar.gz
New:
----
icewm-config-openSUSE-1.2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ icewm-theme-branding.spec ++++++
--- /var/tmp/diff_new_pack.FC1OXZ/_old 2017-10-02 16:54:41.198324634 +0200
+++ /var/tmp/diff_new_pack.FC1OXZ/_new 2017-10-02 16:54:41.202324071 +0200
@@ -1,7 +1,7 @@
#
# spec file for package icewm-theme-branding
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
%define _name icewm-config-openSUSE
Name: icewm-theme-branding
-Version: 1.2.2
+Version: 1.2.3
Release: 0
Summary: Icewm theme branding for SLES or openSUSE
License: LGPL-2.1+ and GPL-3.0+
++++++ icewm-config-openSUSE-1.2.2.tar.gz -> icewm-config-openSUSE-1.2.3.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/preferences
new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/preferences
--- old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/preferences
2016-08-26 04:02:31.000000000 +0200
+++ new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/preferences
2017-09-30 03:12:50.000000000 +0200
@@ -554,7 +554,7 @@
# NewMailCommand=""
# Command to lock display/screensaver
-LockCommand="xlock -mousemotion"
+LockCommand="xscreensaver-command -lock || xlock -mousemotion"
# Command to run on clock
# ClockCommand="xclock -name icewm -title Clock"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/startup
new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/startup
--- old/icewm-config-openSUSE-icewm-config-openSUSE-1.2.2/startup
2016-08-26 04:02:31.000000000 +0200
+++ new/icewm-config-openSUSE-icewm-config-openSUSE-1.2.3/startup
2017-09-30 03:12:50.000000000 +0200
@@ -10,3 +10,7 @@
break # One is enough
fi
done;
+
+# Start xscreensaver daemon
+
+[ -x /usr/bin/xscreensaver ] && /usr/bin/xscreensaver > /dev/null &