Hello community, here is the log from the commit of package desktop-data-openSUSE for openSUSE:Factory checked in at 2014-11-28 08:45:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/desktop-data-openSUSE (Old) and /work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "desktop-data-openSUSE" Changes: -------- --- /work/SRC/openSUSE:Factory/desktop-data-openSUSE/desktop-data-openSUSE.changes 2014-11-14 09:18:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new/desktop-data-openSUSE.changes 2014-11-28 08:45:55.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Nov 14 13:04:22 UTC 2014 - gber@opensuse.org + +- Remove package-manager.desktop again, yast2-packager now provides + yast2-packager.desktop which handles rpm files again +- optimize update_rpm script and fix git URL + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ desktop-data-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.7RBWny/_old 2014-11-28 08:45:59.000000000 +0100 +++ /var/tmp/diff_new_pack.7RBWny/_new 2014-11-28 08:45:59.000000000 +0100 @@ -109,7 +109,6 @@ do %suse_update_desktop_file "$i" done -%suse_update_desktop_file package-manager # # define default mouse cursor # @@ -163,7 +162,6 @@ %dir /usr/share/icons/oxygen/32x32/apps /usr/share/icons/oxygen/*/*/* /usr/share/pixmaps/* -/usr/share/applications/package-manager.desktop /etc/profile.d/desktop-data.* /var/adm/fillup-templates/sysconfig.windowmanager-%name /usr/bin/call-browser ++++++ desktop-data.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/desktop-data-openSUSE/desktop-data.tar.bz2 /work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new/desktop-data.tar.bz2 differ: char 11, line 1 ++++++ update_rpm ++++++ --- /var/tmp/diff_new_pack.7RBWny/_old 2014-11-28 08:45:59.000000000 +0100 +++ /var/tmp/diff_new_pack.7RBWny/_new 2014-11-28 08:45:59.000000000 +0100 @@ -1,11 +1,10 @@ #! /bin/sh -opwd=$PWD -tdir=`mktemp -d` -cd $tdir || exit 1 -git clone git://gitorious.org/opensuse/desktop-data.git +opwd="$PWD" +trap '[ -n "${tdir}" ] && { cd /; rm -rf -- "${tdir}"; }' EXIT +tdir="$(mktemp -d)" +cd "${tdir}" || exit 1 +git clone https://github.com/openSUSE/desktop-data.git || exit 1 rm desktop-data/update_rpm rm -rf desktop-data/.git -tar -cvj -f $opwd/desktop-data.tar.bz2 desktop-data -cd / -rm -rf $tdir +tar -cvj -f "${opwd}/desktop-data.tar.bz2" desktop-data -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org