Hello community,
here is the log from the commit of package brp-extract-appdata for
openSUSE:Factory checked in at 2012-03-16 13:10: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-11 20:03:21.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes
2012-03-16 13:10:09.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 15 09:54:39 UTC 2012 - [email protected]
+
+- fix XML structure of generated files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extract-icons.pl ++++++
--- /var/tmp/diff_new_pack.DeLrUT/_old 2012-03-16 13:10:10.000000000 +0100
+++ /var/tmp/diff_new_pack.DeLrUT/_new 2012-03-16 13:10:10.000000000 +0100
@@ -99,7 +99,7 @@
my $tmpdir = mkdtemp("/tmp/icons.XXXXXX");
my @napps;
for my $app ( @$apps) {
- my $id = shift @{$app->{id}};
+ my $id = @{$app->{id}}[0];
next if defined $ids{$id->{content}};
$ids{$id->{content}} = 1;
my $icon = extract_icon(@{$app->{icon}}[0], $tmpdir);
@@ -107,6 +107,7 @@
push(@napps, $app);
}
+$xml->{version} = "1.0";
$xml->{application} = \@napps;
$xml = XMLout($xml, RootName => "applications");
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]