Hello community, here is the log from the commit of package xdg-utils for openSUSE:Factory checked in at 2020-06-11 14:45:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-utils (Old) and /work/SRC/openSUSE:Factory/.xdg-utils.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-utils" Thu Jun 11 14:45:13 2020 rev:52 rq:812781 version:1.1.3+20200220 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-utils/xdg-utils.changes 2020-02-03 11:10:42.693765880 +0100 +++ /work/SRC/openSUSE:Factory/.xdg-utils.new.3606/xdg-utils.changes 2020-06-11 14:45:39.925550900 +0200 @@ -1,0 +2,6 @@ +Tue Jun 09 06:43:27 UTC 2020 - [email protected] + +- Update to version 1.1.3+20200220: + * fixed #166: xdg-open dose not search correctly in directories with spaces in the name + +------------------------------------------------------------------- Old: ---- xdg-utils-1.1.3+20190413.tar.xz New: ---- xdg-utils-1.1.3+20200220.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-utils.spec ++++++ --- /var/tmp/diff_new_pack.pqLdeE/_old 2020-06-11 14:45:41.461555375 +0200 +++ /var/tmp/diff_new_pack.pqLdeE/_new 2020-06-11 14:45:41.465555386 +0200 @@ -17,7 +17,7 @@ Name: xdg-utils -Version: 1.1.3+20190413 +Version: 1.1.3+20200220 Release: 0 Summary: Utilities to uniformly interface desktop environments License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.pqLdeE/_old 2020-06-11 14:45:41.529555573 +0200 +++ /var/tmp/diff_new_pack.pqLdeE/_new 2020-06-11 14:45:41.529555573 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://anongit.freedesktop.org/xdg/xdg-utils</param> - <param name="changesrevision">0547886c0a7ae79145998495a6e3af6a1450d0c7</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">9816ebb3e6fd9f23e993b8b7fcbd56f92d9c9197</param></service></servicedata> \ No newline at end of file ++++++ xdg-utils-1.1.3+20190413.tar.xz -> xdg-utils-1.1.3+20200220.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-utils-1.1.3+20190413/scripts/xdg-mime.in new/xdg-utils-1.1.3+20200220/scripts/xdg-mime.in --- old/xdg-utils-1.1.3+20190413/scripts/xdg-mime.in 2019-04-13 12:46:44.000000000 +0200 +++ new/xdg-utils-1.1.3+20200220/scripts/xdg-mime.in 2020-02-20 22:01:04.000000000 +0100 @@ -307,7 +307,7 @@ grep -l "$MIME;" "$dir/"*.desktop 2>/dev/null - for f in $dir/*/; do + for f in "$dir/"*/; do [ -d "$f" ] && search_desktop_file "$MIME" "$f" done } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-utils-1.1.3+20190413/scripts/xdg-open.in new/xdg-utils-1.1.3+20200220/scripts/xdg-open.in --- old/xdg-utils-1.1.3+20190413/scripts/xdg-open.in 2019-04-13 12:46:44.000000000 +0200 +++ new/xdg-utils-1.1.3+20200220/scripts/xdg-open.in 2020-02-20 22:01:04.000000000 +0100 @@ -328,7 +328,7 @@ fi fi - for d in $dir/*/; do + for d in "$dir/"*/; do [ -d "$d" ] && search_desktop_file "$default" "$d" "$target" done }
