Hello community,
here is the log from the commit of package brp-extract-appdata for
openSUSE:Factory checked in at 2012-02-20 16:07: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-17 12:00:06.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes
2012-02-20 16:07:17.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 09:17:55 UTC 2012 - [email protected]
+
+- fix two desktop files in one rpm
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ create-appdata-xml.pl ++++++
--- /var/tmp/diff_new_pack.H4CNRx/_old 2012-02-20 16:07:19.000000000 +0100
+++ /var/tmp/diff_new_pack.H4CNRx/_new 2012-02-20 16:07:19.000000000 +0100
@@ -40,17 +40,18 @@
if (m/^<<(.*)>>$/) {
$currentfile = $1;
+ $indesktopentry = 0;
next;
}
unless ($currentfile) {
- print "ERROR: haven't seen a file before $_";
+ print "ERROR: haven't seen a file before $_\n";
exit 0;
}
if (m/^\[Desktop Entry\]\s*$/) {
if ($indesktopentry) {
- print "ERROR: 2 desktop entries? I'm out";
+ print "ERROR: 2 desktop entries? I'm out\n";
exit 0;
}
$indesktopentry = 1;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]