commit icewm for openSUSE:Factory
Hello community, here is the log from the commit of package icewm for openSUSE:Factory checked in at 2017-02-26 16:59:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icewm (Old) and /work/SRC/openSUSE:Factory/.icewm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "icewm" Changes: -------- --- /work/SRC/openSUSE:Factory/icewm/icewm.changes 2016-08-29 14:28:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.icewm.new/icewm.changes 2017-02-26 16:59:40.431111905 +0100 @@ -1,0 +2,7 @@ +Wed Feb 22 10:19:04 UTC 2017 - okurz@suse.com + +- Ensure a valid mailbox check tool (bsc#1026134) + * icewm-mail.patch + * https://github.com/bbidulock/icewm/pull/108 + +------------------------------------------------------------------- New: ---- icewm-mail.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icewm.spec ++++++ --- /var/tmp/diff_new_pack.cZU6xS/_old 2017-02-26 16:59:40.939034861 +0100 +++ /var/tmp/diff_new_pack.cZU6xS/_new 2017-02-26 16:59:40.939034861 +0100 @@ -1,7 +1,7 @@ # # spec file for package icewm # -# Copyright (c) 2016 SUSE LINUX Products 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 @@ -34,6 +34,9 @@ Patch2: icewm-session-desktop.patch # PATCH-FIX-OPENSUSE run shutdown and reboot in background Patch3: icewm-exit-fork.patch +# Fix for bsc#1026134, replace alpine by an alternative being available by +# default on SLE/openSUSE, same as done on Debian +Patch4: icewm-mail.patch Patch99: icewm-preferences.patch BuildRequires: autoconf BuildRequires: automake @@ -137,6 +140,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 # Do not require needlessly new gettext. sed -i 's/0.19.6/0.18.3/g' configure.ac ++++++ icewm-mail.patch ++++++ diff -Naur icewm-1.3.12.orig/src/default.h icewm-1.3.12/src/default.h --- icewm-1.3.12.orig/src/default.h 2015-12-17 02:17:06.000000000 +0100 +++ icewm-1.3.12/src/default.h 2017-02-20 15:58:12.275577702 +0100 @@ -174,8 +174,8 @@ #endif XSV(const char *, mailBoxPath, 0) -XSV(const char *, mailCommand, "xterm -name alpine -title ALPINE -e alpine") -XSV(const char *, mailClassHint, "alpine.XTerm") +XSV(const char *, mailCommand, "xterm -name mutt -e mutt") +XSV(const char *, mailClassHint, "mutt.XTerm") XSV(const char *, newMailCommand, 0) XSV(const char *, lockCommand, 0) XSV(const char *, clockCommand, "xclock -name icewm -title Clock")
participants (1)
-
root@hilbertn.suse.de