Hello community,
here is the log from the commit of package brp-extract-appdata for
openSUSE:Factory checked in at 2016-02-16 09:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
and /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brp-extract-appdata"
Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes
2015-05-06 11:21:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes
2016-02-16 09:18:06.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 3 11:36:04 UTC 2016 - [email protected]
+
+- brp-extract-appdata.pl: also handle metainfo.xml files (component
+ addons and fonts).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ brp-extract-appdata.spec ++++++
--- /var/tmp/diff_new_pack.MaXI53/_old 2016-02-16 09:18:07.000000000 +0100
+++ /var/tmp/diff_new_pack.MaXI53/_new 2016-02-16 09:18:07.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package brp-extract-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
++++++ brp-extract-appdata.pl ++++++
--- /var/tmp/diff_new_pack.MaXI53/_old 2016-02-16 09:18:07.000000000 +0100
+++ /var/tmp/diff_new_pack.MaXI53/_new 2016-02-16 09:18:07.000000000 +0100
@@ -171,7 +171,7 @@
}
my @appdatas;
-find( { wanted => sub { push @appdatas, $_ if /\.appdata\.xml$/ } , no_chdir
=> 1}, "usr/share/appdata/");
+find( { wanted => sub { push @appdatas, $_ if /\.appdata\.xml$/ ||
/\.metainfo.xml$/ } , no_chdir => 1}, "usr/share/appdata/");
my $output = '';