From 88fa166dc21ad3717b8bc1ad0e2e8167dc09365045ac6762f26aaf8021d9872b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 6 Feb 2016 13:13:39 +0000 Subject: [PATCH] rebase OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=60 --- appstream-glib.changes | 6 ++++++ openSUSE-appstream-process | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/appstream-glib.changes b/appstream-glib.changes index 0abf2c0..425d29b 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 6 13:10:23 UTC 2016 - dimstar@opensuse.org + +- openSUSE-appstream-process: fix very stupid typo. 4 eyes is not + enough. + ------------------------------------------------------------------- Fri Jan 29 16:02:58 UTC 2016 - dimstar@opensuse.org diff --git a/openSUSE-appstream-process b/openSUSE-appstream-process index 8da188c..6db802c 100644 --- a/openSUSE-appstream-process +++ b/openSUSE-appstream-process @@ -7,7 +7,7 @@ URL=https://static.opensuse.org/appstream/tumbleweed # Users interested in them can always produce them locally out of the appdata.xml.gz file HTMLOUT=no -TMDIR=$(mktemp -d) +TMPDIR=$(mktemp -d) /usr/bin/appstream-builder \ --enable-hidpi \