Hello community, here is the log from the commit of package xdg-utils for openSUSE:Factory checked in at 2019-10-14 12:31:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-utils (Old) and /work/SRC/openSUSE:Factory/.xdg-utils.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-utils" Mon Oct 14 12:31:36 2019 rev:49 rq:735812 version:1.1.3+20190413 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-utils/xdg-utils.changes 2019-04-28 19:59:59.430915499 +0200 +++ /work/SRC/openSUSE:Factory/.xdg-utils.new.2352/xdg-utils.changes 2019-10-14 12:31:39.116245360 +0200 @@ -1,0 +2,6 @@ +Mon Sep 30 10:47:49 UTC 2019 - [email protected] + +- Update to version 1.1.3+20190413: + * xdg-mime: return correct exit code for GNOME + +------------------------------------------------------------------- Old: ---- xdg-utils-1.1.3+20190401.tar.xz New: ---- xdg-utils-1.1.3+20190413.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-utils.spec ++++++ --- /var/tmp/diff_new_pack.ziFURm/_old 2019-10-14 12:31:40.220242483 +0200 +++ /var/tmp/diff_new_pack.ziFURm/_new 2019-10-14 12:31:40.228242463 +0200 @@ -17,7 +17,7 @@ Name: xdg-utils -Version: 1.1.3+20190401 +Version: 1.1.3+20190413 Release: 0 Summary: Utilities to uniformly interface desktop environments License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ziFURm/_old 2019-10-14 12:31:40.304242264 +0200 +++ /var/tmp/diff_new_pack.ziFURm/_new 2019-10-14 12:31:40.304242264 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://anongit.freedesktop.org/xdg/xdg-utils</param> - <param name="changesrevision">bfcefa162b1dcd6d62e193019969ff2f5ff331cf</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">0547886c0a7ae79145998495a6e3af6a1450d0c7</param></service></servicedata> \ No newline at end of file ++++++ xdg-utils-1.1.3+20190401.tar.xz -> xdg-utils-1.1.3+20190413.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-utils-1.1.3+20190401/scripts/xdg-mime.in new/xdg-utils-1.1.3+20190413/scripts/xdg-mime.in --- old/xdg-utils-1.1.3+20190401/scripts/xdg-mime.in 2019-04-01 21:34:33.000000000 +0200 +++ new/xdg-utils-1.1.3+20190413/scripts/xdg-mime.in 2019-04-13 12:46:44.000000000 +0200 @@ -84,6 +84,8 @@ elif gnomevfs-info --help 2>/dev/null 1>&2; then DEBUG 1 "Running gnomevfs-info \"$1\"" gnomevfs-info --slow-mime "$1" 2> /dev/null | grep "^MIME" | cut -d ":" -f 2 | sed s/"^ "// + else + exit_failure_operation_impossible "no method available for querying MIME type of '$filename'" fi if [ $? -eq 0 ]; then
