Hello community,
here is the log from the commit of package desktop-file-utils for
openSUSE:Factory checked in at 2018-03-07 10:30:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/desktop-file-utils (Old)
and /work/SRC/openSUSE:Factory/.desktop-file-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "desktop-file-utils"
Wed Mar 7 10:30:52 2018 rev:59 rq:582542 version:0.23
Changes:
--------
--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes
2017-10-18 10:43:42.387965579 +0200
+++
/work/SRC/openSUSE:Factory/.desktop-file-utils.new/desktop-file-utils.changes
2018-03-07 10:30:53.806661283 +0100
@@ -1,0 +2,6 @@
+Fri Mar 2 14:07:32 UTC 2018 - [email protected]
+
+- suse-update-mime-defaults requires coreutils and awk
+ add both to package requires
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ desktop-file-utils.spec ++++++
--- /var/tmp/diff_new_pack.QG4p8G/_old 2018-03-07 10:30:54.790625791 +0100
+++ /var/tmp/diff_new_pack.QG4p8G/_new 2018-03-07 10:30:54.794625646 +0100
@@ -1,7 +1,7 @@
#
# spec file for package desktop-file-utils
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
Version: 0.23
Release: 0
Summary: Utilities for Manipulating Desktop Files
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Development/Tools/Other
Url: http://www.freedesktop.org/wiki/Software/desktop-file-utils
Source0:
http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
@@ -32,6 +32,8 @@
BuildRequires: pkg-config
BuildRequires: xz
Requires: aaa_base
+Requires: awk
+Requires: coreutils
#!BuildIgnore: dbus-1-x11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +51,7 @@
%build
%configure \
--with-lispdir=%{_datadir}/emacs/site-lisp
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}