Hello community, here is the log from the commit of package update-desktop-files for openSUSE:Factory checked in at 2014-11-24 11:14:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/update-desktop-files (Old) and /work/SRC/openSUSE:Factory/.update-desktop-files.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "update-desktop-files" Changes: -------- --- /work/SRC/openSUSE:Factory/update-desktop-files/update-desktop-files.changes 2014-09-25 09:33:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.update-desktop-files.new/update-desktop-files.changes 2014-11-24 11:14:38.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Nov 15 21:09:00 UTC 2014 - Led <ledest@gmail.com> + +- fix shebang in suse_update_desktop_file.sh and + map-desktop-category.sh scripts that contains bash-specific + constructions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ map-desktop-category.sh ++++++ --- /var/tmp/diff_new_pack.zoIX9m/_old 2014-11-24 11:14:39.000000000 +0100 +++ /var/tmp/diff_new_pack.zoIX9m/_new 2014-11-24 11:14:39.000000000 +0100 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/bash function mapCategory() { ret="" @@ -140,4 +140,3 @@ *) ret="" ;; esac } - ++++++ suse_update_desktop_file.sh ++++++ --- /var/tmp/diff_new_pack.zoIX9m/_old 2014-11-24 11:14:39.000000000 +0100 +++ /var/tmp/diff_new_pack.zoIX9m/_new 2014-11-24 11:14:39.000000000 +0100 @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/bash # macro: suse_update_desktop_file # -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org