Hello community,
here is the log from the commit of package libzypp-plugin-appdata for
openSUSE:Factory checked in at 2016-02-28 02:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp-plugin-appdata (Old)
and /work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp-plugin-appdata"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes
2015-05-15 07:42:35.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
2016-02-28 02:27:34.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Feb 5 13:36:42 UTC 2016 - [email protected]
+
+- Expand the InstallAppdata.sh so that it (re)builds the Xapian
+ database for the available appdata. This Xapian database is
+ required by the KDE tools (Muon/Discover) to show the
+ installed software
+ * Add Requires on AppStream package as that this provides the
+ appstreamcli binary
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libzypp-plugin-appdata.spec ++++++
--- /var/tmp/diff_new_pack.9nwF5K/_old 2016-02-28 02:27:36.000000000 +0100
+++ /var/tmp/diff_new_pack.9nwF5K/_new 2016-02-28 02:27:36.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libzypp-plugin-appdata
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -30,6 +30,8 @@
Requires: appstream-glib >= 0.3.6
# appdata hook was introduced in libzypp 14.29.4
Requires: libzypp >= 14.29.4
+# appstreamcli is provided by the AppStream package
+Requires: AppStream
%description
This plugin extends libzypp to install AppStream metadata, as extracted from
the
++++++ InstallAppdata.sh ++++++
--- /var/tmp/diff_new_pack.9nwF5K/_old 2016-02-28 02:27:36.000000000 +0100
+++ /var/tmp/diff_new_pack.9nwF5K/_new 2016-02-28 02:27:36.000000000 +0100
@@ -1,6 +1,7 @@
#!/bin/bash
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
+# Copyright (c) 2016 Raymond Wooninck, Vienna, Austria
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -54,3 +55,6 @@
# Fixup icon that might have uncompressed with odd permissions
chmod 755 /var/cache/app-info/icons/*
+# (Re)create the Xapian database required by the KDE tools
+appstreamcli refresh-index
+