Hello community,
here is the log from the commit of package brp-extract-appdata for
openSUSE:Factory checked in at 2012-02-16 20:47:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-16 16:11:31.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes
2012-02-16 20:47:18.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 19:47:04 UTC 2012 - [email protected]
+
+- fix output filename
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ brp-extract-appdata.spec ++++++
--- /var/tmp/diff_new_pack.dVeqvS/_old 2012-02-16 20:47:19.000000000 +0100
+++ /var/tmp/diff_new_pack.dVeqvS/_new 2012-02-16 20:47:19.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package update-desktop-files
+# spec file for package brp-extract-appdata
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ create-appdata-xml.pl ++++++
--- /var/tmp/diff_new_pack.dVeqvS/_old 2012-02-16 20:47:20.000000000 +0100
+++ /var/tmp/diff_new_pack.dVeqvS/_new 2012-02-16 20:47:20.000000000 +0100
@@ -89,7 +89,8 @@
}
}
-open(APPDATA, ">", "$appdata.xml") || die "can't write to $appdata.xml";
+my $output = "$build_root$TOPDIR/OTHER/appdata.xml";
+open(APPDATA, ">", "$output") || die "can't write to $output";
print APPDATA "<?xml version='1.0'?>\n";
print APPDATA "<applications version='0.1'>\n";
@@ -135,7 +136,7 @@
close(APPDATA);
# just for debug
-open(APPDATA, "<", "$build_root$TOPDIR/OTHER/appdata.xml");
+open(APPDATA, "<", $output);
while ( <APPDATA> ) {
print "XML: $_";
}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]