Hello community,
here is the log from the commit of package brp-extract-appdata for
openSUSE:Factory checked in at 2012-03-20 11:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
and /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brp-extract-appdata", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes
2012-03-16 13:10:09.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes
2012-03-20 11:26:07.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 19 08:31:40 UTC 2012 - [email protected]
+
+- remove the icon tag if there is no icon
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extract-icons.pl ++++++
--- /var/tmp/diff_new_pack.2G5DhB/_old 2012-03-20 11:26:08.000000000 +0100
+++ /var/tmp/diff_new_pack.2G5DhB/_new 2012-03-20 11:26:08.000000000 +0100
@@ -103,7 +103,11 @@
next if defined $ids{$id->{content}};
$ids{$id->{content}} = 1;
my $icon = extract_icon(@{$app->{icon}}[0], $tmpdir);
- $app->{icon} = [ { "type" => "local", "content" => $icon } ];
+ if ($icon) {
+ $app->{icon} = [ { "type" => "local", "content" => $icon } ];
+ } else {
+ delete $app->{icon};
+ }
push(@napps, $app);
}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]